mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
1999-09-11 Donn Terry <donn@interix.com>
* pe-i386.c (COFF_LONG_FILENAMES): Define. (COFF_SECTION_ALIGNMENT_ENTRIES): Define. * pei-i386.c (COFF_LONG_FILENAMES): Define. (COFF_SECTION_ALIGNMENT_ENTRIES): Define.
This commit is contained in:
parent
402ef9d421
commit
33d7d19757
@ -7,6 +7,11 @@
|
||||
|
||||
1999-09-11 Donn Terry <donn@interix.com>
|
||||
|
||||
* pe-i386.c (COFF_LONG_FILENAMES): Define.
|
||||
(COFF_SECTION_ALIGNMENT_ENTRIES): Define.
|
||||
* pei-i386.c (COFF_LONG_FILENAMES): Define.
|
||||
(COFF_SECTION_ALIGNMENT_ENTRIES): Define.
|
||||
|
||||
* coffswap.h (IMAGE_BASE): Don't define.
|
||||
* pei-arm.c (IMAGE_BASE): Don't define.
|
||||
* pei-i386.c (IMAGE_BASE): Don't define.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* BFD back-end for Intel 386 PECOFF files.
|
||||
Copyright 1995 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1996, 1999 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
@ -27,5 +27,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define PCRELOFFSET true
|
||||
#define TARGET_UNDERSCORE '_'
|
||||
#define COFF_LONG_SECTION_NAMES
|
||||
#define COFF_LONG_FILENAMES
|
||||
|
||||
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
||||
{ COFF_SECTION_NAME_PARTIAL_MATCH (".idata"), \
|
||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
|
||||
{ COFF_SECTION_NAME_EXACT_MATCH (".pdata"), \
|
||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }
|
||||
|
||||
#include "coff-i386.c"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* BFD back-end for Intel 386 PE IMAGE COFF files.
|
||||
Copyright 1995 Free Software Foundation, Inc.
|
||||
Copyright 1995, 1996, 1999 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of BFD, the Binary File Descriptor library.
|
||||
|
||||
@ -27,8 +27,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
#define PCRELOFFSET true
|
||||
#define TARGET_UNDERSCORE '_'
|
||||
#define COFF_LONG_SECTION_NAMES
|
||||
#define COFF_LONG_FILENAMES
|
||||
|
||||
#define COFF_SECTION_ALIGNMENT_ENTRIES \
|
||||
{ COFF_SECTION_NAME_PARTIAL_MATCH (".idata"), \
|
||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
|
||||
{ COFF_SECTION_NAME_EXACT_MATCH (".pdata"), \
|
||||
COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }
|
||||
|
||||
#include "coff-i386.c"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user