Line 1... |
Line 1... |
/* BFD back-end for Intel 386 PE IMAGE COFF files.
|
/* BFD back-end for Intel 386 PE IMAGE COFF files.
|
Copyright 1995, 1996, 1999, 2002, 2004, 2007
|
Copyright 1995, 1996, 1999, 2002, 2004, 2005, 2006, 2007, 2009
|
Free Software Foundation, Inc.
|
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
|
Line 26... |
Line 26... |
#define TARGET_NAME "pei-i386"
|
#define TARGET_NAME "pei-i386"
|
#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 TARGET_UNDERSCORE '_'
|
#define TARGET_UNDERSCORE '_'
|
#define COFF_LONG_SECTION_NAMES
|
/* Long section names not allowed in executable images, only object files. */
|
|
#define COFF_LONG_SECTION_NAMES 0
|
#define COFF_SUPPORT_GNU_LINKONCE
|
#define COFF_SUPPORT_GNU_LINKONCE
|
#define COFF_LONG_FILENAMES
|
#define COFF_LONG_FILENAMES
|
|
|
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".idata"), \
|
{ COFF_SECTION_NAME_PARTIAL_MATCH (".idata"), \
|