diff options
Diffstat (limited to 'include/coff-m88k.h')
-rwxr-xr-x | include/coff-m88k.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/coff-m88k.h b/include/coff-m88k.h index 40b98ff..8b11470 100755 --- a/include/coff-m88k.h +++ b/include/coff-m88k.h @@ -100,6 +100,12 @@ struct external_scnhdr #define SCNHDR struct external_scnhdr #define SCNHSZ sizeof(SCNHDR) +/* + * names of "special" sections + */ +#define _TEXT ".text" +#define _DATA ".data" +#define _BSS ".bss" /********************** LINE NUMBERS **********************/ |