Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments

This commit is contained in:
Svein Seldal 2003-06-04 10:47:33 +00:00
parent 736694c89e
commit 3fa785190a
17 changed files with 82 additions and 282 deletions

View file

@ -216,4 +216,4 @@ rtype2howto (cache_ptr, dst)
#define TARGET_NAME "coff-sparc"
#endif
CREATE_BIG_COFF_TARGET_VEC (TARGET_SYM, TARGET_NAME, D_PAGED, 0, '_', NULL)
CREATE_BIG_COFF_TARGET_VEC (TARGET_SYM, TARGET_NAME, D_PAGED, 0, '_', NULL, COFF_SWAP_TABLE)