diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2009-10-07 08:26:47 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2009-10-07 08:26:47 +0000 |
commit | 81dd9fd79804a9114e7605dbd637ae5add4726a3 (patch) | |
tree | 9cdd83d5bc004f565fd5d2727f03c00d8ef92671 /libgcc/config/s390/t-crtstuff | |
parent | aeb94799d1eccce7fad688b15d80e1552257281a (diff) | |
download | gcc-81dd9fd79804a9114e7605dbd637ae5add4726a3.tar.gz |
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
Diffstat (limited to 'libgcc/config/s390/t-crtstuff')
-rw-r--r-- | libgcc/config/s390/t-crtstuff | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff new file mode 100644 index 00000000000..92e87b2da7e --- /dev/null +++ b/libgcc/config/s390/t-crtstuff @@ -0,0 +1,6 @@ +# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables, +# because then __FRAME_END__ might not be the last thing in .eh_frame +# section. +CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables +CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables + |