Makefile.in (PREMADE_ATTRTAB_MD, [...]): Delete.
authorJeffrey A Law <law@cygnus.com>
Sat, 7 Aug 1999 05:19:55 +0000 (05:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 7 Aug 1999 05:19:55 +0000 (23:19 -0600)
        * 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

gcc/ChangeLog
gcc/Makefile.in
gcc/config/mips/t-bsd
gcc/config/mips/t-ecoff
gcc/config/mips/t-elf
gcc/config/mips/t-mips
gcc/config/mips/t-osfrose
gcc/config/mips/t-r3900
gcc/config/mips/t-svr3
gcc/config/mips/t-svr4
gcc/config/mips/t-ultrix

index 10fc27b858e79bfcaa8b513b13996bec5b674d54..c022d3bdef3c26d0f1666583774f03bc6cdb145f 100644 (file)
@@ -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
 
index 28cb37c109d52d5b32cf85eb8378f334015cc7fd..d7bc64490e558c9481f92b9a9bdc929aa4d5df01 100644 (file)
@@ -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
 
index f9c6fc840049506ad006cb7577e26de34f0e62ab..919508f0fe901e3ee9c263ffde94c2ef790f077c 100644 (file)
@@ -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 =
index 55855a0ed85c6299959d4ee794cbaf307712b0ef..0bd0dd67d975bb8f00f44c3ac1eb9b1d0082970b 100644 (file)
@@ -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 =
index 416e39a7ba0bf4f2930b3fb24be140008ca8f33a..1ce60499e9e4fd91b75eee868fb20c8188a7393f 100644 (file)
@@ -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 =
index e57a55af5de99f65a6ff37668e1754d934674ab9..94f1c442b68a4bcb7d6e24d527ef0016694c8f2a 100644 (file)
@@ -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 =
index e57a55af5de99f65a6ff37668e1754d934674ab9..94f1c442b68a4bcb7d6e24d527ef0016694c8f2a 100644 (file)
@@ -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 =
index ebc249ed5a640599901998694100f51fd721b2ea..a7317665d080f6e3aa381e3d70ffebbc5c867768 100644 (file)
@@ -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 =
index 273c710882ac4204f6a8e7d3de2d39fed9956fc0..be398e08e55fd618f2c9018af8ebc0fad4f3787c 100644 (file)
@@ -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 =
index 88029b92a552317cf2a25c218849e536a8b3389e..8730b601d930dc12d9f4043e4d6492b56c303128 100644 (file)
@@ -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 =
index 7c1a845ddb81bba78d3a04782212fb29a0a30ec9..c6a298ae711184a86904cec4d033099097f00487 100644 (file)
@@ -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 =