From: Jim Kingdon Date: Thu, 10 Mar 1994 03:45:07 +0000 (+0000) Subject: * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=594eeceb8efe6abcf5820d1e62eb5aa21d21a997;p=binutils-gdb.git * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f9e888b0703..c07d983dcee 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s. + Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com) * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c, diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 763b301b0a5..a9095c5aa8b 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -3332,6 +3332,9 @@ Register variable; see @ref{Register Variables}. @item S File scope variable; see @ref{Statics}. +@item s +Local variable (OS9000). + @item t Type name; see @ref{Typedefs}.