diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-09-29 03:33:56 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-09-29 03:33:56 +0000 |
commit | 14952a5bc97692b6b560d23ff8b657c4279d1688 (patch) | |
tree | be578ea2db765d815f2e82c01302c6a93c6c79cb /bfd/ChangeLog | |
parent | 3ca4d560ef5ba6cd8585dc5214df2f53feab2eed (diff) | |
download | gdb-14952a5bc97692b6b560d23ff8b657c4279d1688.zip gdb-14952a5bc97692b6b560d23ff8b657c4279d1688.tar.gz gdb-14952a5bc97692b6b560d23ff8b657c4279d1688.tar.bz2 |
PR 3276
* pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
alignment for .data$, .rdata$ and .text$ sections so that sse
and sse2 code will work for linkonce sections too.
* pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7de4276..eddf449 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2006-09-29 Danny Smith <dannysmith@users.sourceforge.net> + + PR 3276 + * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte + alignment for .data$, .rdata$ and .text$ sections so that sse + and sse2 code will work for linkonce sections too. + * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise. + 2006-09-28 Alan Modra <amodra@bigpond.net.au> * elflink.c (_bfd_elf_gc_mark_hook): New function. |