From: Richard Sandiford Date: Thu, 30 Jun 2011 15:55:49 +0000 (+0000) Subject: [ARM] Align _start constant pool to 4 bytes X-Git-Tag: upstream/2.30~10627^2~382 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5cd24d4bdfdd6ae994c8d27bc896d844caf6e2e;p=external%2Fglibc.git [ARM] Align _start constant pool to 4 bytes --- diff --git a/ChangeLog.arm b/ChangeLog.arm index 1737b24..8fd7c4e 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,7 @@ +2011-06-30 Richard Sandiford + + * sysdeps/arm/elf/start.S (_start): Align the constant pool to 4 bytes. + 2011-06-21 Joseph Myers * sysdeps/arm/dl-irel.h (elf_ifunc_invoke): New. diff --git a/sysdeps/arm/elf/start.S b/sysdeps/arm/elf/start.S index c69f19d..551b467 100644 --- a/sysdeps/arm/elf/start.S +++ b/sysdeps/arm/elf/start.S @@ -134,6 +134,7 @@ _start: bl abort #ifdef SHARED + .align 2 .L_GOT: .word _GLOBAL_OFFSET_TABLE_ - .L_GOT .word __libc_csu_fini(GOT)