diff options
author | Nick Clifton <nickc@redhat.com> | 2017-09-28 11:33:20 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-09-28 11:33:20 +0100 |
commit | 231ca753239211b72eb761593083a0ee859274e7 (patch) | |
tree | 505dd307f9f006faf03a95d8cdd4dd12f434d5ca /ld/ChangeLog | |
parent | 1a3b5c34fe371f618402f811a981839c9191ff9f (diff) | |
download | gdb-231ca753239211b72eb761593083a0ee859274e7.zip gdb-231ca753239211b72eb761593083a0ee859274e7.tar.gz gdb-231ca753239211b72eb761593083a0ee859274e7.tar.bz2 |
Skip the PR 14918 linker test for ARM targets.
I am applying a patch that has been lying around in the Fedora
binutils sources for a while. It skips the PR14918 linker test for
ARM based targets. This test checks that libgcc is not included in a
link of an empty executable. This works for most targets, but on the
ARM the crt1.o startup code calls __libc_csu_init which is in
/usr/lib/libc_nonshared.a(elf-init.oS). This in turn needs
__aeabi_unwind_cpp_pr0@@GCC_3.5 which is provided by libgcc_s.so.1,
and so the test fails.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d671ed1..1c5ca55 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-09-28 Nick Clifton <nickc@redhat.com> + + PR 14918 + * testsuite/ld-plugin/lto.exp (link_elf_tests): Skip the pr14918 + test for ARM targets as they always link with libgcc. + 2017-09-28 Alan Modra <amodra@gmail.com> * testsuite/ld-plugin/pr22220.h, |