From 278e829c006c2b3a9f29e99b9f2d9e9977859498542b89b4a63b85b2dd7a323e Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Tue, 25 Oct 2022 14:40:05 +0000 Subject: [PATCH] Accepting request 1031143 from home:Andreas_Schwab:Factory - s390-pic-dso.diff: use %pB instead of %B OBS-URL: https://build.opensuse.org/request/show/1031143 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=423 --- binutils.changes | 5 +++++ s390-pic-dso.diff | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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);