aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-15 22:05:44 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-15 22:05:44 +0000
commit5929a91098661a96a8fd889af00aebe461fc831a (patch)
treecc04ae304eca980d048213e2e3ee389d3b8d0f9b /gdb/config/mips
parent8f22cb9068670ce9c634e55028877721e7863e63 (diff)
downloadgdb-5929a91098661a96a8fd889af00aebe461fc831a.zip
gdb-5929a91098661a96a8fd889af00aebe461fc831a.tar.gz
gdb-5929a91098661a96a8fd889af00aebe461fc831a.tar.bz2
2004-02-15 Andrew Cagney <cagney@redhat.com>
* config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro. * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference. * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-nbsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h
index 143f3a4..fb30761 100644
--- a/gdb/config/mips/tm-nbsd.h
+++ b/gdb/config/mips/tm-nbsd.h
@@ -22,9 +22,6 @@
#ifndef TM_NBSD_H
#define TM_NBSD_H
-/* Saved Pc. Get it from sigcontext if within sigtramp. */
-#define SIGCONTEXT_PC_OFFSET 8
-
#include "mips/tm-mips.h"
#include "solib.h"