diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-08-07 05:19:55 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-06 23:19:55 -0600 |
commit | 5b4146bd4d0ca9de2dec73cd0cfe6d41e5dea11e (patch) | |
tree | ddc76bce6e20e46bd3518094c4f03280f3274322 /gcc | |
parent | 8490b53362c25ae890e52af1edf0d1fc678129c5 (diff) | |
download | gcc-5b4146bd4d0ca9de2dec73cd0cfe6d41e5dea11e.zip gcc-5b4146bd4d0ca9de2dec73cd0cfe6d41e5dea11e.tar.gz gcc-5b4146bd4d0ca9de2dec73cd0cfe6d41e5dea11e.tar.bz2 |
Makefile.in (PREMADE_ATTRTAB_MD, [...]): Delete.
* 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.
From-SVN: r28566
Diffstat (limited to 'gcc')
-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 10fc27b..c022d3b 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 28cb37c..d7bc644 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 f9c6fc8..919508f 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 55855a0..0bd0dd6 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 416e39a..1ce6049 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 e57a55a..94f1c44 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 e57a55a..94f1c44 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 ebc249e..a731766 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 273c710..be398e0 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 88029b9..8730b60 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 7c1a845..c6a298a 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 = |