Line 1... |
Line 1... |
/* BFD back-end for Apollo 68000 COFF binaries.
|
/* BFD back-end for Apollo 68000 COFF binaries.
|
Copyright 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2001, 2002, 2003,
|
Copyright 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2001, 2002, 2003,
|
2007 Free Software Foundation, Inc.
|
2005, 2007, 2008 Free Software Foundation, Inc.
|
By Troy Rollo (troy@cbme.unsw.edu.au)
|
By Troy Rollo (troy@cbme.unsw.edu.au)
|
Based on m68k standard COFF version Written by Cygnus Support.
|
Based on m68k standard COFF version Written by Cygnus Support.
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 103... |
Line 103... |
apollo_rtype2howto (internal, (relocentry)->r_type)
|
apollo_rtype2howto (internal, (relocentry)->r_type)
|
|
|
#define SELECT_RELOC(external, internal) \
|
#define SELECT_RELOC(external, internal) \
|
external.r_type = apollo_howto2rtype (internal);
|
external.r_type = apollo_howto2rtype (internal);
|
|
|
|
#define bfd_pe_print_pdata NULL
|
|
|
#include "coffcode.h"
|
#include "coffcode.h"
|
|
|
#ifndef TARGET_SYM
|
#ifndef TARGET_SYM
|
#define TARGET_SYM apollocoff_vec
|
#define TARGET_SYM apollocoff_vec
|
#endif
|
#endif
|