aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin-protos.h
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2001-10-22 19:11:55 +0000
committerStan Shebs <shebs@gcc.gnu.org>2001-10-22 19:11:55 +0000
commit3be131bee83594cac9769e48ec908291e0e8c95e (patch)
tree92d2ab3cb5bfcbf893e99cf2f4328bcb8c47dff7 /gcc/config/darwin-protos.h
parent92b781221557b2f2048da5afdcb4b6b7fd1e931f (diff)
downloadgcc-3be131bee83594cac9769e48ec908291e0e8c95e.zip
gcc-3be131bee83594cac9769e48ec908291e0e8c95e.tar.gz
gcc-3be131bee83594cac9769e48ec908291e0e8c95e.tar.bz2
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h
index f911076..3b7ce74 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 *));