Add COFF_SWAP_TABLE to it (oops)

This commit is contained in:
John Gilmore 1991-11-27 22:05:28 +00:00
parent c9301d7bcf
commit 17e9960f57
1 changed files with 2 additions and 1 deletions

View File

@ -78,5 +78,6 @@ _do_getb64, _do_putb64, _do_getb32, _do_putb32, _do_getb16, _do_putb16, /* hdrs
{bfd_false, coff_write_object_contents, /* bfd_write_contents */
_bfd_write_archive_contents, bfd_false},
JUMP_TABLE(coff)
JUMP_TABLE(coff),
COFF_SWAP_TABLE
};