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.13/master, updated. glibc-2.13-5-g4f32a56


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.13/master has been updated
       via  4f32a56ebbf9936a4990f1bcdeab7afcec8f5322 (commit)
      from  922965ef2760642581670287a19c736c7772de33 (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=4f32a56ebbf9936a4990f1bcdeab7afcec8f5322

commit 4f32a56ebbf9936a4990f1bcdeab7afcec8f5322
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 a8c827b..b3c7372 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-04-01  Ryosei Takagi  <ryosei@sm.sony.co.jp>
 
 	* sysdeps/unix/sysv/linux/arm/eabi/____longjmp_chk.S:
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]