Browse Source

* stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.

gdb-4_18-branch
David MacKenzie 33 years ago
parent
commit
59502c19ad
  1. 4
      gdb/doc/ChangeLog
  2. 5
      gdb/doc/stabs.texinfo

4
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

5
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

Loading…
Cancel
Save