]> gcc.gnu.org Git - gcc.git/commit
m68k.c (legitimize_pic_address): Move prototype ...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 6 Jun 2000 16:21:41 +0000 (16:21 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 6 Jun 2000 16:21:41 +0000 (16:21 +0000)
commita60369f0feec139f72e799012ae27afd8c9c3559
tree9b1b7d40605ffed1e0f1ea9d2b1f658133c29792
parentdf07dc5beb013b1487e8a98505dbe8f0f1a365d0
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
gcc/ChangeLog
gcc/config/m68k/m68k-protos.h
gcc/config/m68k/m68k.c
gcc/config/m68k/m68k.md
gcc/config/nextstep.c
gcc/config/nextstep.h
This page took 0.061466 seconds and 5 git commands to generate.