Line 1... |
Line 1... |
/* BFD back-end for TMS320C4X coff binaries.
|
/* BFD back-end for TMS320C4X coff binaries.
|
Copyright 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2007
|
Copyright 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2005, 2007,
|
Free Software Foundation, Inc.
|
2008 Free Software Foundation, Inc.
|
|
|
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
|
Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 70... |
Line 70... |
#define BADMAG(x) COFF2_BADMAG(x)
|
#define BADMAG(x) COFF2_BADMAG(x)
|
|
|
#undef coff_rtype_to_howto
|
#undef coff_rtype_to_howto
|
#define coff_rtype_to_howto coff_tic4x_rtype_to_howto
|
#define coff_rtype_to_howto coff_tic4x_rtype_to_howto
|
|
|
|
#ifndef bfd_pe_print_pdata
|
|
#define bfd_pe_print_pdata NULL
|
|
#endif
|
|
|
#include "coffcode.h"
|
#include "coffcode.h"
|
|
|
static bfd_reloc_status_type
|
static bfd_reloc_status_type
|
tic4x_relocation (abfd, reloc_entry, symbol, data, input_section,
|
tic4x_relocation (abfd, reloc_entry, symbol, data, input_section,
|
output_bfd, error_message)
|
output_bfd, error_message)
|