diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 19:56:22 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-25 19:56:22 +0000 |
commit | 8cfe3bebdecf451568c3389ca7210b34d88de2b6 (patch) | |
tree | 6346646f44cbbeee0811c3ee7b4c4c05f9f34128 /gdb/doc | |
parent | 60986901af1fb1a79b9ecf0598bfea200baf9773 (diff) | |
download | gdb-8cfe3bebdecf451568c3389ca7210b34d88de2b6.zip gdb-8cfe3bebdecf451568c3389ca7210b34d88de2b6.tar.gz gdb-8cfe3bebdecf451568c3389ca7210b34d88de2b6.tar.bz2 |
* stabs.texinfo (Subranges): "A offset" and "T offset" are not
AIX extensions.
Diffstat (limited to 'gdb/doc')
-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} |