forked from pool/binutils
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:
parent
b1a0c6a5a8
commit
278e829c00
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user