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 | 65a64be36785310bdadba826a67a9a827dc32722 (patch) | |
tree | b29f40236890a859ccf559d8b9576597a0a4da05 /gdb | |
parent | 8f79451436791b9a9441e732f5a77ea06216d753 (diff) | |
download | gdb-65a64be36785310bdadba826a67a9a827dc32722.tar.gz |
* 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 | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5a0b8107606..61ddd7aece8 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 7a6cff62330..cf6d8591e34 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -38,7 +38,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.212 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.213 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -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 |