aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/coff/ecoff-ext.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/coff/ecoff-ext.h b/include/coff/ecoff-ext.h
index 8b1d8b1..8dfd22f 100644
--- a/include/coff/ecoff-ext.h
+++ b/include/coff/ecoff-ext.h
@@ -284,3 +284,9 @@ PROTO (bfd_vma, _do_getl32, (unsigned char *addr));
_do_getl32 ((ax)->a_width))
#define AUX_GET_COUNT(bigend, ax) (bigend? _do_getb32 ((ax)->a_count): \
_do_getl32 ((ax)->a_count))
+
+/* Relative file descriptor */
+
+struct rfd_ext {
+ char rfd[4];
+};