summaryrefslogtreecommitdiffstats
path: root/libgcc
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-03 01:11:41 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2013-10-03 01:11:41 +0000
commita99f9d9131a7d307f4105113d988dd69bc331337 (patch)
tree659d8cb6739aaaa065dde46c1419478ea34f1750 /libgcc
parent96b242a6ae90c8c74bcdb65c3e164ab0fe3957ac (diff)
downloadppe42-gcc-a99f9d9131a7d307f4105113d988dd69bc331337.tar.gz
ppe42-gcc-a99f9d9131a7d307f4105113d988dd69bc331337.zip
* config.host (hppa*64*-*-linux*): Define extra_parts.
(hppa*-*-linux*): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203151 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host2
2 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 3278591aa19..40fcdba3c76 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-02 John David Anglin <danglin@gcc.gnu.org>
+
+ * config.host (hppa*64*-*-linux*): Define extra_parts.
+ (hppa*-*-linux*): Likewise.
+
2013-10-02 Joern Rennecke <joern.rennecke@embecosm.com>
* config/arc/crtgend.S: Add 2013 to Copyright years.
diff --git a/libgcc/config.host b/libgcc/config.host
index 9c3066bd7b2..73e066eb4de 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -446,6 +446,7 @@ h8300-*-elf*)
;;
hppa*64*-*-linux*)
tmake_file="$tmake_file pa/t-linux pa/t-linux64"
+ extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
;;
hppa*-*-linux*)
tmake_file="$tmake_file pa/t-linux t-slibgcc-libgcc"
@@ -455,6 +456,7 @@ hppa*-*-linux*)
else
tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver"
fi
+ extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
md_unwind_header=pa/linux-unwind.h
;;
hppa[12]*-*-hpux10*)
OpenPOWER on IntegriCloud