diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-12-01 17:40:43 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-01 17:40:43 +0000 |
commit | 2203610302a49bd13423676ab292ddefc6e1219c (patch) | |
tree | 779837f2266a24268e3660167909042722a60ecc /gcc/output.h | |
parent | ede75ee868a7e0e4515f39851b41839e69ec8f50 (diff) | |
download | gcc-2203610302a49bd13423676ab292ddefc6e1219c.zip gcc-2203610302a49bd13423676ab292ddefc6e1219c.tar.gz gcc-2203610302a49bd13423676ab292ddefc6e1219c.tar.bz2 |
m68k.c (init_FPA_table): Provide static prototype.
* 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.
From-SVN: r47516
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 6d67032..fee817e 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. |