summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-30 10:34:33 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-30 10:34:33 -0700
commita086b4d663cf946e0c20cf7f13001a7116c6b7ba (patch)
treeae098058628390d5224cbbdc212750305bef6ac2 /NEWS
parentf456e08c230cb5c2d375baedac0af4a89374560b (diff)
Mention x32 in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02ddc64127..7de84292f9 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