bfd: aarch64: Fix BTI stub optimization PR30957
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 13 Oct 2023 16:51:15 +0000 (17:51 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 9 Nov 2023 14:44:37 +0000 (14:44 +0000)
commit98b94ebb3ffe715fddde762bb3ee7fd6d972f233
tree93ddaf61c1a96e68b58b8b2a787286e71c822f45
parentf11f256f5638679548cd7e1fb189135575cb7b5f
bfd: aarch64: Fix BTI stub optimization PR30957

The instruction was looked up in the wrong input file (file of branch
source instead of branch target) when optimizing away BTI stubs in

  commit 5834f36d93cabf1a8bcc7dd7654141aed3d296bc
  bfd: aarch64: Optimize BTI stubs PR30076

This can cause adding BTI stubs when they are not necessary or removing
them when they are (the latter is a correctness issue but it is very
unlikely in practice).

Fixes bug 30957.
bfd/elfnn-aarch64.c