crosstool-ng/packages/ltrace
Chris Packham d95d0497db ltrace: Add patch to fix compile error for mips
Newer versions of GCC complain:

  plt.c: In function 'arch_elf_add_plt_entry':
  plt.c:359:3: error: '%s' directive argument is null [-Werror=format-overflow=]
    359 |   fprintf(stderr, "%s: failed %s(%#llx): %sn", __func__,
        | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    360 |    name, addr, strerror(errno));
        |    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  cc1: all warnings being treated as errors

add a patch to avoid this error.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2021-04-14 22:11:35 +12:00
..
0.5.3 Run all patches through renumbering and update 2017-12-02 12:44:39 -08:00
0.7.3 ltrace: Add patch to fix compile error for mips 2021-04-14 22:11:35 +12:00
package.desc packages/ltrace: Remove stray ':' from URL 2020-12-11 09:04:28 +13:00