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 | |
parent | 9d96ecba82781a7b9072dff14b68b6c9a202095f (diff) | |
download | gdb-b11bd28163698102848a4a1e8d9d9a9533396099.zip gdb-b11bd28163698102848a4a1e8d9d9a9533396099.tar.gz gdb-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')
-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 7eceb40..d7ca0c6 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stabs.texinfo (Negative Type Numbers): Mention the fact that + GDB, as well as AIX dbx, supports the size type attribute. + Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * stabs.texinfo (Negative Type Numbers): Document types -31 to -34. 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 |