From b11bd28163698102848a4a1e8d9d9a9533396099 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Fri, 17 Mar 1995 14:49:24 +0000 Subject: * stabs.texinfo (Negative Type Numbers): Mention the fact that GDB, as well as AIX dbx, supports the size type attribute. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/stabs.texinfo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb/doc') 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 -- cgit v1.1