]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config/s390/32/_fixunssfdi.c
config.gcc: Don't include the makefile fragments intended for libgcc.
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Wed, 7 Oct 2009 08:26:47 +0000 (08:26 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Wed, 7 Oct 2009 08:26:47 +0000 (08:26 +0000)
commit81dd9fd79804a9114e7605dbd637ae5add4726a3
tree9cdd83d5bc004f565fd5d2727f03c00d8ef92671
parentaeb94799d1eccce7fad688b15d80e1552257281a
config.gcc: Don't include the makefile fragments intended for libgcc.

2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config.gcc: Don't include the makefile fragments intended for
libgcc.
* config/s390/fixdfdi.h: File removed.
* config/s390/libgcc-glibc.ver: File removed.
* config/s390/s390.h: Remove the fixdfdi.h hack.
* config/s390/t-crtstuff: File moved to libgcc dir.
* config/s390/t-linux: Likewise.
* config/s390/t-tpf: libgcc specific parts removed.
* config/s390/t-linux64: Likewise.

2009-10-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config.host: Include the s390 makefile fragments.
* config/s390/32/_fixdfdi.c: New file.
* config/s390/32/_fixsfdi.c: New file.
* config/s390/32/_fixtfdi.c: New file.
* config/s390/32/_fixunsdfdi.c: New file.
* config/s390/32/_fixunssfdi.c: New file.
* config/s390/32/_fixunstfdi.c: New file.
* config/s390/32/t-floattodi: New file.
* config/s390/libgcc-glibc.ver: New file.
* config/s390/t-crtstuff: New file.
* config/s390/t-linux: New file.
* config/s390/t-tpf: New file.

From-SVN: r152515
20 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/s390/fixdfdi.h [deleted file]
gcc/config/s390/s390.h
gcc/config/s390/t-linux [deleted file]
gcc/config/s390/t-linux64
gcc/config/s390/t-tpf [deleted file]
libgcc/ChangeLog
libgcc/config.host
libgcc/config/s390/32/_fixdfdi.c [new file with mode: 0644]
libgcc/config/s390/32/_fixsfdi.c [new file with mode: 0644]
libgcc/config/s390/32/_fixtfdi.c [new file with mode: 0644]
libgcc/config/s390/32/_fixunsdfdi.c [new file with mode: 0644]
libgcc/config/s390/32/_fixunssfdi.c [new file with mode: 0644]
libgcc/config/s390/32/_fixunstfdi.c [new file with mode: 0644]
libgcc/config/s390/32/t-floattodi [new file with mode: 0644]
libgcc/config/s390/libgcc-glibc.ver [moved from gcc/config/s390/libgcc-glibc.ver with 100% similarity]
libgcc/config/s390/t-crtstuff [moved from gcc/config/s390/t-crtstuff with 58% similarity]
libgcc/config/s390/t-linux [new file with mode: 0644]
libgcc/config/s390/t-tpf [new file with mode: 0644]