From: Zhenqiang Chen Date: Tue, 2 Apr 2013 09:35:22 +0000 (+0000) Subject: uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=239eb04c47806962da9f42f7f197c719ab2a11e5;p=gcc.git uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link. 2013-04-02 Zhenqiang Chen * config/arm/uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link. From-SVN: r197344 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de5ec18ed12..be3b818d77f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-02 Zhenqiang Chen + + * config/arm/uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for + non-static link. + 2013-04-02 Sofiane Naci * config/aarch64/aarch64.md (*mov_aarch64): Add variants for scalar diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h index c1fe9f130fa..74d63df4418 100644 --- a/gcc/config/arm/uclinux-elf.h +++ b/gcc/config/arm/uclinux-elf.h @@ -65,7 +65,7 @@ #undef LINK_GCC_C_SEQUENCE_SPEC #define LINK_GCC_C_SEQUENCE_SPEC \ - "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G}" + "%{static:--start-group} %G %L %{static:--end-group}%{!static:%G %L}" /* Use --as-needed -lgcc_s for eh support. */ #ifdef HAVE_LD_AS_NEEDED