diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-04 01:37:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-04 01:37:25 +0000 |
commit | 48edba8191dd288243f3f041bc4d04f15a84af19 (patch) | |
tree | c2578662cf55b796c6ceab6d136bf775c89feb62 /bfd/bfd.c | |
parent | 05e9e18869d9e0741b1233e0f79dfd5cdfc3a947 (diff) | |
download | gdb-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |