aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2003-01-06 22:23:37 +0000
committerDale Johannesen <dalej@gcc.gnu.org>2003-01-06 22:23:37 +0000
commita16b43c5c5fbdfce6c8b890af7c287e4f56e1106 (patch)
treed155ddb04c08956663e3ac8d153a2f8793d03582 /gcc
parentef8dfae61298a9d60ae7256750f61648d64265aa (diff)
downloadgcc-a16b43c5c5fbdfce6c8b890af7c287e4f56e1106.zip
gcc-a16b43c5c5fbdfce6c8b890af7c287e4f56e1106.tar.gz
gcc-a16b43c5c5fbdfce6c8b890af7c287e4f56e1106.tar.bz2
darwin-protos.h: Add prototypes for new section functions.
2003-01-06 Dale Johannesen <dalej@apple.com> * config/darwin-protos.h: Add prototypes for new section functions. From-SVN: r60960
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/darwin-protos.h4
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 274453e..4e23a00 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/darwin-protos.h b/gcc/config/darwin-protos.h
index 913f15f..d199854 100644
--- a/gcc/config/darwin-protos.h
+++ b/gcc/config/darwin-protos.h
@@ -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));