diff options
author | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2018-10-31 11:57:38 +0000 |
---|---|---|
committer | Andre Vieira <andre.simoesdiasvieira@arm.com> | 2018-10-31 12:11:01 +0000 |
commit | cd53832b008b25222ec55bf947e3700528ee0814 (patch) | |
tree | 9a7ba0b03d5fee6b797585013919b06ca1471c34 /gas/ChangeLog | |
parent | b4e093995600e8f482c10467379f9395b4871ca2 (diff) | |
download | gdb-cd53832b008b25222ec55bf947e3700528ee0814.zip gdb-cd53832b008b25222ec55bf947e3700528ee0814.tar.gz gdb-cd53832b008b25222ec55bf947e3700528ee0814.tar.bz2 |
[GAS][ARM] Fix failing Armv1 test
This test has been failing for a while and it could be argued that since we
started testing 'arm7t' here (and not Armv1) the test itself was wrong. So I
changed the assembly to Armv1. Given the changes to objdump when
"disassembling all" it seemed like a good idea to force the disassembly to
'armv2' instead and actually accept the disassembly of the 26-bit Architecture
variants of tst, teq, cmn and cmp.
gas/ChangeLog
2018-10-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
* testsuite/gas/arm/armv1.d: Assemble for Armv1 and disassemble for
Armv2.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bbf6918..41a8d0c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-10-31 Andre Vieira <andre.simoesdiasvieira@arm.com> + + * testsuite/gas/arm/armv1.d: Assemble for Armv1 and disassemble for + Armv2. + 2018-10-29 Alan Modra <amodra@gmail.com> * Makefile.am (HFILES): Delete struc-symbol.h. |