aboutsummaryrefslogtreecommitdiff
path: root/include/coff-m88k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff-m88k.h')
-rwxr-xr-xinclude/coff-m88k.h6
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 **********************/