diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-06-30 20:01:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-06-30 20:01:23 +0000 |
commit | 1a6923e0319d4ede81d2d821d8a84bb97113b071 (patch) | |
tree | 58b1e5e9ea41268ce7a401ec91264a621e62a875 /gdb | |
parent | d81cbc94d281726fa7d870a29f4cadd4dcd91fab (diff) | |
download | gdb-1a6923e0319d4ede81d2d821d8a84bb97113b071.zip gdb-1a6923e0319d4ede81d2d821d8a84bb97113b071.tar.gz gdb-1a6923e0319d4ede81d2d821d8a84bb97113b071.tar.bz2 |
* gdbint.texinfo (Target Architecture Definition): Remove
SUN_FIXED_LBRAC_BUG.
Diffstat (limited to 'gdb')
-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 5a0b810..61ddd7a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-06-24 Mark Kettenis <kettenis@gnu.org> + + * gdbint.texinfo (Target Architecture Definition): Remove + SUN_FIXED_LBRAC_BUG. + 2004-06-26 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a3821b5..f6d4a0e 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3767,10 +3767,6 @@ value that is to be returned. This method has been deprecated in favour of @code{gdbarch_return_value} (@pxref{gdbarch_return_value}). -@item SUN_FIXED_LBRAC_BUG -@findex SUN_FIXED_LBRAC_BUG -(Used only for Sun-3 and Sun-4 targets.) - @item SYMBOL_RELOADING_DEFAULT @findex SYMBOL_RELOADING_DEFAULT The default value of the ``symbol-reloading'' variable. (Never defined in |