]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/varasm.c
varasm.c (align_variable): Don't increase alignment for DECL_THREAD_LOCAL_P variables...
authorJakub Jelinek <jakub@redhat.com>
Fri, 4 May 2007 19:17:57 +0000 (21:17 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 4 May 2007 19:17:57 +0000 (21:17 +0200)
commit52d53754d17c934708e5d32044bddb6510b40bec
treec04b42369024dbf54f104e1c586486f789707a54
parent134b401077c03424845b4d742aecd8f75e6a8b15
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
gcc/ChangeLog
gcc/varasm.c