Line 1... |
Line 1... |
/* BFD back-end for TMS320C54X coff binaries.
|
/* BFD back-end for TMS320C54X coff binaries.
|
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
|
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008
|
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
Contributed by Timothy Wall (twall@cygnus.com)
|
Contributed by Timothy Wall (twall@cygnus.com)
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
Line 357... |
Line 357... |
/* Customize coffcode.h; the default coff_ functions are set up to use COFF2;
|
/* Customize coffcode.h; the default coff_ functions are set up to use COFF2;
|
coff_bad_format_hook uses BADMAG, so set that for COFF2. The COFF1
|
coff_bad_format_hook uses BADMAG, so set that for COFF2. The COFF1
|
and COFF0 vectors use custom _bad_format_hook procs instead of setting
|
and COFF0 vectors use custom _bad_format_hook procs instead of setting
|
BADMAG. */
|
BADMAG. */
|
#define BADMAG(x) COFF2_BADMAG(x)
|
#define BADMAG(x) COFF2_BADMAG(x)
|
|
|
|
#ifndef bfd_pe_print_pdata
|
|
#define bfd_pe_print_pdata NULL
|
|
#endif
|
|
|
#include "coffcode.h"
|
#include "coffcode.h"
|
|
|
static bfd_boolean
|
static bfd_boolean
|
tic54x_set_section_contents (abfd, section, location, offset, bytes_to_do)
|
tic54x_set_section_contents (abfd, section, location, offset, bytes_to_do)
|
bfd *abfd;
|
bfd *abfd;
|