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, release/2.11/master, updated. glibc-2.11.3-6-g5cd9907
- From: jsm28 at sourceware dot org
- To: glibc-cvs at sourceware dot org
- Date: 30 Jun 2011 16:14:21 -0000
- Subject: Community source repository for glibc add-on ports branch, release/2.11/master, updated. glibc-2.11.3-6-g5cd9907
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, release/2.11/master has been updated
via 5cd990712f149cfde01c24fa96a8f918142ae588 (commit)
from 7e0667e5e082e880bc7ac5c5bcda1e657328e1cc (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=5cd990712f149cfde01c24fa96a8f918142ae588
commit 5cd990712f149cfde01c24fa96a8f918142ae588
Author: Richard Sandiford <richard.sandiford@linaro.org>
Date: Thu Jun 30 15:55:49 2011 +0000
[ARM] Align _start constant pool to 4 bytes
(cherry picked from commit e5cd24d4bdfdd6ae994c8d27bc896d844caf6e2e)
diff --git a/ChangeLog.arm b/ChangeLog.arm
index f6359a9..96cd06e 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-02-16 Manjunath Matti <manjunath81@gmail.com>
* sysdeps/arm/sysdep.h (CALL_MCOUNT): Use __gnu_mcount_nc
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