aboutsummaryrefslogtreecommitdiff
path: root/gcc/mips-tdump.c
diff options
context:
space:
mode:
authorghazi <>1999-09-08 18:42:01 +0000
committerghazi <>1999-09-08 18:42:01 +0000
commit6170be27f6fa99ae928067af835e041f2dbcee28 (patch)
treec492c082ca18b5ddb799202154dfb028acb16bb7 /gcc/mips-tdump.c
parenta9cb6f66dfd6eae652808988058e644482d93af5 (diff)
* system.h (sbrk, malloc, calloc, realloc): Backup prototypes
changed from extern char *, to extern PTR. Also fix typo in NEED_DECLARATION_REALLOC test. * mips-tdump.c (malloc, calloc, realloc): Don't prototype.
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r--gcc/mips-tdump.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index fd70e51d88e..d82d0ac6c2e 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.c
@@ -262,18 +262,6 @@ const char *glevel_to_string __proto((glevel_t));
const char *lang_to_string __proto((lang_t));
const char *type_to_string __proto((AUXU *, int, FDR *));
-#ifndef __alpha
-# ifdef NEED_DECLARATION_MALLOC
-extern PTR_T malloc __proto((size_t));
-# endif
-# ifdef NEED_DECLARATION_CALLOC
-extern PTR_T calloc __proto((size_t, size_t));
-# endif
-# ifdef NEED_DECLARATION_REALLOC
-extern PTR_T realloc __proto((PTR_T, size_t));
-# endif
-#endif
-
extern char *optarg;
extern int optind;
extern int opterr;