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. a18e24a80aea1d1ed22b70b03d3dae5647eede44


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  a18e24a80aea1d1ed22b70b03d3dae5647eede44 (commit)
      from  f0fe0c080ad97eda9167b0f8eb770c476d32b13b (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=a18e24a80aea1d1ed22b70b03d3dae5647eede44

commit a18e24a80aea1d1ed22b70b03d3dae5647eede44
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Oct 10 13:56:41 2013 -0700

    #define NO_THUMB

diff --git a/sysdeps/arm/nacl/arm-features.h b/sysdeps/arm/nacl/arm-features.h
index 5e39e84..7ae04a8 100644
--- a/sysdeps/arm/nacl/arm-features.h
+++ b/sysdeps/arm/nacl/arm-features.h
@@ -38,6 +38,9 @@
 /* Two-register addressing modes are never allowed.  */
 #define ARM_NO_INDEX_REGISTER   1
 
+/* Only ARM mode code is allowed, never Thumb mode.  */
+#define NO_THUMB
+
 #include_next <arm-features.h>
 
 #endif  /* arm-features.h */

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

Summary of changes:
 sysdeps/arm/nacl/arm-features.h |    3 +++
 1 files changed, 3 insertions(+), 0 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]