https://sourceware.org/bugzilla/show_bug.cgi?id=21931
Alan Modra changed:
What|Removed |Added
Resolution|FIXED |WORKSFORME
--
You are receiving this ma
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
Alan Modra changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
--- Comment #4 from Alan Modra ---
The sourceware disk crash lost the following entries from this bugzilla:
http://lists.gnu.org/archive/html/bug-binutils/2017-08/msg00188.html
http://lists.gnu.org/archive/html/bug-binutils/2017-08/msg00193.ht
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
--- Comment #6 from marc.balem...@c-s.fr ---
Symbols in both libraries look fine :
> nm -D /opt/cldk-1.4.0/ppc-linux/lib/nof/libgcc_s.so.1 | grep Unwind
> 00014998 T _Unwind_Backtrace
> 0001497c T _Unwind_DeleteException
> 00011c74 T _Unwind_F
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
--- Comment #5 from Alan Modra ---
Linking with -Wl,-lc looks like it results in libc being searched before
libgcc. I wonder if you have a broken unwinder in libgcc? This still seems
likely a configuration problem to me.
"nm -D ...path_to/l
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
--- Comment #4 from marc.balem...@c-s.fr ---
The output is the following :
> /opt/cldk-1.4.0/lib/gcc/ppc-linux/5.4.0/../../../../ppc-linux/bin/ld: mode
> elf32ppclinux
> /opt/cldk-1.4.0/lib/gcc/ppc-linux/5.4.0/../../../../ppc-linux/lib/crt1.o
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
--- Comment #3 from Alan Modra ---
Try linking with -Wl,-t to see whether the libraries you expect are in fact
being searched.
--
You are receiving this mail because:
You are on the CC list for the bug.
__
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
--- Comment #2 from marc.balem...@c-s.fr ---
(In reply to Alan Modra from comment #1)
> I'm not sure why you think this is a binutils issue. You said adding
> "-Wl,lc" (was that supposed to be "-Wl,-lc"?) resulted in a working
> executable, wh
https://sourceware.org/bugzilla/show_bug.cgi?id=21931
Alan Modra changed:
What|Removed |Added
CC||amodra at gmail dot com
--- Comment #1 f