darwin-protos.h: Add prototypes for new section functions.
authorDale Johannesen <dalej@apple.com>
Mon, 6 Jan 2003 22:23:37 +0000 (22:23 +0000)
committerDale Johannesen <dalej@gcc.gnu.org>
Mon, 6 Jan 2003 22:23:37 +0000 (22:23 +0000)
2003-01-06  Dale Johannesen  <dalej@apple.com>

        * config/darwin-protos.h:  Add prototypes for new section functions.

From-SVN: r60960

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

index 274453e1fcc29880305a75a121d2c559bb3a3617..4e23a008744c4601a32495f1e5c734af10dd4e9e 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-06  Dale Johannesen  <dalej@apple.com>
+
+       * config/darwin-protos.h:  Add prototypes for new section functions.
+
 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
 
        * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
index 913f15f3fa9aa8a5c361d0e3248bdc39fbc164c5..d199854a633f42e9793bf5786813f32f9557eba3 100644 (file)
@@ -1,5 +1,5 @@
 /* Prototypes.
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -27,7 +27,9 @@ extern const char *machopic_non_lazy_ptr_name PARAMS ((const char*));
 extern const char *machopic_stub_name PARAMS ((const char*));
 
 extern void machopic_picsymbol_stub_section PARAMS ((void));
+extern void machopic_picsymbol_stub1_section PARAMS ((void));
 extern void machopic_symbol_stub_section PARAMS ((void));
+extern void machopic_symbol_stub1_section PARAMS ((void));
 extern void machopic_lazy_symbol_ptr_section PARAMS ((void));
 extern void machopic_nl_symbol_ptr_section PARAMS ((void));