diff options
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d22891d..0823915 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stabs.texinfo (Subranges): "A offset" and "T offset" are not + AIX extensions. + Mon May 24 11:09:06 1993 Fred Fish (fnf@cygnus.com) * snapshots.readme: Clarify when obvious and non-obvious bugs diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index fb4d4a1..140c659 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -1519,7 +1519,7 @@ subrange of, a semicolon, an integral lower bound, a semicolon, an integral upper bound, and a semicolon. The AIX documentation does not specify the trailing semicolon; I believe it is confused. -AIX allows the bounds to be one of the following instead of an integer: +Instead of an integer, either bound can be one of the following: @table @code @item A @var{offset} |