diff options
author | Jakub Jelinek <jakub@redhat.com> | 2007-05-04 21:17:57 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2007-05-04 21:17:57 +0200 |
commit | 52d53754d17c934708e5d32044bddb6510b40bec (patch) | |
tree | c04b42369024dbf54f104e1c586486f789707a54 /gcc/ChangeLog | |
parent | 134b401077c03424845b4d742aecd8f75e6a8b15 (diff) | |
download | gcc-52d53754d17c934708e5d32044bddb6510b40bec.zip gcc-52d53754d17c934708e5d32044bddb6510b40bec.tar.gz gcc-52d53754d17c934708e5d32044bddb6510b40bec.tar.bz2 |
varasm.c (align_variable): Don't increase alignment for DECL_THREAD_LOCAL_P variables above BITS_PER_WORD...
* varasm.c (align_variable): Don't increase alignment for
DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through
DATA_ALIGNMENT or CONSTANT_ALIGNMENT.
From-SVN: r124442
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd4beb2..809f3c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-05-04 Jakub Jelinek <jakub@redhat.com> + + * varasm.c (align_variable): Don't increase alignment for + DECL_THREAD_LOCAL_P variables above BITS_PER_WORD through + DATA_ALIGNMENT or CONSTANT_ALIGNMENT. + 2007-05-04 Josh Conner <jconner@apple.com> * basic-block.h (cdi_direction): Assign values to all enumeration |