diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-10-11 06:35:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-10-11 06:35:53 +0000 |
commit | d3c34e42c37e7b1ace9de0a80e2fa6193e89c638 (patch) | |
tree | 474180d20d1132e5dc9a6b0a3ed97a8308f90dfb /gcc/config/m68k | |
parent | b2e08ed4a472e45b89aa7fc75eb754dbad9b885d (diff) | |
download | gcc-d3c34e42c37e7b1ace9de0a80e2fa6193e89c638.zip gcc-d3c34e42c37e7b1ace9de0a80e2fa6193e89c638.tar.gz gcc-d3c34e42c37e7b1ace9de0a80e2fa6193e89c638.tar.bz2 |
m68k-protos.h: Remove the prototype for finalize_pic.
* config/m68k/m68k-protos.h: Remove the prototype for
finalize_pic.
From-SVN: r72332
Diffstat (limited to 'gcc/config/m68k')
-rw-r--r-- | gcc/config/m68k/m68k-protos.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h index 44cb68f..47afcb3 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); |