]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
2009-10-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
authorkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 2009 08:26:47 +0000 (08:26 +0000)
committerkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Oct 2009 08:26:47 +0000 (08:26 +0000)
commite38fe7388bfa19ec16f678479ec6d174ea77e255
tree9cdd83d5bc004f565fd5d2727f03c00d8ef92671
parent85627a288b19e95f7b8c6885dbf9a100ff0e723b
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152515 138bc75d-0d04-0410-961f-82ee72b054a4
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]