diff --git a/binutils.changes b/binutils.changes index 1ec69d2..b9cc0c4 100644 --- a/binutils.changes +++ b/binutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 25 12:54:34 UTC 2022 - Andreas Schwab + +- s390-pic-dso.diff: use %pB instead of %B + ------------------------------------------------------------------- Mon Oct 17 15:16:23 UTC 2022 - Michael Matz diff --git a/s390-pic-dso.diff b/s390-pic-dso.diff index c5e9826..ec85195 100644 --- a/s390-pic-dso.diff +++ b/s390-pic-dso.diff @@ -19,7 +19,7 @@ Index: bfd/elf32-s390.c + || ELF_ST_VISIBILITY (h->other) != STV_PROTECTED)) + { + (*_bfd_error_handler) -+ (_("%B: relocation %s against `%s' can not be used when " ++ (_("%pB: relocation %s against `%s' can not be used when " + "making a shared object; recompile with -fPIC"), + input_bfd, elf_howto_table[r_type].name, + h->root.root.string);