summaryrefslogtreecommitdiff
path: root/gcc/mips-tfile.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-10 15:36:25 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-10 15:36:25 +0000
commitd8b5f80e5174a688edca11b669254cd598f51c2b (patch)
tree41bc16434291d8097a58999ccd1fba1a61771a80 /gcc/mips-tfile.c
parent62c74046d37945f41c089a28c2caf8f26c14a7e1 (diff)
downloadgcc-d8b5f80e5174a688edca11b669254cd598f51c2b.tar.gz
* mips-tdump.c (read_seek): Call xmalloc, not malloc.
* mips-tfile.c: Don't #undef rindex; not used. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40366 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r--gcc/mips-tfile.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index ff24ce8e9af..38cd70c942d 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -2,8 +2,8 @@
contain debugging information specified by the GNU compiler
in the form of comments (the mips assembler does not support
assembly access to debug information).
- Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998,
- 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001
+ Free Software Foundation, Inc.
Contributed by Michael Meissner (meissner@cygnus.com).
This file is part of GNU CC.
@@ -662,9 +662,8 @@ main ()
#else /* MIPS_DEBUGGING defined */
/* The local and global symbols have a field index, so undo any defines
- of index -> strchr and rindex -> strrchr. */
+ of index -> strchr. */
-#undef rindex
#undef index
#include <signal.h>