Line 1... |
Line 1... |
/* BFD back-end for we32k COFF files.
|
/* BFD back-end for we32k COFF files.
|
Copyright 1992, 1993, 1994, 1999, 2000, 2002, 2003, 2007
|
Copyright 1992, 1993, 1994, 1999, 2000, 2002, 2003, 2005, 2007, 2008
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Contributed by Brendan Kehoe (brendan@cs.widener.edu).
|
Contributed by Brendan Kehoe (brendan@cs.widener.edu).
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 61... |
Line 61... |
#define WE32K 1
|
#define WE32K 1
|
|
|
#define RTYPE2HOWTO(cache_ptr, dst) \
|
#define RTYPE2HOWTO(cache_ptr, dst) \
|
(cache_ptr)->howto = howto_table + (dst)->r_type;
|
(cache_ptr)->howto = howto_table + (dst)->r_type;
|
|
|
|
#ifndef bfd_pe_print_pdata
|
|
#define bfd_pe_print_pdata NULL
|
|
#endif
|
|
|
#include "coffcode.h"
|
#include "coffcode.h"
|
|
|
#define coff_write_armap bsd_write_armap
|
#define coff_write_armap bsd_write_armap
|
|
|
CREATE_BIG_COFF_TARGET_VEC (we32kcoff_vec, "coff-we32k", 0, 0, 0, NULL, COFF_SWAP_TABLE)
|
CREATE_BIG_COFF_TARGET_VEC (we32kcoff_vec, "coff-we32k", 0, 0, 0, NULL, COFF_SWAP_TABLE)
|