--
What|Removed |Added
CC||amodra at bigpond dot net
||dot au
http://sourceware.org/bugzil
--- Additional Comments From hjl at lucon dot org 2007-06-26 22:54 ---
I need more info. Please tell me how I can reproduce on Fedora Core 6
or Fedora 7.
--
What|Removed |Added
---
Trying to run the umount binary linked to the shared klibc library on Linux
x86_64 results in an immediate kill by SIGKILL. I've traced the problem back to
the commit on 2007-05-30 13:38:50 UTC, src/bfd/elf.c r1.389 => r.1390, see
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?r1=1.389
I severely regret, that you chose to remove the reversing of little endian dumps
from readelf in 2.17.50.0.10.
It was a real boon when examining elf sections.
The advantage is that you can read pointers, and multi-byte values in general,
as they are displayed.
That was a invaluable feature. One whi
--- Additional Comments From nickc at redhat dot com 2007-06-26 14:40
---
Hi Shantonu,
Thanks for the bug report and fix. I have applied your suggested change along
with this ChangeLog entry.
Cheers
Nick
binutils/ChangeLog
2007-06-26 Shantonu Sen <[EMAIL PROTECTED]>
PR