* darwin-protos.h (constructor_section, destructor_section,
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Oct 2001 22:39:06 +0000 (22:39 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Oct 2001 22:39:06 +0000 (22:39 +0000)
commit79d44e49222c7e8366abb1226d13d3344707f0ab
treecb4da29020192aa15873d573eab51b6544eb48ea
parent289243d9d22bb8e8bf358cd6ad23dd1fbf4b53ab
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46447 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin-protos.h
gcc/config/darwin.c
gcc/config/darwin.h