]> git.ipfire.org Git - thirdparty/gcc.git/commit
Tweak the documentation of libiberty's xcrc32 function
authorppalka <ppalka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Dec 2015 22:00:14 +0000 (22:00 +0000)
committerppalka <ppalka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Dec 2015 22:00:14 +0000 (22:00 +0000)
commit2afaef03604e3920fbbd1c60cb37e2cdc85599f2
treed75501a7451aff30e3000c21a3090d0181bdc2d3
parentaafde35e4611f9e4543a38a9a76268b7361c6d7f
Tweak the documentation of libiberty's xcrc32 function

libiberty/ChangeLog;

* crc32.c: In the documentation, don't refer to GDB's
now-nonexistent crc32 implementation.  In the table-generation
program embedded within the documentation, change the type of
the induction variables i and j from int to unsigned int, to
avoid undefined behavior.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231983 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/crc32.c