mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Add comments to check-c++-types.sh.
* scripts/check-c++-types.sh: Add comments.
This commit is contained in:
parent
12f1ae05c0
commit
9c30df69c4
@ -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>
|
2016-12-27 Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
[BZ #19514]
|
[BZ #19514]
|
||||||
|
@ -15,6 +15,14 @@
|
|||||||
# You should have received a copy of the GNU Lesser General Public
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# License along with the GNU C Library; if not, see
|
# License along with the GNU C Library; if not, see
|
||||||
# <http://www.gnu.org/licenses/>.
|
# <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
|
# The list of data types has been created with
|
||||||
# cat <<EOF |
|
# cat <<EOF |
|
||||||
|
Loading…
Reference in New Issue
Block a user