From d3c34e42c37e7b1ace9de0a80e2fa6193e89c638 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 11 Oct 2003 06:35:53 +0000 Subject: [PATCH] m68k-protos.h: Remove the prototype for finalize_pic. * config/m68k/m68k-protos.h: Remove the prototype for finalize_pic. From-SVN: r72332 --- gcc/ChangeLog | 5 +++++ gcc/config/m68k/m68k-protos.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e8f8583dc14..c2c837bbc8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-11 Kazu Hirata + + * config/m68k/m68k-protos.h: Remove the prototype for + finalize_pic. + 2003-10-11 Kazu Hirata * config/m68k/m68k.c: Fix comment typos. diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h index 44cb68fe0a4..47afcb3762c 100644 --- a/gcc/config/m68k/m68k-protos.h +++ b/gcc/config/m68k/m68k-protos.h @@ -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); -- 2.30.2