aboutsummaryrefslogtreecommitdiff
path: root/gdb
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
commit6cdf9d98c7b8abfc2a4f54d603667231067093e8 (patch)
treee77ccde350948c6327a88ca838651cc894a1e669 /gdb
parent859a326da8868ec791169295f724e32c297cc796 (diff)
downloadgdb-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')
-rw-r--r--gdb/ChangeLog6
-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
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo4
6 files changed, 11 insertions, 20 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27ca73e..5bba7e6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2004-04-03 Jim Blandy <jimb@redhat.com>
* MAINTAINERS: Chris Faylor has changed employers; add him to
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
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");
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 63ffa77..5f1f332 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-04 Andrew Cagney <cagney@redhat.com>
+
+ * gdbint.texinfo (Host Definition): Delete reference to
+ NO_SIGINTERRUPT.
+
2004-04-02 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 9066f73..2d17a34 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -2251,10 +2251,6 @@ of functions to indicate that they never return. The default is already
set correctly if compiling with GCC. This will almost never need to be
defined.
-@item NO_SIGINTERRUPT
-@findex siginterrupt
-Define this to indicate that @code{siginterrupt} is not available.
-
@item SEEK_CUR
@itemx SEEK_SET
Define these to appropriate value for the system @code{lseek}, if not already