summaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-04 14:03:57 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-04 14:03:57 +0000
commit66e46846c450c725188efcdd45542ad8c65a0bb4 (patch)
treeee17673f849e72c82f70f3ddcf1da5d832a6c018 /gdb/config
parente34c02dd38db7158e3ec8540864e6bca5c0bb153 (diff)
downloadgdb-66e46846c450c725188efcdd45542ad8c65a0bb4.tar.gz
2004-04-04 Andrew Cagney <cagney@redhat.com>
* config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete. * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete. * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/alpha/xm-alphalinux.h3
-rw-r--r--gdb/config/alpha/xm-alphaosf.h3
-rw-r--r--gdb/config/vax/xm-vax.h10
3 files changed, 0 insertions, 16 deletions
diff --git a/gdb/config/alpha/xm-alphalinux.h b/gdb/config/alpha/xm-alphalinux.h
index f1bc14da4bd..9341670b4b3 100644
--- a/gdb/config/alpha/xm-alphalinux.h
+++ b/gdb/config/alpha/xm-alphalinux.h
@@ -19,8 +19,5 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* The alpha has no siginterrupt routine. */
-#define NO_SIGINTERRUPT
-
#define HAVE_TERMIOS
#define USG
diff --git a/gdb/config/alpha/xm-alphaosf.h b/gdb/config/alpha/xm-alphaosf.h
index 67d3cc4af8a..dff1c6ef8f9 100644
--- a/gdb/config/alpha/xm-alphaosf.h
+++ b/gdb/config/alpha/xm-alphaosf.h
@@ -18,7 +18,4 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* The alpha has no siginterrupt routine. */
-#define NO_SIGINTERRUPT
-
#define HAVE_TERMIOS
diff --git a/gdb/config/vax/xm-vax.h b/gdb/config/vax/xm-vax.h
index 9924f260140..d1057a8ee41 100644
--- a/gdb/config/vax/xm-vax.h
+++ b/gdb/config/vax/xm-vax.h
@@ -34,22 +34,12 @@
are not handled by KDB; the program's own trap handler
gets to handle then. */
-#define FAULT_CODE_ORIGIN 0
#define FAULT_CODE_UNITS 4
#define FAULT_TABLE \
{ 0, SIGKILL, SIGSEGV, 0, 0, 0, 0, 0, \
0, 0, SIGTRAP, SIGTRAP, 0, 0, 0, 0, \
0, 0, 0, 0, 0, 0, 0, 0}
-/* Start running with a stack stretching from BEG to END.
- BEG and END should be symbols meaningful to the assembler.
- This is used only for kdb. */
-
-#define INIT_STACK(beg, end) \
-{ asm (".globl end"); \
- asm ("movl $ end, sp"); \
- asm ("clrl fp"); }
-
/* Push the frame pointer register on the stack. */
#define PUSH_FRAME_PTR \
asm ("pushl fp");