Add COFF_SWAP_TABLE to it (oops)
authorJohn Gilmore <gnu@cygnus>
Wed, 27 Nov 1991 22:05:28 +0000 (22:05 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 27 Nov 1991 22:05:28 +0000 (22:05 +0000)
bfd/coff-m68k.c

index 0bbebc0b18b5074306cfcded2114c8bfae50f5ff..dbabe4449e7303847c44d6e7682a33a488237b9f 100644 (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
 };