]> gcc.gnu.org Git - gcc.git/commitdiff
darwin-protos.h (darwin_exception_section): Declare.
authorStan Shebs <shebs@apple.com>
Mon, 22 Oct 2001 19:11:55 +0000 (19:11 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Mon, 22 Oct 2001 19:11:55 +0000 (19:11 +0000)
        * config/darwin-protos.h (darwin_exception_section): Declare.
        (darwin_eh_frame_section): Declare.

From-SVN: r46412

gcc/ChangeLog
gcc/config/darwin-protos.h

index c444a3d94b423a76f1ef276437368f876f4fa04d..e18fb6c5f27f480947c842b263c329c6ca3c6a58 100644 (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.
index f911076cd1876ca004029e7aee7233b590e17808..3b7ce74dc57fe493d845d3690535ab8c8afc484d 100644 (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 *));
This page took 0.070079 seconds and 5 git commands to generate.