--- Additional Comments From ian at airs dot com 2008-07-25 04:29 ---
The powerpc support in gold is not complete. I'm not sure whether it works for
any program.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6767
--- You are receiving this mail because: ---
You are on th
--- Additional Comments From ian at airs dot com 2008-07-25 04:28 ---
I finally got back to this and committed a patch. Let me know if you have any
trouble with it.
--
What|Removed |Added
--
The gengenrtl program seg faults on startup when trying to build GCC on a
powerpc64-linux system with gold as the linker:
$ build/gengenrtl
Segmentation fault
Program received signal SIGSEGV, Segmentation fault.
0x1000faf4 in ?? ()
(gdb) bt
#0 0x1000faf4 in ?? ()
#1 0x100016f8 in __libc_csu_in
--- Additional Comments From ian at airs dot com 2008-07-24 21:47 ---
Thanks for the bug report. I just committed a patch which should fix this
problem.
--
What|Removed |Added
--
--- Additional Comments From ian at airs dot com 2008-07-24 21:25 ---
Thanks for the bug report. I just committed a patch which fixes the problem.
* ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
this->eh_frame_hdr_ is NULL before using it.
--
--- Additional Comments From hjl dot tools at gmail dot com 2008-07-24
17:59 ---
(In reply to comment #18)
> Is 2.18.50.0.8 the release where you reported success?
It should work.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6753
--- You are receiving this mail because: --
--- Additional Comments From funtoos at yahoo dot com 2008-07-24 17:58
---
Is 2.18.50.0.8 the release where you reported success?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6753
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are wa
--- Additional Comments From hjl dot tools at gmail dot com 2008-07-24
17:46 ---
You can download the Linux binutils source from
http://www.kernel.org/pub/linux/devel/binutils/
and compare ChangeLogs.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=6753
--- You are receiving
--- Additional Comments From funtoos at yahoo dot com 2008-07-24 17:37
---
(In reply to comment #15)
> (In reply to comment #14)
> >
> > Is there a CHANGELOG for cvs version I can inspect with respect to
> > 2.18.50.0.7?
>
> There are ChangeLog files in each subdirectory. You can do a
[EMAIL PROTECTED] entry]$ cat foo.c
void
foo ()
{
}
[EMAIL PROTECTED] entry]$ make
cc-c -o foo.o foo.c
ar rv libfoo.a foo.o
ar: creating libfoo.a
a - foo.o
ld --entry foo -o foo libfoo.a
ld: warning: cannot find entry symbol foo; not setting start address
ld -u foo --entry foo -o bar libfoo.a
n
--- Additional Comments From hjl dot tools at gmail dot com 2008-07-24
17:23 ---
(In reply to comment #14)
>
> Is there a CHANGELOG for cvs version I can inspect with respect to
> 2.18.50.0.7?
There are ChangeLog files in each subdirectory. You can do a diff on
them.
--
http://sou
--- Additional Comments From funtoos at yahoo dot com 2008-07-24 17:13
---
(In reply to comment #13)
> Still works for me with Today's CVS:
>
> [EMAIL PROTECTED] 6753]$ make
> gcc -m32 -B/export/home/hjl/bugs/binutils/6753/usr/bin/ -I. -fPIC -c -o
> mysymbol.o mysymbol.c
> mkdir -p /e
--- Additional Comments From hjl dot tools at gmail dot com 2008-07-24
16:56 ---
Still works for me with Today's CVS:
[EMAIL PROTECTED] 6753]$ make
gcc -m32 -B/export/home/hjl/bugs/binutils/6753/usr/bin/ -I. -fPIC -c -o
mysymbol.o mysymbol.c
mkdir -p /export/home/hjl/bugs/binutils/675
--- Additional Comments From funtoos at yahoo dot com 2008-07-24 15:52
---
you did not specify -L/usr/lib on the link line. The point is that
$PREFIX/usr/lib loses out to /usr/lib when specified before it.
--
What|Removed |Added
--
--- Additional Comments From nickc at redhat dot com 2008-07-24 15:12
---
Hi Bjarne,
This a GDB problem, not a binutils one. The reason that the abbrev offset
field is not initialised in the object file is that its final value is not
known. Instead there is a relocation that is resp
--- Additional Comments From srk31 at srcf dot ucam dot org 2008-07-24
14:17 ---
Created an attachment (id=2839)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=2839&action=view)
Patch to objcopy adding --unbind-symbol option
--
http://sourceware.org/bugzilla/show_bug.cgi?id=
When manipulating object code, it's often useful to separate symbol references
from symbol definitions -- for example in conjunction with the --wrap option to
ld. Ordinarily --wrap doesn't work within the scope of a single object file,
since the assembler has already resolved references to symbols
--- Additional Comments From hjl dot tools at gmail dot com 2008-07-24
14:21 ---
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #8)
> > > >
> > > > You have a very strange setup. You better come up with a testcase
> > > > which doesn't require me to copy t
--- Additional Comments From ian at airs dot com 2008-07-24 07:28 ---
Thanks for reporting the problem and providing the config. I just committed a
patch to fix this problem.
* dynobj.cc (Versions::Versions): If there is an soname, use it as
the base version name.
--
19 matches
Mail list logo