aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-03-06 08:11:26 +0000
committerJohn Gilmore <gnu@cygnus>1992-03-06 08:11:26 +0000
commitbfa4890496dfd1bb204982bbe920029bd4812b6b (patch)
treeed0735d7ebf27b59553ed868b192b12b1517befe /include
parent6dc776918c6b6fd31556a4d9faf63c77d82ced05 (diff)
downloadgdb-bfa4890496dfd1bb204982bbe920029bd4812b6b.zip
gdb-bfa4890496dfd1bb204982bbe920029bd4812b6b.tar.gz
gdb-bfa4890496dfd1bb204982bbe920029bd4812b6b.tar.bz2
Add relative file descriptors.
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];
+};