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
This commit is contained in:
Michael Matz 2022-10-25 14:40:05 +00:00 committed by Git OBS Bridge
parent b1a0c6a5a8
commit 278e829c00
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 25 12:54:34 UTC 2022 - Andreas Schwab <schwab@suse.de>
- s390-pic-dso.diff: use %pB instead of %B
-------------------------------------------------------------------
Mon Oct 17 15:16:23 UTC 2022 - Michael Matz <matz@suse.com>

View File

@ -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);