[Bug binutils/11496] New: make error

2010-04-13 Thread swen at pku dot edu dot cn
Hello, I try to roll back from binutils 2.20 to 2.18 in my system. I have installed gcc-3.4 and g++-3.4, the ./configure doesn't report any error, however when I try to make I got the error below: Making info in doc make[1]: entering directory `/home/user/desktop/binutils-2.18/binutils/doc' if tes

[Bug binutils/11419] array "signature[8]" may be used uninitialized

2010-04-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-04-13 12:20 --- Hi Chen, I have applied the uploaded patch to initialise the signature array. Cheers Nick -- What|Removed |Added -

[Bug binutils/11419] array "signature[8]" may be used uninitialized

2010-04-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-04-13 12:19 --- Created an attachment (id=4720) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4720&action=view) Initialize the signature array -- http://sourceware.org/bugzilla/show_bug.cgi?id=11419 --- You are

[Bug binutils/11430] nm crashes when handling some lib file.

2010-04-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-04-13 12:06 --- Hi Brook, Please could you upload a small test lib file that we can use to examine this problem ? Cheers Nick -- What|Removed |Added -

[Bug ld/11447] default section layout should be improved to reduce pagefaults

2010-04-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-04-13 11:56 --- Hi Taras, This sounds like a loader problem to me, rather than a binutils bug. It is relatively easy to rearrange the order of the .gnu.version, .dynstr and .dynsym sections (see the uploaded patch), but I do n

[Bug binutils/11477] binutils toplevel Makefile is missing install-strip target

2010-04-13 Thread aaro dot koskinen at iki dot fi
--- Additional Comments From aaro dot koskinen at iki dot fi 2010-04-13 11:54 --- "install-strip" target should install stripped versions of binutils binaries - the bug report was about that, and not about installing the strip program itself. See: http://www.gnu.org/prep/standards/html

[Bug ld/11447] default section layout should be improved to reduce pagefaults

2010-04-13 Thread nickc at redhat dot com
--- Additional Comments From drow at false dot org 2010-04-02 19:52 --- Subject: Re: New: default section layout should be improved to reduce pagefaults On Mon, Mar 29, 2010 at 08:29:31PM -, tglek at mozilla dot com wrote: > Fault #2 > .gnu.version* should be in front of .dyn(sym|s

[Bug binutils/11477] binutils toplevel Makefile is missing install-strip target

2010-04-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-04-13 11:35 --- Hi Aaro, This is actually the correct behaviour. The strip utility is part of a group of programs called the "binutils". The command to install them is "make install-binutils". There is no support for buildin