[libcxx] r342810 - Document new symbols for __u64toa and __u32toa
Zhihao Yuan
zy at miator.net
Sat Sep 22 11:05:29 PDT 2018
Author: lichray
Date: Sat Sep 22 11:05:28 2018
New Revision: 342810
URL: http://llvm.org/viewvc/llvm-project?rev=342810&view=rev
Log:
Document new symbols for __u64toa and __u32toa
Summary:
They are introduced in r338479; their Linux ABI changes are recorded in r338486.
TODO: Record the Mac OS X ABI changes.
Reviewers: EricWF
Reviewed By: EricWF
Subscribers: christof, ldionne, libcxx-commits, cfe-commits
Differential Revision: https://reviews.llvm.org/D52391
Modified:
libcxx/trunk/lib/abi/CHANGELOG.TXT
Modified: libcxx/trunk/lib/abi/CHANGELOG.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/CHANGELOG.TXT?rev=342810&r1=342809&r2=342810&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/CHANGELOG.TXT (original)
+++ libcxx/trunk/lib/abi/CHANGELOG.TXT Sat Sep 22 11:05:28 2018
@@ -16,6 +16,18 @@ New entries should be added directly bel
Version 7.0
-----------
+* r338479 - Elementary string conversions for integral types
+
+ The change emits __u64toa and __u32toa under std::__1::__itoa.
+
+ x86_64-linux-gnu
+ ----------------
+ Symbol added: _ZNSt3__16__itoa8__u64toaEmPc
+ Symbol added: _ZNSt3__16__itoa8__u32toaEjPc
+
+ x86_64-apple-darwin16.0
+ -----------------------
+
* r333467 - Fix embarrasing typo in uncaught_exceptions.
This bug caused __uncaught_exception to be ODR used instead of
More information about the libcxx-commits
mailing list