diff options
author | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2016-11-04 19:48:35 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2016-11-04 20:18:35 +0100 |
commit | feb4bea70a297eb6316d1b0685bbbb8095b7fb29 (patch) | |
tree | daedaaa9da0e911fd4238f90ce875559a4b8beb5 /binutils/mclex.c | |
parent | d46a21655318492db1e6113972fb02ab49eae75f (diff) | |
download | gdb-feb4bea70a297eb6316d1b0685bbbb8095b7fb29.zip gdb-feb4bea70a297eb6316d1b0685bbbb8095b7fb29.tar.gz gdb-feb4bea70a297eb6316d1b0685bbbb8095b7fb29.tar.bz2 |
S/390: Fix 16 bit pc relative relocs.
Since the bpp instruction has been added the 16 bit wide pc relative
relocs might occur at offset 2 as well at offset 4 in an instruction.
With this patch the different adjustment is passed from
md_gather_operand to md_apply_fix via fx_pcrel_adjust field in the fix
data structure.
No regressions on s390x.
gas/ChangeLog:
2016-11-04 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
* config/tc-s390.c (md_gather_operands): Set fx_pcrel_adjust.
(md_apply_fix): Use/Set fx_pcrel_adjust.
* testsuite/gas/s390/zarch-zEC12.d: Add bpp reloc test pattern.
* testsuite/gas/s390/zarch-zEC12.s: Add bpp reloc test.
Diffstat (limited to 'binutils/mclex.c')
0 files changed, 0 insertions, 0 deletions