Blow away v9 stuff in aout64.h too.
[deliverable/binutils-gdb.git] / include / coff-mips.h
index 6b6cd63d44195cc248330416c8a09ba6dd4b2fe0..f6099b00764f341397e5a424ed8f1c77846c81bb 100755 (executable)
@@ -69,3 +69,26 @@ struct external_scnhdr {
 #define DEFAULT_TEXT_SECTION_ALIGNMENT 16
 /* For new sections we havn't heard of before */
 #define DEFAULT_SECTION_ALIGNMENT 4
+
+/********************** RELOCATION DIRECTIVES **********************/
+
+struct external_reloc {
+  char r_vaddr[4];
+  char r_symndx[4];
+  char r_type[2];
+  char pad[2];
+};
+
+
+/* Relevent values for r_type and ecoff.  Would someone please document them */
+
+#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.023503 seconds and 4 git commands to generate.