diff options
author | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-07 08:26:47 +0000 |
---|---|---|
committer | krebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-07 08:26:47 +0000 |
commit | e38fe7388bfa19ec16f678479ec6d174ea77e255 (patch) | |
tree | 9cdd83d5bc004f565fd5d2727f03c00d8ef92671 /libgcc/ChangeLog | |
parent | 85627a288b19e95f7b8c6885dbf9a100ff0e723b (diff) | |
download | gcc-e38fe7388bfa19ec16f678479ec6d174ea77e255.tar.gz |
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
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d10d5cc4630..9f4f31fd326 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,18 @@ +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. + 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac (AC_PREREQ): Bump to 2.64. |