Line 1... |
Line 1... |
/* BFD back-end for arm PE IMAGE COFF files.
|
/* BFD back-end for arm PE IMAGE COFF files.
|
Copyright 1995, 1996, 1999, 2002, 2007 Free Software Foundation, Inc.
|
Copyright 1995, 1996, 1999, 2002, 2005, 2006, 2007, 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 29... |
Line 30... |
#endif
|
#endif
|
|
|
#define COFF_IMAGE_WITH_PE
|
#define COFF_IMAGE_WITH_PE
|
#define COFF_WITH_PE
|
#define COFF_WITH_PE
|
#define PCRELOFFSET TRUE
|
#define PCRELOFFSET TRUE
|
#define COFF_LONG_SECTION_NAMES
|
/* Long section names not allowed in executable images, only object files. */
|
|
#define COFF_LONG_SECTION_NAMES 0
|
|
|
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
{ COFF_SECTION_NAME_EXACT_MATCH (".bss"), \
|
{ COFF_SECTION_NAME_EXACT_MATCH (".bss"), \
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
|
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
|
{ COFF_SECTION_NAME_EXACT_MATCH (".data"), \
|
{ COFF_SECTION_NAME_EXACT_MATCH (".data"), \
|