diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 05:19:55 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-07 05:19:55 +0000 |
commit | 44981bc7c15c48b38f118ab7bbe08201ea7a86b6 (patch) | |
tree | ddc76bce6e20e46bd3518094c4f03280f3274322 | |
parent | ba2fed3f8d5a6c839bbae0db43590b36d6588331 (diff) | |
download | gcc-44981bc7c15c48b38f118ab7bbe08201ea7a86b6.tar.gz |
* Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete.
(s-attrtab); No longer try to use pre-made insn-attrtab file.
* mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and
PREMADE_ATTRTAB_MD.
* mips/t-ecoff: Likewise.
* mips/t-elf: Likewise.
* mips/t-mips: Likewise.
* mips/t-osfrose: Likewise.
* mips/t-r3900: Likewise.
* mips/t-svr3: Likewise.
* mips/t-svr4: Likewise.
* mips/t-ultrix: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28566 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 13 | ||||
-rw-r--r-- | gcc/Makefile.in | 15 | ||||
-rw-r--r-- | gcc/config/mips/t-bsd | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-ecoff | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-elf | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-mips | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-osfrose | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-r3900 | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-svr3 | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-svr4 | 4 | ||||
-rw-r--r-- | gcc/config/mips/t-ultrix | 4 |
11 files changed, 14 insertions, 50 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10fc27b858e..c022d3bdef3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,18 @@ Fri Aug 6 23:08:44 1999 Jeffrey A Law (law@cygnus.com) + * Makefile.in (PREMADE_ATTRTAB_MD, PREMADE_ATTRTAB): Delete. + (s-attrtab); No longer try to use pre-made insn-attrtab file. + * mips/t-bsd: Delete references to obsolete PREMADE_ATTRTAB and + PREMADE_ATTRTAB_MD. + * mips/t-ecoff: Likewise. + * mips/t-elf: Likewise. + * mips/t-mips: Likewise. + * mips/t-osfrose: Likewise. + * mips/t-r3900: Likewise. + * mips/t-svr3: Likewise. + * mips/t-svr4: Likewise. + * mips/t-ultrix: Likewise. + * gcc.texi: Document recommend means to provide software floating point libraries in libgcc.a diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 28cb37c109d..d7bc64490e5 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -224,13 +224,6 @@ STMP_FIXPROTO = stmp-fixproto # Test to see whether <limits.h> exists in the system header files. LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h ] -# There may be a premade insn-attrtab.c for this machine. -# (You could rebuild it with genattrtab as usual, but it takes a long time.) -# PREMADE_ATTRTAB is the file name of the file to use. -# PREMADE_ATTRTAB_MD is the md file it corresponds to. -PREMADE_ATTRTAB_MD = Makefile # Guaranteed not to cmp equal to md. -PREMADE_ATTRTAB = - target=@target@ target_alias=@target_alias@ xmake_file=@dep_host_xmake_file@ @@ -1729,13 +1722,7 @@ s-attr : $(md_file) genattr $(srcdir)/move-if-change insn-attrtab.c: s-attrtab ; @true s-attrtab : $(md_file) genattrtab $(srcdir)/move-if-change - if cmp -s $(PREMADE_ATTRTAB_MD) $(md_file); \ - then \ - echo Using $(PREMADE_ATTRTAB); \ - cp $(PREMADE_ATTRTAB) tmp-attrtab.c; \ - else \ - ./genattrtab $(md_file) > tmp-attrtab.c; \ - fi + ./genattrtab $(md_file) > tmp-attrtab.c $(srcdir)/move-if-change tmp-attrtab.c insn-attrtab.c touch s-attrtab diff --git a/gcc/config/mips/t-bsd b/gcc/config/mips/t-bsd index f9c6fc84004..919508f0fe9 100644 --- a/gcc/config/mips/t-bsd +++ b/gcc/config/mips/t-bsd @@ -2,10 +2,6 @@ # to point to the bsd43 include files. SYSTEM_HEADER_DIR = /bsd43/usr/include -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-ecoff b/gcc/config/mips/t-ecoff index 55855a0ed85..0bd0dd67d97 100644 --- a/gcc/config/mips/t-ecoff +++ b/gcc/config/mips/t-ecoff @@ -1,9 +1,5 @@ CONFIG2_H = $(srcdir)/config/mips/ecoff.h -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf index 416e39a7ba0..1ce60499e9e 100644 --- a/gcc/config/mips/t-elf +++ b/gcc/config/mips/t-elf @@ -1,9 +1,5 @@ CONFIG2_H = $(srcdir)/config/mips/ecoff.h -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-mips b/gcc/config/mips/t-mips index e57a55af5de..94f1c442b68 100644 --- a/gcc/config/mips/t-mips +++ b/gcc/config/mips/t-mips @@ -1,7 +1,3 @@ -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-osfrose b/gcc/config/mips/t-osfrose index e57a55af5de..94f1c442b68 100644 --- a/gcc/config/mips/t-osfrose +++ b/gcc/config/mips/t-osfrose @@ -1,7 +1,3 @@ -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-r3900 b/gcc/config/mips/t-r3900 index ebc249ed5a6..a7317665d08 100644 --- a/gcc/config/mips/t-r3900 +++ b/gcc/config/mips/t-r3900 @@ -1,9 +1,5 @@ CONFIG2_H = $(srcdir)/config/mips/ecoff.h -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-svr3 b/gcc/config/mips/t-svr3 index 273c710882a..be398e08e55 100644 --- a/gcc/config/mips/t-svr3 +++ b/gcc/config/mips/t-svr3 @@ -2,10 +2,6 @@ # to point to the svr3 include files. SYSTEM_HEADER_DIR = /sysv/usr/include -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-svr4 b/gcc/config/mips/t-svr4 index 88029b92a55..8730b601d93 100644 --- a/gcc/config/mips/t-svr4 +++ b/gcc/config/mips/t-svr4 @@ -2,10 +2,6 @@ # to point to the svr4 include files. SYSTEM_HEADER_DIR = /svr4/usr/include -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = diff --git a/gcc/config/mips/t-ultrix b/gcc/config/mips/t-ultrix index 7c1a845ddb8..c6a298ae711 100644 --- a/gcc/config/mips/t-ultrix +++ b/gcc/config/mips/t-ultrix @@ -1,9 +1,5 @@ CONFIG2_H = $(srcdir)/config/mips/mips.h -# We have a premade insn-attrtab.c to save the hour it takes to run genattrtab. -# PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c -# PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md - # Suppress building libgcc1.a, since the MIPS compiler port is complete # and does not need anything from libgcc1.a. LIBGCC1 = |