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
--- 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
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