mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 22:30:07 +00:00
[ARM] Align _start constant pool to 4 bytes
This commit is contained in:
parent
a437c0725b
commit
e5cd24d4bd
@ -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.
|
||||
|
@ -134,6 +134,7 @@ _start:
|
||||
bl abort
|
||||
|
||||
#ifdef SHARED
|
||||
.align 2
|
||||
.L_GOT:
|
||||
.word _GLOBAL_OFFSET_TABLE_ - .L_GOT
|
||||
.word __libc_csu_fini(GOT)
|
||||
|
Loading…
Reference in New Issue
Block a user