Commit a16b43c5 by Dale Johannesen Committed by Dale Johannesen

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
parent ef8dfae6
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> 2003-01-06 Chris Demetriou <cgd@broadcom.com>
* config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
......
/* Prototypes. /* 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. This file is part of GNU CC.
...@@ -27,7 +27,9 @@ extern const char *machopic_non_lazy_ptr_name PARAMS ((const char*)); ...@@ -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 const char *machopic_stub_name PARAMS ((const char*));
extern void machopic_picsymbol_stub_section PARAMS ((void)); 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_stub_section PARAMS ((void));
extern void machopic_symbol_stub1_section PARAMS ((void));
extern void machopic_lazy_symbol_ptr_section PARAMS ((void)); extern void machopic_lazy_symbol_ptr_section PARAMS ((void));
extern void machopic_nl_symbol_ptr_section PARAMS ((void)); extern void machopic_nl_symbol_ptr_section PARAMS ((void));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment