|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug ld/30957] aarch64: unnecessary bti veneer |
Date: | Thu, 09 Nov 2023 14:59:25 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30957 --- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Szabolcs Nagy <nsz@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=98b94ebb3ffe715fddde762bb3ee7fd6d972f233 commit 98b94ebb3ffe715fddde762bb3ee7fd6d972f233 Author: Szabolcs Nagy <szabolcs.nagy@arm.com> Date: Fri Oct 13 17:51:15 2023 +0100 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. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |