From: Michael Meissner Date: Thu, 11 Jan 1996 18:55:29 +0000 (+0000) Subject: Properly align data section. X-Git-Tag: misc/cutover-egcs-0~3079 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=332dd867ee91e173482c9161ac015be93f7f15c3;p=gcc.git Properly align data section. From-SVN: r10965 --- diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm index af5b7de8bf62..dfd18fd3a152 100644 --- a/gcc/config/rs6000/eabi.asm +++ b/gcc/config/rs6000/eabi.asm @@ -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