| commit | 91df9a6f810bca02883dae9275715b4960ea02f0 | [log] [tgz] |
|---|---|---|
| author | Mark Wielaard <mark@klomp.org> | Fri Aug 25 23:09:18 2023 +0200 |
| committer | Mark Wielaard <mark@klomp.org> | Fri Aug 25 23:12:28 2023 +0200 |
| tree | 42d9c774f29bd161c91bebf9d21bafa12ab71f70 | |
| parent | 58abdf887821a5da09ba184c6e400a3bc5cccd5a [diff] |
Fix gdb/coffread.c build on 32bit architectures The getsymname function tries to emit an error using %ld for an uintptr_t argument. Use PRIxPTR instead. Which works on any architecture for uintptr_t.