[PATCH] D52391: Document new symbols for __u64toa and __u32toa

Zhihao Yuan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 22 10:18:30 PDT 2018


lichray created this revision.
lichray added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, ldionne, christof.

They are introduced in r338479; their Linux ABI changes are recorded in r338486.

TODO: Record the Mac OS X ABI changes.


Repository:
  rCXX libc++

https://reviews.llvm.org/D52391

Files:
  lib/abi/CHANGELOG.TXT


Index: lib/abi/CHANGELOG.TXT
===================================================================
--- lib/abi/CHANGELOG.TXT
+++ lib/abi/CHANGELOG.TXT
@@ -16,6 +16,18 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52391.166605.patch
Type: text/x-patch
Size: 646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180922/ec65ae95/attachment.bin>


More information about the cfe-commits mailing list