Line 1... |
Line 1... |
/* BFD back-end for PowerPC PE IMAGE COFF files.
|
/* BFD back-end for PowerPC PE IMAGE COFF files.
|
Copyright 1995, 1996, 1999, 2007 Free Software Foundation, Inc.
|
Copyright 1995, 1996, 1999, 2005, 2007, 2008, 2009
|
|
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
|
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
Line 33... |
Line 34... |
#define TARGET_BIG_NAME "pei-powerpc"
|
#define TARGET_BIG_NAME "pei-powerpc"
|
|
|
#define COFF_IMAGE_WITH_PE
|
#define COFF_IMAGE_WITH_PE
|
#define COFF_WITH_PE
|
#define COFF_WITH_PE
|
|
|
#define COFF_LONG_SECTION_NAMES
|
/* Long section names not allowed in executable images, only object files. */
|
|
#define COFF_LONG_SECTION_NAMES 0
|
|
|
/* FIXME: Verify PCRELOFFSET is always false */
|
/* FIXME: Verify PCRELOFFSET is always false */
|
|
|
/* FIXME: This target no longer works. Search for POWERPC_LE_PE in
|
/* FIXME: This target no longer works. Search for POWERPC_LE_PE in
|
coff-ppc.c and peigen.c. */
|
coff-ppc.c and peigen.c. */
|
|
|
|
#ifndef bfd_pe_print_pdata
|
|
#define bfd_pe_print_pdata NULL
|
|
#endif
|
|
|
#include "coff-ppc.c"
|
#include "coff-ppc.c"
|
|
|
No newline at end of file
|
No newline at end of file
|