summaryrefslogtreecommitdiff
path: root/gcc/config/darwin-protos.h
diff options
context:
space:
mode:
authorshebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-22 19:11:55 +0000
committershebs <shebs@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-22 19:11:55 +0000
commit770e028a35e1da2c22d4cd874f16b006b9dd2c95 (patch)
tree92d2ab3cb5bfcbf893e99cf2f4328bcb8c47dff7 /gcc/config/darwin-protos.h
parente4cdc62b4db9e1ef823e852269b7b4847bd1daf5 (diff)
downloadgcc-770e028a35e1da2c22d4cd874f16b006b9dd2c95.tar.gz
* config/darwin-protos.h (darwin_exception_section): Declare.
(darwin_eh_frame_section): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46412 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 *));