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/config/mips/mips.c | |
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/config/mips/mips.c')
-rw-r--r-- | gcc/config/mips/mips.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index ae41546cdc3..6711b16c927 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -54,6 +54,10 @@ Boston, MA 02111-1307, USA. */ #include "target.h" #include "target-def.h" +#ifdef HALF_PIC_DEBUG +#include "halfpic.h" +#endif + #ifdef __GNU_STAB__ #define STAB_CODE_TYPE enum __stab_debug_code #else |