]> Git Repo - binutils.git/blobdiff - include/coff-i960.h
The machine-dependent files should declare the section names - not the
[binutils.git] / include / coff-i960.h
index 80dee56c70731665e5d31f71cc5bd26c3981d208..073d6463cc702b5485d460b7489659990f676346 100755 (executable)
@@ -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 **********************/
 
This page took 0.022771 seconds and 4 git commands to generate.