aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/stabs.texinfo
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1994-01-19 14:43:04 +0000
committerDavid MacKenzie <djm@cygnus>1994-01-19 14:43:04 +0000
commit59502c19ad5401de4d4571a10032eb5a3dd786c3 (patch)
treec472c85f093e704c5f685df3efd7bf8e2d069c71 /gdb/doc/stabs.texinfo
parentd7e34f67be0fc288cbb4fe984df4999a1155fd6a (diff)
downloadgdb-59502c19ad5401de4d4571a10032eb5a3dd786c3.zip
gdb-59502c19ad5401de4d4571a10032eb5a3dd786c3.tar.gz
gdb-59502c19ad5401de4d4571a10032eb5a3dd786c3.tar.bz2
* stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
Diffstat (limited to 'gdb/doc/stabs.texinfo')
-rw-r--r--gdb/doc/stabs.texinfo5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo
index 6b4d371..4e4a706 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