Re: Assertion failure in 2.18

2007-12-19 Thread Jonathan S. Shapiro
Yang: It's going to be very tough for people to debug this unless they know what target you are compiling for and what options were passed to the assembler. If you are using gcc, pass it the -v option and it will show the options to the subprograms. Debugging this for real may not be possible wit

Assertion failure in 2.18

2007-12-19 Thread Yang
I'm getting the following error: as: BFD (GNU Binutils for Ubuntu) 2.18 assertion fail ../../bfd/elf.c:6239 as: BFD (GNU Binutils for Ubuntu) 2.18 internal error, aborting at ../../bfd/elfcode.h line 221 in bfd_elf64_swap_symbol_out This only happens when I build with no -O3; once I specify -O

Re: Fixing m68k movec disassembly

2007-12-19 Thread Andreas Schwab
"Jonathan S. Shapiro" <[EMAIL PROTECTED]> writes: > Also, my impression is that the target CPU *can* be specified on the > command line (via -m), and in that case greater precision is possible. > I'ld like to update the patch to deal with that. Assuming that the user > has told us a CPU on the com