[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/14918] linking with -flto always links in libgcc:s.so
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/14918] linking with -flto always links in libgcc:s.so |
Date: |
Thu, 28 Sep 2017 10:34:21 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=14918
--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=231ca753239211b72eb761593083a0ee859274e7
commit 231ca753239211b72eb761593083a0ee859274e7
Author: Nick Clifton <address@hidden>
Date: Thu Sep 28 11:33:20 2017 +0100
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug ld/14918] linking with -flto always links in libgcc:s.so,
cvs-commit at gcc dot gnu.org <=