varasm.c (assemble_variable): Compute the alignment of the data earlier so that both...
authorJohn Wehle <john@feith.com>
Mon, 11 May 1998 23:47:28 +0000 (23:47 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 11 May 1998 23:47:28 +0000 (17:47 -0600)
commit8a198bd23f1d5ca756295e0b0295db98f4752677
tree410a3ff25df88c10b9c9c4cb17863bd3dea83ea5
parentcf4ccd63bc9d72c975529785f74743a9310a37d6
varasm.c (assemble_variable): Compute the alignment of the data earlier so that both initialized and...

        * varasm.c (assemble_variable): Compute the alignment of the data
        earlier so that both initialized and uninitialized variables are
        effected by DATA_ALIGNMENT.
        * tm.texi (DATA_ALIGNMENT): Updated appropriately.

From-SVN: r19692
gcc/ChangeLog
gcc/tm.texi
gcc/varasm.c