https://sourceware.org/bugzilla/show_bug.cgi?id=26349
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d1ce973eb377f19240005665258ce1d89bd064b5 commit d1ce973eb377f19240005665258ce1d89bd064b5 Author: Alan Modra <amo...@gmail.com> Date: Wed Aug 19 18:19:38 2020 +0930 PR26349, FAIL: binutils-all/pr25543 on hpux The 't' length modifier isn't in SUSv2, unsurprisingly %tx isn't recognized by older printf implementations. So even though 't' is correct for ptrdiff_t we can't use it. Also, _bfd_int64_high and _bfd_int64_low disappeared in 2008. PR 26349 * readelf.c (dump_relocations): Use BFD_VMA_FMT to print offset and info fields. (dump_section_as_strings): Don't use %tx to display offset. -- You are receiving this mail because: You are on the CC list for the bug.