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, master, updated. glibc-2.15-1080-ga086b4d


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, master has been updated
       via  a086b4d663cf946e0c20cf7f13001a7116c6b7ba (commit)
      from  f456e08c230cb5c2d375baedac0af4a89374560b (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.git;a=commitdiff;h=a086b4d663cf946e0c20cf7f13001a7116c6b7ba

commit a086b4d663cf946e0c20cf7f13001a7116c6b7ba
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed May 30 10:34:33 2012 -0700

    Mention x32 in NEWS

diff --git a/NEWS b/NEWS
index 02ddc64..7de8429 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,12 @@ Version 2.16
   14036, 14040, 14043, 14044, 14049, 14053, 14055, 14059, 14064, 14075,
   14080, 14083, 14103, 14104, 14109, 14112, 14122, 14123, 14153
 
+* Support for the x32 ABI on x86-64 added.  The x32 target is selected by
+  configuring glibc with:
+	BUILD_CC='gcc' CC='gcc -mx32' CXX='g++ -mx32'
+  Visit <http://sites.google.com/site/x32abi/> for more x32 ABI info.
+  Implemented by H.J. Lu.
+
 * ISO C11 support:
 
   + define static_assert

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

Summary of changes:
 NEWS |    6 ++++++
 1 files changed, 6 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]