[Bug admin/10767] opcodes/i386-dis.c exceeds 256 levels of nested macros

2009-10-15 Thread ineiev at gmail dot com
--- Additional Comments From ineiev at gmail dot com 2009-10-15 16:03 --- Subject: Re: opcodes/i386-dis.c exceeds 256 levels of nested macros On 10/14/09, hjl dot tools at gmail dot com wrote: > > > You can try enum. Like via the attached sed script (I'm s

[AVR, ARM, i386] building with older GCC

2008-07-27 Thread Ineiev
start of the block) In gas/config/tc-i386.c operand_type_check() declared as non-void but does not formally ends with a return; gcc-2.95.3 treats this as an error due to -Werror flag (tc-i386.diff is suggested to add return statement at the end of the function) Best regards, Ineiev Index

Re: Version intricacies for installing binutils

2008-07-10 Thread Ineiev
0 +0400 +++ missing 2008-05-24 10:53:30.0 +0400 @@ -27,5 +27,5 @@ # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. - +# May 2008, ineiev: changed to build binutils-2.18 if test $# -eq 0; then

ARM tc-arm.c is not compiled with old GCC

2008-03-27 Thread Ineiev
When binutils-2.18 are configured with option --target=arm-unknown-elf, gcc-2.95.3 doesn't compile gas/config/tc-arm.c. The first complain is in do_neon_cvt(): two variables are defined in an improper place. I think they would better go to the begin of their block. The second is in do_neon_ext():