[Bug ld/10397] looping in map_segments

2009-07-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-07-19 00:10 --- A revised patch, http://sourceware.org/ml/binutils/2006-12/msg00298.html was committed 2007-01-11. You might like to increase "tries = 10" in ld/emultempl/elf-generic.em, but I doubt this will cure the pr

[Bug binutils/10413] Does -j sectname do anything useful?

2009-07-18 Thread martyleisner at yahoo dot com
--- Additional Comments From martyleisner at yahoo dot com 2009-07-19 00:09 --- Created an attachment (id=4062) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4062&action=view) diff to objdump for -j option (only for -h option currently) -- http://sourceware.org/bugzilla/sh

[Bug binutils/10413] New: Does -j sectname do anything useful?

2009-07-18 Thread martyleisner at yahoo dot com
I would expect something like: objdump -h -j .data /bin/ls would dump only the header info of the .data section...it seems to dump all sections I have a patch (with respect to the recent snapshot of 2.19.51) which does does: leis...@asus:/usr/local/obj/binutils-2.19.51/binutils$ ./objdump -h -j

[Bug binutils/10403] environment variable RM=/bin/rm causes 'make' to fail in "bfd"

2009-07-18 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-07-18 10:39 --- The default libtool value for $RM is "rm -f", so the expectation is that your $RM deletes files without complaining. -- What|Removed |Added