diff options
author | Steve Chamberlain <steve@cygnus> | 1991-08-06 21:31:01 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-08-06 21:31:01 +0000 |
commit | 9bbfd0574df7ee53bb8d798dddd78312eddac4a6 (patch) | |
tree | 40d322e28c3349a801e8bc0db0ceee9ffab93569 /include/stab.def | |
parent | 1af27af8bcbcba16f12e02cafdda2347cde20699 (diff) | |
download | binutils-gdb-9bbfd0574df7ee53bb8d798dddd78312eddac4a6.tar.gz |
N_INDR movement
now in a.out.gnu.h and aout64.h, not in stab.def
Diffstat (limited to 'include/stab.def')
-rwxr-xr-x | include/stab.def | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/stab.def b/include/stab.def index 20ac0aa3876..77e48c9d8b4 100755 --- a/include/stab.def +++ b/include/stab.def @@ -17,12 +17,6 @@ -/* 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. |