config.gcc (s390-*-linux*): Add s390/t-linux to tmake_file.
* config.gcc (s390-*-linux*): Add s390/t-linux to tmake_file. (s390x-*-linux*): Likewise. * config/s390/t-linux64 (SHLIB_MAPFILES): Removed. * config/s390/t-linux: New file. From-SVN: r110654
This commit is contained in:
parent
417ab240ee
commit
da8c4a55ee
4 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-02-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config.gcc (s390-*-linux*): Add s390/t-linux to tmake_file.
|
||||
(s390x-*-linux*): Likewise.
|
||||
* config/s390/t-linux64 (SHLIB_MAPFILES): Removed.
|
||||
* config/s390/t-linux: New file.
|
||||
|
||||
2006-02-02 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||
|
||||
* config/i386/sync.md (sync_add<mode>, sync_sub<mode>, sync_ior<mode>,
|
||||
|
|
|
@ -1860,7 +1860,7 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*)
|
|||
;;
|
||||
s390-*-linux*)
|
||||
tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
|
||||
tmake_file="${tmake_file} s390/t-crtstuff"
|
||||
tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux"
|
||||
;;
|
||||
s390x-*-linux*)
|
||||
tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h"
|
||||
|
@ -1868,7 +1868,7 @@ s390x-*-linux*)
|
|||
md_file=s390/s390.md
|
||||
extra_modes=s390/s390-modes.def
|
||||
out_file=s390/s390.c
|
||||
tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux64"
|
||||
tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/t-linux64"
|
||||
;;
|
||||
s390x-ibm-tpf*)
|
||||
tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h"
|
||||
|
|
3
gcc/config/s390/t-linux
Normal file
3
gcc/config/s390/t-linux
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Override t-slibgcc-elf-ver to export some libgcc symbols with
|
||||
# the symbol versions that glibc used.
|
||||
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver $(srcdir)/config/s390/libgcc-glibc.ver
|
|
@ -6,7 +6,3 @@ LIBGCC = stmp-multilib
|
|||
INSTALL_LIBGCC = install-multilib
|
||||
|
||||
EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o
|
||||
|
||||
# Override t-slibgcc-elf-ver to export some libgcc symbols with
|
||||
# the symbol versions that glibc used.
|
||||
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver $(srcdir)/config/s390/libgcc-glibc.ver
|
||||
|
|
Loading…
Add table
Reference in a new issue