diff options
author | John Gilmore <gnu@cygnus> | 1991-09-20 21:50:27 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-20 21:50:27 +0000 |
commit | 30c52cdf23c167bb7e6ba3c9770852746b3b2dbc (patch) | |
tree | 54bd1c6e367f701f0588608d87546bbdd335035b /include/stab.def | |
parent | 1b3f485c582b72bb215ed3c04c31650daf6e1c8d (diff) | |
download | gdb-30c52cdf23c167bb7e6ba3c9770852746b3b2dbc.zip gdb-30c52cdf23c167bb7e6ba3c9770852746b3b2dbc.tar.gz gdb-30c52cdf23c167bb7e6ba3c9770852746b3b2dbc.tar.bz2 |
Update N_FN value to 0x1F. Add comments about N_EXT bits.
Diffstat (limited to 'include/stab.def')
-rwxr-xr-x | include/stab.def | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/include/stab.def b/include/stab.def index 8c5e5fe..005dd75 100755 --- a/include/stab.def +++ b/include/stab.def @@ -171,11 +171,20 @@ __define_stab (N_LENG, 0xfe, "LENG") STAB MATRIX _________________________________________________ | 00 - 1F are not dbx stab symbols | - | Entries with bit 01 set are external symbols. | + | In most cases, the low bit is the EXTernal bit| + | 00 UNDEF | 02 ABS | 04 TEXT | 06 DATA | - | 08 BSS | 0A INDR | 0C | 0E FN | + | 01 |EXT | 03 |EXT | 05 |EXT | 07 |EXT | + + | 08 BSS | 0A INDR | 0C | 0E | + | 09 |EXT | 0B | 0D | 0F | + | 10 | 12 COMM | 14 SETA | 16 SETT | + | 11 | 13 | 15 | 17 | + | 18 SETD | 1A SETB | 1C SETV | 1E WARNING| + | 19 | 1B | 1D | 1F FN | + |_______________________________________________| | Debug entries with bit 01 set are unused. | | 20 GSYM | 22 FNAME | 24 FUN | 26 STSYM | |