* mips.c (fatal): Remove declaration.
authorJeff Law <law@gcc.gnu.org>
Thu, 18 Dec 1997 22:48:31 +0000 (15:48 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 18 Dec 1997 22:48:31 +0000 (15:48 -0700)
From-SVN: r17140

gcc/ChangeLog
gcc/config/mips/mips.c

index e299f31c691309dec9693415bdb12e167629eff6..8c2ce0453ca20b4e0b73f40afc6a709ccd947ab1 100644 (file)
@@ -1,3 +1,18 @@
+Thu Dec 18 17:05:10 1997  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+        * mips.c (fatal): Remove declaration.
+
+1997-12-18  Mark Mitchell  <mmitchell@usa.net>
+
+       * integrate.c (get_label_from_map): New function.
+       (expand_inline_function): Use it.  Initialize the label_map to
+       NULL_RTX instead of gen_label_rtx.
+       (copy_rtx_and_substitute): Use get_label_from_map.
+       * integrate.h (get_label_from_map): New function.
+       (set_label_from_map): New macro.
+       * unroll.c (unroll_loop): Use them.
+       (copy_loop_body): Ditto.
+
 Thu Dec 18 19:19:57 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined.
index 78639d46bf7bbc9a9563a0c4a4c96603df57b03c..6e01a92df507613a9a84d0616c9f785bd26c3038 100644 (file)
@@ -79,7 +79,6 @@ extern char  *mktemp ();
 extern rtx    adj_offsettable_operand ();
 extern rtx    copy_to_reg ();
 extern void   error ();
-extern void   fatal ();
 extern tree   lookup_name ();
 extern void   pfatal_with_name ();
 extern void   warning ();