aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorZhenqiang Chen <zhenqiang.chen@arm.com>2013-04-02 09:35:22 +0000
committerXuepeng Guo <xguo@gcc.gnu.org>2013-04-02 09:35:22 +0000
commit239eb04c47806962da9f42f7f197c719ab2a11e5 (patch)
tree0724a93d03cb6579c7e340995a0ea48591cb87ae /gcc
parent35c5cceaa1df8ad4f6e716014a200f6723be2b9d (diff)
downloadgcc-239eb04c47806962da9f42f7f197c719ab2a11e5.zip
gcc-239eb04c47806962da9f42f7f197c719ab2a11e5.tar.gz
gcc-239eb04c47806962da9f42f7f197c719ab2a11e5.tar.bz2
uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link.
2013-04-02 Zhenqiang Chen <zhenqiang.chen@arm.com> * config/arm/uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for non-static link. From-SVN: r197344
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/uclinux-elf.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index de5ec18..be3b818 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-02 Zhenqiang Chen <zhenqiang.chen@arm.com>
+
+ * config/arm/uclinux-elf.h: Add %L to LINK_GCC_C_SEQUENCE_SPEC for
+ non-static link.
+
2013-04-02 Sofiane Naci <sofiane.naci@arm.com>
* config/aarch64/aarch64.md (*mov<mode>_aarch64): Add variants for scalar
diff --git a/gcc/config/arm/uclinux-elf.h b/gcc/config/arm/uclinux-elf.h
index c1fe9f1..74d63df 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