Line 1... |
Line 1... |
/* BFD back-end for TMS320C30 a.out binaries.
|
/* BFD back-end for TMS320C30 a.out binaries.
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
|
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
|
Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 948... |
Line 948... |
#endif
|
#endif
|
#ifndef MY_section_already_linked
|
#ifndef MY_section_already_linked
|
#define MY_section_already_linked \
|
#define MY_section_already_linked \
|
_bfd_generic_section_already_linked
|
_bfd_generic_section_already_linked
|
#endif
|
#endif
|
|
#ifndef MY_bfd_define_common_symbol
|
|
#define MY_bfd_define_common_symbol bfd_generic_define_common_symbol
|
|
#endif
|
#ifndef MY_bfd_reloc_type_lookup
|
#ifndef MY_bfd_reloc_type_lookup
|
#define MY_bfd_reloc_type_lookup tic30_aout_reloc_type_lookup
|
#define MY_bfd_reloc_type_lookup tic30_aout_reloc_type_lookup
|
#endif
|
#endif
|
#ifndef MY_bfd_reloc_name_lookup
|
#ifndef MY_bfd_reloc_name_lookup
|
#define MY_bfd_reloc_name_lookup tic30_aout_reloc_name_lookup
|
#define MY_bfd_reloc_name_lookup tic30_aout_reloc_name_lookup
|