This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/65670] [5 Regression] missing libstdc++ symbols on powerpc64le-linux-gnu and arm-linux-gnueabi


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670

--- Comment #4 from Andreas Schwab <schwab@linux-m68k.org> ---
Worksforme.

$ objdump -T usr/lib64/libstdc++.so.6.0.21 | grep bad_function_callD
00000000000e7a90 g    DF .text  0000000000000050  GLIBCXX_3.4.15 0x60
_ZNSt17bad_function_callD0Ev
00000000000e7a40 g    DF .text  0000000000000044  GLIBCXX_3.4.15 0x60
_ZNSt17bad_function_callD2Ev
00000000000e7a40 g    DF .text  0000000000000044  GLIBCXX_3.4.15 0x60
_ZNSt17bad_function_callD1Ev
$ objdump -T usr/lib64/libstdc++.so.6.0.20 | grep 17bad_function_callD
00000000000fce10 g    DF .text  0000000000000050  GLIBCXX_3.4.15 0x60
_ZNSt17bad_function_callD0Ev
00000000000fcdc0 g    DF .text  0000000000000044  GLIBCXX_3.4.15 0x60
_ZNSt17bad_function_callD1Ev
00000000000fcdc0 g    DF .text  0000000000000044  GLIBCXX_3.4.15 0x60
_ZNSt17bad_function_callD2Ev


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]