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