aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/m68k-protos.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2000-06-06 16:21:41 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2000-06-06 16:21:41 +0000
commita60369f0feec139f72e799012ae27afd8c9c3559 (patch)
tree9b1b7d40605ffed1e0f1ea9d2b1f658133c29792 /gcc/config/m68k/m68k-protos.h
parentdf07dc5beb013b1487e8a98505dbe8f0f1a365d0 (diff)
downloadgcc-a60369f0feec139f72e799012ae27afd8c9c3559.zip
gcc-a60369f0feec139f72e799012ae27afd8c9c3559.tar.gz
gcc-a60369f0feec139f72e799012ae27afd8c9c3559.tar.bz2
m68k.c (legitimize_pic_address): Move prototype ...
* m68k.c (legitimize_pic_address): Move prototype ... * m68k-protos.h (legitimize_pic_address): ... here. * m68k.md (legitimize_pic_address): Delete prototypes. (untyped_call): Invoke GEN_CALL(), not gen_call(). * nextstep.c: Include system.h and toplev.h. (get_directive_line): Don't prototype. (handle_pragma): Mark parameters with ATTRIBUTE_UNUSED and constify. * nextstep.h (handle_pragma): Prototype. (SECTION_FUNCTION): Prototype FUNCTION(). Move prototype of objc_section_init ... (EXTRA_SECTION_FUNCTIONS): ... here. From-SVN: r34427
Diffstat (limited to 'gcc/config/m68k/m68k-protos.h')
-rw-r--r--gcc/config/m68k/m68k-protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/m68k/m68k-protos.h b/gcc/config/m68k/m68k-protos.h
index 4c54fe4..b73c628a 100644
--- a/gcc/config/m68k/m68k-protos.h
+++ b/gcc/config/m68k/m68k-protos.h
@@ -61,6 +61,7 @@ extern int general_src_operand PARAMS ((rtx, enum machine_mode));
extern int nonimmediate_src_operand PARAMS ((rtx, enum machine_mode));
extern int memory_src_operand PARAMS ((rtx, enum machine_mode));
extern int pcrel_address PARAMS ((rtx, enum machine_mode));
+extern rtx legitimize_pic_address PARAMS ((rtx, enum machine_mode, rtx));
#endif /* RTX_CODE */
extern int flags_in_68881 PARAMS ((void));