diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-06 08:38:52 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-01-06 08:38:52 -0500 |
commit | f997f8aeaf849ff32387389ac9350e604ebc97e2 (patch) | |
tree | d7c77990f557a8b5d8fa7b19458d18fdc6cbb1df | |
parent | f01ea0c6743451b2188dacd75ed0eeec7b4c63fe (diff) | |
download | gcc-f997f8aeaf849ff32387389ac9350e604ebc97e2.zip gcc-f997f8aeaf849ff32387389ac9350e604ebc97e2.tar.gz gcc-f997f8aeaf849ff32387389ac9350e604ebc97e2.tar.bz2 |
Delete redundant definitions of compiler and library fns.
From-SVN: r13387
-rw-r--r-- | gcc/config/mips/mips.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index df52654..5e18658 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. MIPS version. - Copyright (C) 1989, 90-5, 1996 Free Software Foundation, Inc. + Copyright (C) 1989, 90-6, 1997 Free Software Foundation, Inc. Contributed by A. Lichnewsky (lich@inria.inria.fr). Changed by Michael Meissner (meissner@osf.org). 64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and @@ -236,22 +236,6 @@ extern void readonly_data_section (); extern void sdata_section (); extern void text_section (); -/* Functions in the rest of the compiler that we reference. */ -extern void abort_with_insn (); -extern void debug_rtx (); -extern void fatal_io_error (); -extern int get_frame_size (); -extern int offsettable_address_p (); -extern void output_address (); -extern char *permalloc (); -extern int reg_mentioned_p (); - -/* Functions in the standard library that we reference. */ -extern int atoi (); -extern char *getenv (); -extern char *mktemp (); - - /* Stubs for half-pic support if not OSF/1 reference platform. */ #ifndef HALF_PIC_P |