diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-04 14:03:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-04 14:03:57 +0000 |
commit | 6cdf9d98c7b8abfc2a4f54d603667231067093e8 (patch) | |
tree | e77ccde350948c6327a88ca838651cc894a1e669 /gdb/config/vax | |
parent | 859a326da8868ec791169295f724e32c297cc796 (diff) | |
download | gdb-6cdf9d98c7b8abfc2a4f54d603667231067093e8.zip gdb-6cdf9d98c7b8abfc2a4f54d603667231067093e8.tar.gz gdb-6cdf9d98c7b8abfc2a4f54d603667231067093e8.tar.bz2 |
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/vax')
-rw-r--r-- | gdb/config/vax/xm-vax.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/vax/xm-vax.h b/gdb/config/vax/xm-vax.h index 9924f26..d1057a8 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"); |