]> Git Repo - binutils.git/blobdiff - include/coff-mips.h
HPPA BS
[binutils.git] / include / coff-mips.h
index 59e4f80a4e9ed0ad3b08c82f775b256e9f2f0b03..2faad589eb1ebea10f02575aae38bfa54f4bde72 100755 (executable)
@@ -66,6 +66,13 @@ 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"
+
 #define DEFAULT_DATA_SECTION_ALIGNMENT 4
 #define DEFAULT_BSS_SECTION_ALIGNMENT 4
 #define DEFAULT_TEXT_SECTION_ALIGNMENT 16
@@ -86,11 +93,3 @@ struct external_reloc {
 
 #define RELOC struct external_reloc
 #define RELSZ 12
-
-/* These definitions are not used in ecoff, but they make it possible
-   for ecoff to use the same "internalcoff.h" as other coff implementations. */
-
-#define SYMNMLEN       8       /* # characters in a symbol name        */
-#define FILNMLEN       14      /* # characters in a file name          */
-#define DIMNUM         4       /* # array dimensions in auxiliary entry */
-
This page took 0.021928 seconds and 4 git commands to generate.