浏览代码

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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@342810 91177308-0d34-0410-b5e6-96231b3b80d8
Zhihao Yuan 7 年之前
父节点
当前提交
5ba89193c4
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      lib/abi/CHANGELOG.TXT

+ 12 - 0
lib/abi/CHANGELOG.TXT

@@ -16,6 +16,18 @@ New entries should be added directly below the "Version" header.
 Version 7.0
 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.
 * r333467 - Fix embarrasing typo in uncaught_exceptions.
 
 
   This bug caused __uncaught_exception to be ODR used instead of
   This bug caused __uncaught_exception to be ODR used instead of