[Bug binutils/6773] New: Typo in ARM saddsubx mnemonic

2008-07-29 Thread jonas dot maebe at elis dot ugent dot be
opcodes/arm-dis.c:841 contains the non-existing saddaddx mnemonic rather than saddsubx (the opcode/mask is correct). -- Summary: Typo in ARM saddsubx mnemonic Product: binutils Version: 2.18 Status: NEW Severity: minor Priority: P

[Bug ld/3191] Dwarf 2 reader in linker doesn't suppor DW_FORM_ref_addr

2008-07-29 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-07-29 15:41 --- The current patch is at http://sourceware.org/ml/binutils/2008-07/msg00361.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=3191 --- You are receiving this mail because: --- You are on th

[Bug binutils/6774] New: objcopy gives "assertion failed" when extracting symbols from ELF executables linked with "--emit-relocs"

2008-07-29 Thread stefan dot bucur at gmail dot com
It seems that when asked to extract symbols, objcopy cannot process ELF executables that were built with the "--emit-reloc" linker option. objcopy gives an "assertion failed" and exits. The error and the procedure used to generate it is as follows: 1. Create a very simple C program, test.c: #incl