diff options
author | Stan Shebs <shebs@apple.com> | 2001-10-22 19:11:55 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2001-10-22 19:11:55 +0000 |
commit | 3be131bee83594cac9769e48ec908291e0e8c95e (patch) | |
tree | 92d2ab3cb5bfcbf893e99cf2f4328bcb8c47dff7 /gcc/config/darwin-protos.h | |
parent | 92b781221557b2f2048da5afdcb4b6b7fd1e931f (diff) | |
download | gcc-3be131bee83594cac9769e48ec908291e0e8c95e.tar.gz |
darwin-protos.h (darwin_exception_section): Declare.
* config/darwin-protos.h (darwin_exception_section): Declare.
(darwin_eh_frame_section): Declare.
From-SVN: r46412
Diffstat (limited to 'gcc/config/darwin-protos.h')
-rw-r--r-- | gcc/config/darwin-protos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h index f911076cd18..3b7ce74dc57 100644 --- a/gcc/config/darwin-protos.h +++ b/gcc/config/darwin-protos.h @@ -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 *)); |