diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-01 16:52:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-01 16:52:30 +0000 |
commit | fcf70625fc153c636f89293d48208d39033c2c41 (patch) | |
tree | 8b7986bd05cb57c10875767b233081f2317ec166 /gdb/hppa-hpux-tdep.c | |
parent | ac5eccb7a1eb2ffba1d97999d54b71a6cc2454b9 (diff) | |
download | gdb-fcf70625fc153c636f89293d48208d39033c2c41.zip gdb-fcf70625fc153c636f89293d48208d39033c2c41.tar.gz gdb-fcf70625fc153c636f89293d48208d39033c2c41.tar.bz2 |
2004-05-01 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
(shnbsd_pc_in_sigtramp): Delete.
* i386-interix-tdep.c (i386_interix_init_abi): Do not set
pc_in_sigtramp.
* hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
pc_in_sigtramp.
* frame.h: Update comments.
* ppc-linux-tdep.c: Update comments.
* breakpoint.c (bpstat_what): Update comments.
Index: doc/ChangeLog
2004-05-01 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
description of DEPRECATED_PC_IN_SIGTRAMP.
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r-- | gdb/hppa-hpux-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index a047d42..ad058c2 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -1227,8 +1227,6 @@ hppa_hpux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) { struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); - set_gdbarch_deprecated_pc_in_sigtramp (gdbarch, hppa_hpux_pc_in_sigtramp); - if (tdep->bytes_per_address == 4) set_gdbarch_in_solib_call_trampoline (gdbarch, hppa32_hpux_in_solib_call_trampoline); |