OSDN Git Service

* config.gcc (s390x-ibm-tpf*): Add extra_parts.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2003 19:06:25 +0000 (19:06 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2003 19:06:25 +0000 (19:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74121 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index 4dcabfc..a5ada6d 100644 (file)
@@ -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
index 4cf62a8..fd2fe23 100644 (file)
@@ -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"
        ;;