From: Steve Ellcey Date: Tue, 27 Dec 2016 22:26:05 +0000 (-0800) Subject: Add comments to check-c++-types.sh. X-Git-Tag: glibc-2.25~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c30df69c485ba93cdb4428c9bea6da371fb16ef;p=thirdparty%2Fglibc.git Add comments to check-c++-types.sh. * scripts/check-c++-types.sh: Add comments. --- diff --git a/ChangeLog b/ChangeLog index 4965a8f2d39..ea8af3abbeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-27 Steve Ellcey + + * scripts/check-c++-types.sh: Add comments. + 2016-12-27 Dmitry V. Levin [BZ #19514] diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh index 489c4f066f5..f82ffff57e6 100755 --- a/scripts/check-c++-types.sh +++ b/scripts/check-c++-types.sh @@ -15,6 +15,14 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see # . + +# 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 <