N_INDR movement

now in a.out.gnu.h and aout64.h, not in stab.def
This commit is contained in:
Steve Chamberlain
1991-08-06 21:31:01 +00:00
parent 1af27af8bc
commit 9bbfd0574d
3 changed files with 3 additions and 7 deletions

View File

@ -174,7 +174,7 @@ struct nlist {
If the other symbol does not have a definition, libraries will If the other symbol does not have a definition, libraries will
be searched to find a definition. */ be searched to find a definition. */
/*#define N_INDR 0xa*/ #define N_INDR 0xa
/* The following symbols refer to set elements. /* The following symbols refer to set elements.
All the N_SET[ATDB] symbols with the same name form one set. All the N_SET[ATDB] symbols with the same name form one set.

View File

@ -174,6 +174,8 @@ struct internal_nlist {
#define N_TYPE 0x1e #define N_TYPE 0x1e
#define N_STAB 0xe0 #define N_STAB 0xe0
#define N_INDR 0x0a
/* The following symbols refer to set elements. /* The following symbols refer to set elements.
All the N_SET[ATDB] symbols with the same name form one set. All the N_SET[ATDB] symbols with the same name form one set.
Space is allocated for the set in the text section, and each set Space is allocated for the set in the text section, and each set

View File

@ -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 /* Warning symbol. The text gives a warning message, the next symbol
in the table will be undefined. When the symbol is referenced, the in the table will be undefined. When the symbol is referenced, the
message is printed. message is printed.