include
authorDanny Smith <dannysmith@users.sourceforge.net>
Sun, 4 Nov 2007 23:49:09 +0000 (23:49 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sun, 4 Nov 2007 23:49:09 +0000 (23:49 +0000)
commit11ec4ba97796b1bdfc68b034ce3f719af81c3e48
tree915761ca29d546532e04c61bb0b54b2caa9a0f1b
parent4c9b8248edefb916b9d4265ecdcde15a2bb688b9
include
* coff/pe.h (COFF_ENCODE_ALIGNMENT) Define.

gas
* read.c (ALIGN_LIMIT): Rename to ...
(TC_ALIGN_LIMIT): Guard against prior definition.
* config/tc-i386.h (TC_ALIGN_LIMIT)[TE_PE]: Define.

bfd
* pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Let .data, .text
 and .bss section use the default.
* pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.

ld/testsuite
* ld-scripts/align.exp: Enable for PECOFF.
* ld-scripts/alignof.exp: Likewise.
bfd/ChangeLog
bfd/pe-i386.c
gas/ChangeLog
gas/read.c
include/ChangeLog
include/coff/pe.h
ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/align.exp
ld/testsuite/ld-scripts/alignof.exp
This page took 0.026117 seconds and 4 git commands to generate.