Tweak the documentation of libiberty's xcrc32 function
authorPatrick Palka <ppalka@gcc.gnu.org>
Mon, 28 Dec 2015 22:00:14 +0000 (22:00 +0000)
committerPatrick Palka <ppalka@gcc.gnu.org>
Mon, 28 Dec 2015 22:00:14 +0000 (22:00 +0000)
commitf3ce64372c973b713e8508fe0a65c3bbe1c8759d
treed75501a7451aff30e3000c21a3090d0181bdc2d3
parent96d4e7be88ace8866561736a32f31c8ab072494b
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.

From-SVN: r231983
libiberty/ChangeLog
libiberty/crc32.c