darwin-protos.h (darwin_exception_section): Declare.

* config/darwin-protos.h (darwin_exception_section): Declare.
        (darwin_eh_frame_section): Declare.

From-SVN: r46412
This commit is contained in:
Stan Shebs 2001-10-22 19:11:55 +00:00 committed by Stan Shebs
parent 92b7812215
commit 3be131bee8
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-10-22 Stan Shebs <shebs@apple.com>
* config/darwin-protos.h (darwin_exception_section): Declare.
(darwin_eh_frame_section): Declare.
Mon Oct 22 18:21:25 CEST 2001 Jan Hubicka <jh@suse.cz>
* i386.md (movti_rex64): Fix mode.

View File

@ -59,6 +59,9 @@ extern void darwin_encode_section_info PARAMS ((tree));
extern void machopic_finish PARAMS ((FILE *));
extern void darwin_exception_section PARAMS ((void));
extern void darwin_eh_frame_section PARAMS ((void));
#ifdef GCC_C_PRAGMA_H
extern void darwin_pragma_ignore PARAMS ((cpp_reader *));
extern void darwin_pragma_options PARAMS ((cpp_reader *));