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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 5 insertions, 4 deletions
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 |