Use hex_string in gdb/coffread.c instead of PRIxPTR
authorMark Wielaard <mark@klomp.org>
Mon, 28 Aug 2023 14:30:14 +0000 (16:30 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 28 Aug 2023 16:34:05 +0000 (18:34 +0200)
commita6ce491c3d926650407927a338d9678ca983bee4
treed4de96444d098ad020b24f485793e552d5fe5155
parent8d83f51b91072bc3d79061eba7e564ba9be6afd7
Use hex_string in gdb/coffread.c instead of PRIxPTR

The getsymname function uses PRIxPTR to print and uintptr_t value in
an error message. Use hex_string instead.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/coffread.c