--- Additional Comments From ralf dot corsepius at rtems dot org
2010-08-28 04:08 ---
Thanks, your "kludge" seems to be working fine!
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11939
--- You are receiving this mail because: ---
You are on the CC list for the bug, or a
--- Additional Comments From jeff dot chua dot linux at gmail dot com
2010-08-28 01:08 ---
*** Bug 11954 has been marked as a duplicate of this bug. ***
--
What|Removed |Added
---
--- Additional Comments From jeff dot chua dot linux at gmail dot com
2010-08-28 01:08 ---
*** This bug has been marked as a duplicate of 11953 ***
--
What|Removed |Added
"strip" works for binutils-2.20.51.0.8, but beyond this version, strip will
throw the errors shown below, and running the stripped program will result in a
"Segmentation fault".
# strip -V
GNU strip (Linux/GNU Binutils) 2.20.51.0.11.20100810
# /usr/bin/strip DivasP
BFD: stHxSPD0: section .note.A
--- Additional Comments From hjl dot tools at gmail dot com 2010-08-28
01:01 ---
Created an attachment (id=4954)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4954&action=view)
A testcase
This is caused by
http://sourceware.org/ml/binutils/2010-04/msg00305.html
--
http://s
On Linux/x86, I got
./objcopy DivasP.orig DivasP
BFD: DivasP: section .note.ABI-tag lma 0x8049094 adjusted to 0x804a094
BFD: DivasP: section .init lma 0x80490b4 adjusted to 0x804a0b4
BFD: DivasP: section .text lma 0x80490f0 adjusted to 0x804a0e5
BFD: DivasP: section .fini lma 0x81a8c9c adjusted t
This error can be easily reproduced by executing the following with
binutils 2.20.1 (I'm using gcc 4.4.3).
$ echo "int main() { return 0; }" | gcc -x c - -gstabs
/tmp/ccautrgB.s: Assembler messages:
/tmp/ccautrgB.s:2: Internal error!
Assertion failure in obj_elf_init_stab_section at
../../gas/conf