diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-01 00:34:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-01 00:34:55 +0000 |
commit | b26cb853b005f2ab74c8bff4aeeeda7f4cdeeb19 (patch) | |
tree | ae073d6447dd9c85145ebbf32b7b37f6006cea3c /gdb/mipsread.c | |
parent | ac7ff35eeb8574676f12f05d070f52a8b8a13009 (diff) | |
download | gdb-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.c | 3 |
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 (); } |