ieee.h, oasys.h: Add some struct and enum tags for debugging.

internalcoff.h:  Comment changes.
ecoff.h:  Add back in the relocation entries, deleted accidentally,
and the sizes of ordinary COFF symbol fields for internalcoff.h.
This commit is contained in:
John Gilmore
1991-07-21 13:09:10 +00:00
parent ef98d5ac06
commit 50651e5e43
2 changed files with 28 additions and 4 deletions

View File

@@ -155,7 +155,9 @@ struct internal_lineno {
#endif
};
/********************** SYMBOLS **********************/
struct internal_syment {
union {
char _n_name[SYMNMLEN]; /* old COFF version */
@@ -176,10 +178,9 @@ struct internal_syment {
char n_numaux; /* number of aux. entries */
};
/*
* Relocatable symbols have number of the section in which they are defined,
* or one of the following:
*/
/* Relocatable symbols have number of the section in which they are defined,
or one of the following: */
#define N_UNDEF ((short)0) /* undefined symbol */
#define N_ABS ((short)-1) /* value of symbol is absolute */
#define N_DEBUG ((short)-2) /* debugging symbol -- value is meaningless */