[Bug ld/2434] ld --as-needed causes either crash or BFD internal error

2006-03-13 Thread ldv at altlinux dot org
--- Additional Comments From ldv at altlinux dot org 2006-03-13 23:44 --- Even more simple test causes ld to crash in BFD: $ g++ -shared -Wl,--as-needed -Wl,--whole-archive `gcc -print-file-name=libsupc++.a` -Wl,--no-whole-archive collect2: ld terminated with signal 11 [Segmentation faul

[Bug binutils/2454] New: incorrect syntax in avr disassembly

2006-03-13 Thread hochstein at algo dot informatik dot tu-darmstadt dot de
The disassembly for call and jmp looks like this: 43a: 0e 94 7e 0e call0x1cfc <__divmodhi4> This causes problems since the "" part is not correct assembler syntax. It should read like this: 43a: 0e 94 7e 0e call0x1cfc ; <__divmodhi4> The following patch so