aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorAndre Vieira <andre.simoesdiasvieira@arm.com>2019-04-15 11:12:57 +0100
committerAndre Vieira <andre.simoesdiasvieira@arm.com>2019-04-15 12:30:21 +0100
commite2b0ab597857bfe9d7c8742ff50bbb77c70936c4 (patch)
tree5090b63b4d92e0921eb174f4bf8a1c5384652f6a /bfd/libbfd.h
parente12437dc862690eeaa4a487fee35a237703d2b29 (diff)
downloadgdb-e2b0ab597857bfe9d7c8742ff50bbb77c70936c4.zip
gdb-e2b0ab597857bfe9d7c8742ff50bbb77c70936c4.tar.gz
gdb-e2b0ab597857bfe9d7c8742ff50bbb77c70936c4.tar.bz2
[binutils, ARM, 4/16] BF insns infrastructure with array of relocs in struct arm_it
This patch is part of a series of patches to add support for ARMv8.1-M Mainline instructions to binutils. This adds infrastructure for the Branch Future instructions (BF, BFX, BFL, BFLX, BFCSEL). These are the first instructions in ARM that have more than one relocations in them. Their external relocations can be found in the 'ELF for the Arm Architecture - ABI 2019Q1' document on developer.arm.com This is the second infrastructure patch that adds support to allow up to 3 relocations in an instruction. This is done by changing the reloc member of struct arm_it to an array instead (relocs[3]). All the previous occurrences of reloc can now to referring to relocs[0]. ChangeLog entries are as follows : *** gas/ChangeLog *** 2019-04-15 Sudakshina Das <sudi.das@arm.com> * config/tc-arm.c (ARM_IT_MAX_RELOCS): New macro. (arm_it): Member reloc renamed relocs and updated to an array. Rest: Replace all occurrences of reloc to relocs[0].
Diffstat (limited to 'bfd/libbfd.h')
0 files changed, 0 insertions, 0 deletions