Add relative file descriptors.

This commit is contained in:
John Gilmore
1992-03-06 08:11:26 +00:00
parent 6dc776918c
commit bfa4890496

View File

@ -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];
};