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-i386.c | |
parent | 4ffd30479f7a84b27895bae9cf27e9ae6354321a (diff) | |
download | gdb-2700c3c75a601134e071086f677dfc6efe61e067.zip gdb-2700c3c75a601134e071086f677dfc6efe61e067.tar.gz gdb-2700c3c75a601134e071086f677dfc6efe61e067.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'bfd/coff-i386.c')
-rw-r--r-- | bfd/coff-i386.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/coff-i386.c b/bfd/coff-i386.c index 103de4b..72990b3 100644 --- a/bfd/coff-i386.c +++ b/bfd/coff-i386.c @@ -93,7 +93,8 @@ _do_getl64, _do_putl64, _do_getl32, _do_putl32, _do_getl16, _do_putl16, /* 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 }; |