]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[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 1737b24d0647f45d34671652377d080dd9d75997..8fd7c4ec84ac0c66648f905846f273e73fcffde0 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 c69f19d3bc75e13d2e31d443b3a745554b22964b..551b4677c325a5e53120bf089c5bd5a5e323e3a3 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)