2004-04-04 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 4 Apr 2004 14:03:57 +0000 (14:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 4 Apr 2004 14:03:57 +0000 (14:03 +0000)
* 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.

gdb/ChangeLog
gdb/config/alpha/xm-alphalinux.h
gdb/config/alpha/xm-alphaosf.h
gdb/config/vax/xm-vax.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 27ca73ed15a7e928e5176d5150725d56dba21fbc..5bba7e6d6098e89daf487c9d4999fdb09108fc80 100644 (file)
@@ -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
index f1bc14da4bdac634f1c81e50433568ff31af8b6b..9341670b4b37fea7850f647dd778b97d785ab107 100644 (file)
@@ -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
index 67d3cc4af8ac44a7ba129d4f7eb5190113046a1e..dff1c6ef8f9e7d231a2a3172e95d30386b490e98 100644 (file)
@@ -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
index 9924f2601401a10b1899f13bcf2cf57bf45a1a96..d1057a8ee41e244c33929716ce48dcec86325209 100644 (file)
    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");
index 63ffa779d9c3724e07817ebca04e4bae5b748b79..5f1f332c5d1bccd011d97c730d9c626e187e088f 100644 (file)
@@ -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
index 9066f73765d12942490628beac4d43b78b7dfb06..2d17a348c7ab56e3b200ceb456c50105f10677b3 100644 (file)
@@ -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
This page took 0.036179 seconds and 4 git commands to generate.