[ARM] Align _start constant pool to 4 bytes

This commit is contained in:
Richard Sandiford 2011-06-30 15:55:49 +00:00 committed by Joseph Myers
parent a437c0725b
commit e5cd24d4bd
2 changed files with 5 additions and 0 deletions

View 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.

View 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)