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 | 36710c632ceea0a828b1084bb5faaa224910f22f (patch) | |
tree | 32ebed3e9533658eff763144f50d49ffd8647e5f /gdb/mipsread.c | |
parent | 2593d1cdadf3f447af2054c81eb1d0ae90bc8d6d (diff) | |
download | gdb-36710c632ceea0a828b1084bb5faaa224910f22f.zip gdb-36710c632ceea0a828b1084bb5faaa224910f22f.tar.gz gdb-36710c632ceea0a828b1084bb5faaa224910f22f.tar.bz2 |
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 f67eeea..d0d0b9d 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 (); } |