diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2007-11-04 23:49:08 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2007-11-04 23:49:08 +0000 |
commit | 026d54aa230bfed6301995374fb163ef3b5b4c25 (patch) | |
tree | c38c2e89ad0917af2896d201163e07a1ca39113e /include/ChangeLog | |
parent | 69bfb481a875c4c79497a2dc34725f4e4a5ff175 (diff) | |
download | cygnal-026d54aa230bfed6301995374fb163ef3b5b4c25.tar.gz cygnal-026d54aa230bfed6301995374fb163ef3b5b4c25.tar.bz2 cygnal-026d54aa230bfed6301995374fb163ef3b5b4c25.zip |
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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9dfb1b08a..f3dc43334 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2007-11-05 Danny Smith <dannysmith@users.sourceforge.net> + + * coff/pe.h (COFF_ENCODE_ALIGNMENT) Define. + 2007-09-06 Tom Tromey <tromey@redhat.com> * libiberty.h (pex_free): Document process killing. |