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

2017-08-09 Thread marc.balem...@c-s.fr
Component: ld Assignee: unassigned at sourceware dot org Reporter: marc.balem...@c-s.fr Target Milestone: --- Hello, I'm building a cross-compiler for powerpc and C++ exception result in SIGABRT. However, if the program is compiled with "-static" everything w

[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"?) res

[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/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 #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 >