aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-08-04 01:37:25 +0000
committerIan Lance Taylor <ian@airs.com>1993-08-04 01:37:25 +0000
commit48edba8191dd288243f3f041bc4d04f15a84af19 (patch)
treec2578662cf55b796c6ceab6d136bf775c89feb62 /bfd/bfd.c
parent05e9e18869d9e0741b1233e0f79dfd5cdfc3a947 (diff)
downloadgdb-48edba8191dd288243f3f041bc4d04f15a84af19.zip
gdb-48edba8191dd288243f3f041bc4d04f15a84af19.tar.gz
gdb-48edba8191dd288243f3f041bc4d04f15a84af19.tar.bz2
With these changes, the binutils mostly work on the Alpha, except for
objdump -r. * coffswap.h: Added macros used when accessing several fields; default is the same as before. (coff_swap_aouthdr_{in,out}): Handle the Alpha ECOFF fields. * coff-alpha.c: Defined macros to use the right sizes in coffswap.h. * libecoff.h: Backend information is now in target vector, not BFD. Start of backend information is COFF backend information. * coff-alpha.c, coff-mips.c: Changed accordingly. * ecoff.c (ecoff_mkobject): New function. (ARMAP_START): Changed into backend information, since Alpha uses a different name. (ecoff_slurp_armap): Don't overlay archive header. * bfd.c: Include libcoff.h.
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r--bfd/bfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd.c b/bfd/bfd.c
index 0e8432b..3bdb2b0 100644
--- a/bfd/bfd.c
+++ b/bfd/bfd.c
@@ -179,6 +179,7 @@ CODE_FRAGMENT
#include "libbfd.h"
#include "coff/internal.h"
#include "coff/sym.h"
+#include "libcoff.h"
#include "libecoff.h"
#undef strerror