]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
Fix a problem building the ARM assembler using LLVM.
authorLoria <Loria@phantasia.org>
Mon, 1 Feb 2016 14:32:25 +0000 (14:32 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Feb 2016 14:32:25 +0000 (14:32 +0000)
commit4f1d62057fa4894e504458027ac3228404144f7d
treedf32667e5e3c487bc696920ab9a4a182df7b8a1b
parent655ed9ea1703173cb796070ed9843ea90bb74e58
Fix a problem building the ARM assembler using LLVM.

PR target/19311
* config/tc-arm.c (encode_arm_immediate): Recode to improve
efficiency and avoid an LLVM loop optimization bug.
gas/ChangeLog
gas/config/tc-arm.c