diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-17 14:49:24 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-17 14:49:24 +0000 |
commit | b11bd28163698102848a4a1e8d9d9a9533396099 (patch) | |
tree | 39ab79230993160fc764229aa15540d8b2bfa8c4 /gdb/doc/stabs.texinfo | |
parent | 9d96ecba82781a7b9072dff14b68b6c9a202095f (diff) | |
download | binutils-b11bd28163698102848a4a1e8d9d9a9533396099.zip binutils-b11bd28163698102848a4a1e8d9d9a9533396099.tar.gz binutils-b11bd28163698102848a4a1e8d9d9a9533396099.tar.bz2 |
* stabs.texinfo (Negative Type Numbers): Mention the fact that
GDB, as well as AIX dbx, supports the size type attribute.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r-- | gdb/doc/stabs.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index c6029c7..27d6d65 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -1481,7 +1481,7 @@ the debugger, and, unless you get both AIX dbx and GDB to accept the change, introduces an incompatibility), or use a type attribute (@pxref{String Field}) to define a new type with the appropriate size (which merely requires a debugger which understands type attributes, -like AIX dbx). For example, +like AIX dbx or GDB). For example, @example .stabs "boolean:t10=@@s8;-16",128,0,0,0 |