>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes: Hi Mark. Thanks for the patch. Mark> + error (_("COFF Error: string table offset (%" PRIxPTR ") outside string table (length %ld)"), gdb doesn't use these PRI macros. Instead you'd write something like: error ("...%s...", hex_string (value)) Tom