aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-01-11 18:55:29 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-01-11 18:55:29 +0000
commit332dd867ee91e173482c9161ac015be93f7f15c3 (patch)
treeed9ebf7330e0fed292f0a33fd7bf8aec421827a3 /gcc
parent43074b10fbb7d74771cbc3ba0bba96aaf1eba453 (diff)
downloadgcc-332dd867ee91e173482c9161ac015be93f7f15c3.zip
gcc-332dd867ee91e173482c9161ac015be93f7f15c3.tar.gz
gcc-332dd867ee91e173482c9161ac015be93f7f15c3.tar.bz2
Properly align data section.
From-SVN: r10965
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/eabi.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/rs6000/eabi.asm b/gcc/config/rs6000/eabi.asm
index af5b7de..dfd18fd 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