diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-01 17:40:43 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-01 17:40:43 +0000 |
commit | 597b7bafaa49f8b8ccf40df17bf438b256c0972c (patch) | |
tree | 779837f2266a24268e3660167909042722a60ecc /gcc/output.h | |
parent | 6e4758cea7ab8941604c04d8513b0e7eb65e5b83 (diff) | |
download | gcc-597b7bafaa49f8b8ccf40df17bf438b256c0972c.tar.gz |
* m68k.c (init_FPA_table): Provide static prototype.
* mips/abi64.h (mips_function_value): Move prototype to ...
* mips-protos.h (mips_function_value): ... here.
* mips.c: Include halfpic.h.
* output.h (rdata_section): Prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 6d67032d51f..fee817e53b5 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -206,6 +206,10 @@ extern void drectve_section PARAMS ((void)); extern void sdata_section PARAMS ((void)); #endif +#ifdef RDATA_SECTION_ASM_OP +extern void rdata_section PARAMS ((void)); +#endif + #ifdef TREE_CODE /* Tell assembler to change to section NAME for DECL. If DECL is NULL, just switch to section NAME. |