This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, release/2.12/master, updated. glibc-2.12.2-4-gd29fb02


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.12/master has been updated
       via  d29fb02fee07ab6f2f0ed4cb628df1846a63662b (commit)
      from  595c9e9bd4d4c8a3b8adaf328dfdf342d004b7b6 (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=d29fb02fee07ab6f2f0ed4cb628df1846a63662b

commit d29fb02fee07ab6f2f0ed4cb628df1846a63662b
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 958c775..401c69b 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]