]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog
arm: fix fallout from recent thumb2 detection patch
authorRichard Earnshaw <rearnsha@arm.com>
Wed, 12 May 2021 10:43:59 +0000 (11:43 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Wed, 12 May 2021 10:43:59 +0000 (11:43 +0100)
commit84139c58642a8a6b857cad1c50420264452882f9
treeee2a265e2ffcc6089eee91c392c73c4471973051
parent2f822da535ba9b159174d02d7114b4fc4f7c8818
arm: fix fallout from recent thumb2 detection patch

The recent change to correct the detection of thumb2 object files
resulted in a ld test for veneering starting to fail.  The problem was
the test itself, which was incorrectly expecting thumb1 type far-call
veneers instead of the thumb2 flavour.  We already have a dump file of
the expected form, so the fix is to change the expected output
accordingly.

ld/

* testsuite/ld-arm/arm-elf.exp (farcall test for v8-m.mainline):
Correct expected output.
ld/ChangeLog
ld/testsuite/ld-arm/arm-elf.exp