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/alpha | |
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/alpha')
-rw-r--r-- | gdb/config/alpha/xm-alphalinux.h | 3 | ||||
-rw-r--r-- | gdb/config/alpha/xm-alphaosf.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/alpha/xm-alphalinux.h b/gdb/config/alpha/xm-alphalinux.h index f1bc14d..9341670 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 67d3cc4..dff1c6e 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 |