Fix build failure when using SGI Irix6 cc.
authorJim Wilson <wilson@cygnus.com>
Tue, 16 Mar 1999 13:50:10 +0000 (13:50 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 16 Mar 1999 13:50:10 +0000 (05:50 -0800)
* mn10200/mn10200.md (addsi3, subsi3, ashlsi3, lshrsi3, ashrsi3):
Delete emit_library_call_value declaration.

From-SVN: r25803

gcc/ChangeLog
gcc/config/mn10200/mn10200.md

index f697c1c..bca2a6c 100644 (file)
@@ -1,3 +1,8 @@
+Tue Mar 16 13:44:50 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * mn10200/mn10200.md (addsi3, subsi3, ashlsi3, lshrsi3, ashrsi3):
+       Delete emit_library_call_value declaration.
+
 1999-03-16 16:06 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
 
        * cppfiles.c (read_and_prescan): Map backslash-newline to '\r'
index c0149d8..30ff23d 100644 (file)
   else if (rtx_equal_function_value_matters)
     {
       rtx ret, insns;
-      extern rtx emit_library_call_value ();
 
       start_sequence ();
       ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__addsi3\"),
   if (rtx_equal_function_value_matters)
     {
       rtx ret, insns;
-      extern rtx emit_library_call_value ();
 
       start_sequence ();
       ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__subsi3\"),
               || INTVAL (operands[2]) <= 15))
     {
       rtx ret, insns;
-      extern rtx emit_library_call_value ();
 
       start_sequence ();
       ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__ashlsi3\"),
               || INTVAL (operands[2]) <= 15))
     {
       rtx ret, insns;
-      extern rtx emit_library_call_value ();
 
       start_sequence ();
       ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__lshrsi3\"),
               || INTVAL (operands[2]) <= 15))
     {
       rtx ret, insns;
-      extern rtx emit_library_call_value ();
 
       start_sequence ();
       ret = emit_library_call_value (gen_rtx (SYMBOL_REF, Pmode, \"__ashrsi3\"),