This is the mail archive of the
glibc-cvs@sourceware.org
mailing list for the glibc project.
Community source repository for glibc add-on ports branch, master, updated. glibc-2.14-3-ge5cd24d
- From: jsm28 at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 30 Jun 2011 15:56:02 -0000
- Subject: Community source repository for glibc add-on ports branch, master, updated. glibc-2.14-3-ge5cd24d
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".
The branch, master has been updated
via e5cd24d4bdfdd6ae994c8d27bc896d844caf6e2e (commit)
from a437c0725b8251e09ba53a5e9f66f128b6699660 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=e5cd24d4bdfdd6ae994c8d27bc896d844caf6e2e
commit e5cd24d4bdfdd6ae994c8d27bc896d844caf6e2e
Author: Richard Sandiford <richard.sandiford@linaro.org>
Date: Thu Jun 30 15:55:49 2011 +0000
[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 <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.
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)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog.arm | 4 ++++
sysdeps/arm/elf/start.S | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
Community source repository for glibc add-on ports