]> sourceware.org Git - glibc.git/commitdiff
Add comments to check-c++-types.sh.
authorSteve Ellcey <sellcey@caviumnetworks.com>
Tue, 27 Dec 2016 22:26:05 +0000 (14:26 -0800)
committerSteve Ellcey <sellcey@caviumnetworks.com>
Tue, 27 Dec 2016 22:26:05 +0000 (14:26 -0800)
* scripts/check-c++-types.sh: Add comments.

ChangeLog
scripts/check-c++-types.sh

index 4965a8f2d39a1435e3cb6d9dc57bff34fdad0881..ea8af3abbeb3d37d09cf4fff9a3881c54f5d977d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-12-27  Steve Ellcey  <sellcey@caviumnetworks.com>
+
+       * scripts/check-c++-types.sh: Add comments.
+
 2016-12-27  Dmitry V. Levin  <ldv@altlinux.org>
 
        [BZ #19514]
index 489c4f066f578d7c165b0f20438ad184c4b8a8f5..f82ffff57e6605c07271f103c558bfa6f0ba4e2b 100755 (executable)
 # You should have received a copy of the GNU Lesser General Public
 # License along with the GNU C Library; if not, see
 # <http://www.gnu.org/licenses/>.
+
+# This script creates a list of data types where each type is followed
+# by the C++ mangled name for that type.  That list is then compared
+# against the list in the c++-types.data file for the platform being
+# checked.  Any difference between the two would mean that the C++ ABI
+# had changed and that should not happen even if the change is compatible
+# at the C language level.
+
 #
 # The list of data types has been created with
 # cat <<EOF |
This page took 0.130938 seconds and 5 git commands to generate.