summaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-01 00:34:55 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-01 00:34:55 +0000
commitb26cb853b005f2ab74c8bff4aeeeda7f4cdeeb19 (patch)
treeae073d6447dd9c85145ebbf32b7b37f6006cea3c /gdb/mipsread.c
parentac7ff35eeb8574676f12f05d070f52a8b8a13009 (diff)
downloadgdb-b26cb853b005f2ab74c8bff4aeeeda7f4cdeeb19.tar.gz
2004-04-30 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_pc_in_sigtramp): Delete. (mips_gdbarch_init): Do not set pc_in_sigtramp. * mipsread.c (sigtramp_address): Delete extern variable. (mipscoff_new_init): Delete reference. * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables. (fixup_sigtramp): Delete function. * config/mips/tm-mips.h (sigtramp_address, sigtramp_end) (fixup_sigtramp): Delete declarations.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r--gdb/mipsread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c
index f67eeea9819..d0d0b9d699d 100644
--- a/gdb/mipsread.c
+++ b/gdb/mipsread.c
@@ -59,12 +59,9 @@ read_alphacoff_dynamic_symtab (struct section_offsets *,
symbol file is specified (not just adding some symbols from another
file, e.g. a shared library). */
-extern CORE_ADDR sigtramp_address;
-
static void
mipscoff_new_init (struct objfile *ignore)
{
- sigtramp_address = 0;
stabsread_new_init ();
buildsym_new_init ();
}