aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2003-12-01 19:06:25 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2003-12-01 19:06:25 +0000
commitbde5dd25209b94a212a95f5ac15cc8d0d7156d45 (patch)
treef070f6a078f070fc90cd8a09bdcd7ac41527f0b2
parent93868a8e5a0d648ff0e93c3a4416b04cd2387cb9 (diff)
downloadgcc-bde5dd25209b94a212a95f5ac15cc8d0d7156d45.zip
gcc-bde5dd25209b94a212a95f5ac15cc8d0d7156d45.tar.gz
gcc-bde5dd25209b94a212a95f5ac15cc8d0d7156d45.tar.bz2
* config.gcc (s390x-ibm-tpf*): Add extra_parts.
From-SVN: r74121
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4dcabfc..a5ada6d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-01 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * config.gcc (s390x-ibm-tpf*): Add extra_parts.
+
2003-12-01 James E Wilson <wilson@specifixinc.com>
* config/ia64/ia64.h (FUNCTION_ARG_REGNO_P): Use AR_REG_FIRST not
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 4cf62a8..fd2fe23 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1827,6 +1827,7 @@ s390x-ibm-tpf*)
tm_p_file=s390/s390-protos.h
md_file=s390/s390.md
extra_modes=s390/s390-modes.def
+ extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
out_file=s390/s390.c
tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
;;