]> gcc.gnu.org Git - gcc.git/commitdiff
Properly align data section.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 11 Jan 1996 18:55:29 +0000 (18:55 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 11 Jan 1996 18:55:29 +0000 (18:55 +0000)
From-SVN: r10965

gcc/config/rs6000/eabi.asm

index af5b7de8bf62f5d96b3e247490caecf151a231b3..dfd18fd3a152d06f28e6411ea4bb1b15dd25f78d 100644 (file)
@@ -41,6 +41,7 @@
        #include "ppc-asm.h"
 
         .section ".got2","aw"
+       .align  2
 .LCTOC1 = . /* +32768 */
 
 /* Table of addresses */
@@ -84,6 +85,7 @@
        .long   .Linit_p                        /* address of variable to say we've been called */
 
        .data
+       .align  2
 .Linit_p:
        .long   0
 
This page took 0.067753 seconds and 5 git commands to generate.