diff options
author | Steve Chamberlain <steve@cygnus> | 1991-05-30 22:33:01 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-05-30 22:33:01 +0000 |
commit | 2700c3c75a601134e071086f677dfc6efe61e067 (patch) | |
tree | 1d9248bd2fe28d0802678212c6160074556ce0d3 /bfd/coff-m88k.c | |
parent | 4ffd30479f7a84b27895bae9cf27e9ae6354321a (diff) | |
download | gdb-2700c3c75a601134e071086f677dfc6efe61e067.zip gdb-2700c3c75a601134e071086f677dfc6efe61e067.tar.gz gdb-2700c3c75a601134e071086f677dfc6efe61e067.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd/coff-m88k.c')
-rw-r--r-- | bfd/coff-m88k.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/coff-m88k.c b/bfd/coff-m88k.c index 71a4497..511dfff 100644 --- a/bfd/coff-m88k.c +++ b/bfd/coff-m88k.c @@ -82,7 +82,7 @@ static reloc_howto_type howto_table[] = #define BADMAG(x) MC88BADMAG(x) -#include "coff-code.h" +#include "coffcode.h" @@ -115,5 +115,6 @@ _do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdr {bfd_false, coff_write_object_contents, /* bfd_write_contents */ _bfd_write_archive_contents, bfd_false}, - JUMP_TABLE(coff) + JUMP_TABLE(coff), +COFF_SWAP_TABLE }; |