diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-02 20:23:32 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-11-02 20:23:32 +0000 |
commit | 21ca5604689b35171671ce1ed04c5faccc82e0cd (patch) | |
tree | fecccf88d2c1cd815887b6c39d76a22688e234ca /gnu/usr.bin/binutils/bfd/coff-tic80.c | |
parent | d4035bbe9de0a0eff2e5cae2ebc0a34f9227901b (diff) |
Binutils 2.15, with testsuites removed, and without gdb and libiberty.
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/coff-tic80.c')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/coff-tic80.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/bfd/coff-tic80.c b/gnu/usr.bin/binutils/bfd/coff-tic80.c index 4185e7b18d8..c7ec9bd61f2 100644 --- a/gnu/usr.bin/binutils/bfd/coff-tic80.c +++ b/gnu/usr.bin/binutils/bfd/coff-tic80.c @@ -1,5 +1,6 @@ /* BFD back-end for Texas Instruments TMS320C80 Multimedia Video Processor (MVP). - Copyright 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 1996, 1997, 1999, 2000, 2001, 2002, 2003 + Free Software Foundation, Inc. Written by Fred Fish (fnf@cygnus.com) @@ -576,7 +577,7 @@ coff_tic80_relocate_section (output_bfd, info, input_bfd, + sec->output_offset); } - else if (! info->relocateable) + else if (! info->relocatable) { if (! ((*info->callbacks->undefined_symbol) (info, h->root.root.string, input_bfd, input_section, @@ -719,4 +720,4 @@ coff_tic80_relocate_section (output_bfd, info, input_bfd, #undef C_LASTENT /* Clashes with TIc80's C_STATLAB */ #include "coffcode.h" -CREATE_LITTLE_COFF_TARGET_VEC (tic80coff_vec, "coff-tic80", D_PAGED, 0, '_', NULL) +CREATE_LITTLE_COFF_TARGET_VEC (tic80coff_vec, "coff-tic80", D_PAGED, 0, '_', NULL, COFF_SWAP_TABLE) |