This patch adds support to gdbserver for the "qCRC:" request. This in turn supports the gdb "compare-sections" command, which basically lets you verify that the binary image on the target matches the executable that you're debugging. I borrowed code from gdb/remote.c, I assume that's OK.