]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - scripts/check-c++-types.sh
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / scripts / check-c++-types.sh
index 364f39b3faf0305f73a72eb3ec8d33aab5e4353a..a8f3cfff7bb78e54817f25647cb36574645dc83b 100755 (executable)
@@ -1,5 +1,5 @@
-#! /bin/bash
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
+#!/bin/bash
+# Copyright (C) 2003-2019 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
 # 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 |