mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* gdb.texinfo (Separate Debug Files): Remove extra semicolon.
This commit is contained in:
parent
0ed8aa572b
commit
e7a3abfc27
@ -1,3 +1,7 @@
|
||||
2003-06-09 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.texinfo (Separate Debug Files): Remove extra semicolon.
|
||||
|
||||
2003-06-08 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* gdbint.texinfo (Target Architecture Definition): Delete
|
||||
|
@ -10127,7 +10127,7 @@ gnu_debuglink_crc32 (unsigned long crc,
|
||||
crc = ~crc & 0xffffffff;
|
||||
for (end = buf + len; buf < end; ++buf)
|
||||
crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
|
||||
return ~crc & 0xffffffff;;
|
||||
return ~crc & 0xffffffff;
|
||||
@}
|
||||
@end smallexample
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user