aboutsummaryrefslogtreecommitdiff
path: root/include/coff/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/coff/internal.h')
-rw-r--r--include/coff/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/coff/internal.h b/include/coff/internal.h
index b09bb0f..e79bf56 100644
--- a/include/coff/internal.h
+++ b/include/coff/internal.h
@@ -659,6 +659,12 @@ union internal_auxent
/* 14 ??? */
#define XMC_TC0 15 /* Read-write TOC anchor */
#define XMC_TD 16 /* Read-write data in TOC */
+
+ struct
+ {
+ long x_scnlen; /* Section length */
+ long x_nreloc; /* Number of relocation entries */
+ } x_sect;
};
/********************** RELOCATION DIRECTIVES **********************/