* config/m68k/m68k-protos.h: Remove the prototype for
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Oct 2003 06:35:53 +0000 (06:35 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Oct 2003 06:35:53 +0000 (06:35 +0000)
finalize_pic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72332 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m68k/m68k-protos.h

index e8f8583..c2c837b 100644 (file)
@@ -1,5 +1,10 @@
 2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * config/m68k/m68k-protos.h: Remove the prototype for
+       finalize_pic.
+
+2003-10-11  Kazu Hirata  <kazu@cs.umass.edu>
+
        * config/m68k/m68k.c: Fix comment typos.
 
 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
index 44cb68f..47afcb3 100644 (file)
@@ -54,9 +54,6 @@ extern int standard_68881_constant_p (rtx);
 extern void print_operand_address (FILE *, rtx);
 extern void print_operand (FILE *, rtx, int);
 extern void notice_update_cc (rtx, rtx);
-#if 0
-extern void finalize_pic (rtx, enum machine_mode));
-#endif
 extern int general_src_operand (rtx, enum machine_mode);
 extern int nonimmediate_src_operand (rtx, enum machine_mode);
 extern int memory_src_operand (rtx, enum machine_mode);