diff options
author | Steve Chamberlain <steve@cygnus> | 1991-08-01 23:38:49 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-08-01 23:38:49 +0000 |
commit | 1c6c65989b067c11371766ddb6a15f2e75057d1b (patch) | |
tree | 8772c9b3add44bc4720aea0ff745b2854cf041d0 /include/stab.def | |
parent | 88dfcd6832de16c90733ca6a9ec1336edfe7e3ad (diff) | |
download | gdb-1c6c65989b067c11371766ddb6a15f2e75057d1b.zip gdb-1c6c65989b067c11371766ddb6a15f2e75057d1b.tar.gz gdb-1c6c65989b067c11371766ddb6a15f2e75057d1b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'include/stab.def')
-rwxr-xr-x | include/stab.def | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/stab.def b/include/stab.def index 93e3b33..20ac0aa 100755 --- a/include/stab.def +++ b/include/stab.def @@ -14,7 +14,22 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + + +/* Alias symbol. Any reference to this will turn into into one to the + next symbol in the table +*/ + +__define_stab (N_INDR, 0x0b, "INDR") + +/* Warning symbol. The text gives a warning message, the next symbol + in the table will be undefined. When the symbol is referenced, the + message is printed. +*/ + +__define_stab (N_WARNING, 0x1e,"WARNING") + /* Global variable. Only the name is significant. To find the address, look in the corresponding external symbol. */ __define_stab (N_GSYM, 0x20, "GSYM") |