[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2018-04-11 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21931 Alan Modra changed: What|Removed |Added Resolution|FIXED |WORKSFORME -- You are receiving this ma

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2018-04-11 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21931 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-09-25 Thread amodra at gmail dot com
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

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-08-14 Thread marc.balem...@c-s.fr
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

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-08-14 Thread amodra at gmail dot com
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

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-08-14 Thread marc.balem...@c-s.fr
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

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-08-12 Thread amodra at gmail dot com
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. __

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-08-11 Thread marc.balem...@c-s.fr
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

[Bug ld/21931] glibc 2.26 Exception handling problem on powerpc

2017-08-11 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21931 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #1 f