From: Jeff Law Date: Thu, 18 Dec 1997 22:48:31 +0000 (-0700) Subject: * mips.c (fatal): Remove declaration. X-Git-Tag: releases/libf2c-0.5.21~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfe9141827d18651bf75ac735c0f28f6ebbbe1ca;p=thirdparty%2Fgcc.git * mips.c (fatal): Remove declaration. From-SVN: r17140 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e299f31c6913..8c2ce0453ca2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +Thu Dec 18 17:05:10 1997 Kaveh R. Ghazi + + * mips.c (fatal): Remove declaration. + +1997-12-18 Mark Mitchell + + * 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 * mips/mips.h (INIT_SUBTARGET_OPTABS): Define if not defined. diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 78639d46bf7b..6e01a92df507 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -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 ();