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]

GNU C Library master sources branch roland/nacl-port/master updated. 11318913122b29322b4b1a130ad9932fbcd2f12e


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 "GNU C Library master sources".

The branch, roland/nacl-port/master has been updated
       via  11318913122b29322b4b1a130ad9932fbcd2f12e (commit)
       via  1eed6933e798717464bf0216014b413e5edb4726 (commit)
      from  a18e24a80aea1d1ed22b70b03d3dae5647eede44 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=11318913122b29322b4b1a130ad9932fbcd2f12e

commit 11318913122b29322b4b1a130ad9932fbcd2f12e
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jan 10 09:30:15 2014 -0800

    Remove obsolete macro.

diff --git a/sysdeps/arm/nacl/arm-features.h b/sysdeps/arm/nacl/arm-features.h
index 7ae04a8..403e182 100644
--- a/sysdeps/arm/nacl/arm-features.h
+++ b/sysdeps/arm/nacl/arm-features.h
@@ -32,9 +32,6 @@
 /* Computed branch targets must be bundle-aligned, which is to 16 bytes.  */
 #define ARM_BX_ALIGN_LOG2       4
 
-/* We define bx to sfi_bx, which expands to two instructions.  */
-#define ARM_BX_NINSNS           2
-
 /* Two-register addressing modes are never allowed.  */
 #define ARM_NO_INDEX_REGISTER   1
 

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1eed6933e798717464bf0216014b413e5edb4726

commit 1eed6933e798717464bf0216014b413e5edb4726
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jan 10 09:30:04 2014 -0800

    Comment typo.

diff --git a/sysdeps/arm/nacl/dl-trampoline.S b/sysdeps/arm/nacl/dl-trampoline.S
index 24d4c08..60060d6 100644
--- a/sysdeps/arm/nacl/dl-trampoline.S
+++ b/sysdeps/arm/nacl/dl-trampoline.S
@@ -58,7 +58,7 @@ _dl_runtime_resolve:
 
 	ldr r1, [sp, #28]	@ r1 gets &GOT[n+3]
 
-	@ Get the 'struct link_map *' for first argument to _dl_fixup.
+	@ Get the 'struct link_map *' for the first argument to _dl_fixup.
 	sfi_breg ip, ldr r0, [\B, #-4]
 
 	@ Get the reloc offset for the second argument to _dl_fixup.

-----------------------------------------------------------------------

Summary of changes:
 sysdeps/arm/nacl/arm-features.h  |    3 ---
 sysdeps/arm/nacl/dl-trampoline.S |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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