[ARM] Align _start constant pool to 4 bytes
authorRichard Sandiford <richard.sandiford@linaro.org>
Thu, 30 Jun 2011 15:55:49 +0000 (15:55 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 30 Jun 2011 15:55:49 +0000 (15:55 +0000)
ChangeLog.arm
sysdeps/arm/elf/start.S

index 1737b24..8fd7c4e 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-30  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * sysdeps/arm/elf/start.S (_start): Align the constant pool to 4 bytes.
+
 2011-06-21  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/dl-irel.h (elf_ifunc_invoke): New.
index c69f19d..551b467 100644 (file)
@@ -134,6 +134,7 @@ _start:
        bl abort
 
 #ifdef SHARED
+       .align 2
 .L_GOT:
        .word _GLOBAL_OFFSET_TABLE_ - .L_GOT
        .word __libc_csu_fini(GOT)