GNU C Library master sources branch master updated. glibc-2.24-540-g9c30df6
sje@sourceware.org
sje@sourceware.org
Tue Dec 27 22:26:00 GMT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 9c30df69c485ba93cdb4428c9bea6da371fb16ef (commit)
from 12f1ae05c0b4e3cc58f23d9bb72ab291681ea8a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=9c30df69c485ba93cdb4428c9bea6da371fb16ef
commit 9c30df69c485ba93cdb4428c9bea6da371fb16ef
Author: Steve Ellcey <sellcey@caviumnetworks.com>
Date: Tue Dec 27 14:26:05 2016 -0800
Add comments to check-c++-types.sh.
* scripts/check-c++-types.sh: Add comments.
diff --git a/ChangeLog b/ChangeLog
index 4965a8f..ea8af3a 100644
--- 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]
diff --git a/scripts/check-c++-types.sh b/scripts/check-c++-types.sh
index 489c4f0..f82ffff 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
# <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 |
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
scripts/check-c++-types.sh | 8 ++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU C Library master sources
More information about the Glibc-cvs
mailing list