Line 1... |
Line 1... |
/* Define a target vector and some small routines for a variant of a.out.
|
/* Define a target vector and some small routines for a variant of a.out.
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
2000, 2001, 2002, 2003, 2004, 2005, 2007
|
2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
Line 491... |
Line 491... |
#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 NAME (aout, reloc_type_lookup)
|
#define MY_bfd_reloc_type_lookup NAME (aout, reloc_type_lookup)
|
#endif
|
#endif
|
#ifndef MY_bfd_reloc_name_lookup
|
#ifndef MY_bfd_reloc_name_lookup
|
#define MY_bfd_reloc_name_lookup NAME (aout, reloc_name_lookup)
|
#define MY_bfd_reloc_name_lookup NAME (aout, reloc_name_lookup)
|