]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/darwin.c
darwin-protos.h (constructor_section, [...]): Prototype.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 23 Oct 2001 22:39:06 +0000 (22:39 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 23 Oct 2001 22:39:06 +0000 (22:39 +0000)
commit91dc3130bf8964ab890918269fc3f69539c42bb8
treecb4da29020192aa15873d573eab51b6544eb48ea
parentee701fade725293f69b24694c27c80b2e308b903
darwin-protos.h (constructor_section, [...]): Prototype.

* darwin-protos.h (constructor_section, destructor_section,
mod_init_section, mod_term_section): Prototype.
* darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
Const-ify.
* darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
Likewise.
(SECTION_FUNCTION): Prototype `FUNCTION'.  Delete
objc_section_init declaration.
(EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
(objc_section_init, try_section_alias): Make static.
(alias_section): Make static and hide unused function.
(ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.

From-SVN: r46447
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/darwin.h