From: David MacKenzie Date: Wed, 19 Jan 1994 14:43:04 +0000 (+0000) Subject: * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59502c19ad5401de4d4571a10032eb5a3dd786c3;p=binutils-gdb.git * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index fbda2c4dc5c..fd1e46c5162 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com) + + * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT. + Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo index 6b4d371a572..4e4a7067d80 100644 --- a/gdb/doc/stabs.texinfo +++ b/gdb/doc/stabs.texinfo @@ -3032,18 +3032,23 @@ Symbol is indirected to another symbol Common---visible after shared library dynamic link @item 0x14 N_SETA +@itemx 0x15 N_SETA | N_EXT Absolute set element @item 0x16 N_SETT +@itemx 0x17 N_SETT | N_EXT Text segment set element @item 0x18 N_SETD +@itemx 0x19 N_SETD | N_EXT Data segment set element @item 0x1a N_SETB +@itemx 0x1b N_SETB | N_EXT BSS segment set element @item 0x1c N_SETV +@itemx 0x1d N_SETV | N_EXT Pointer to set vector @item 0x1e N_WARNING