From 3be131bee83594cac9769e48ec908291e0e8c95e Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Mon, 22 Oct 2001 19:11:55 +0000 Subject: [PATCH] darwin-protos.h (darwin_exception_section): Declare. * config/darwin-protos.h (darwin_exception_section): Declare. (darwin_eh_frame_section): Declare. From-SVN: r46412 --- gcc/ChangeLog | 5 +++++ gcc/config/darwin-protos.h | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c444a3d94b4..e18fb6c5f27 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-22 Stan Shebs + + * config/darwin-protos.h (darwin_exception_section): Declare. + (darwin_eh_frame_section): Declare. + Mon Oct 22 18:21:25 CEST 2001 Jan Hubicka * i386.md (movti_rex64): Fix mode. 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 *));