]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
Correct an error message in the ARM assembler.
authorNick Clifton <nickc@redhat.com>
Fri, 26 Feb 2021 16:37:30 +0000 (16:37 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 26 Feb 2021 16:37:30 +0000 (16:37 +0000)
commitfe0171d248e6d4cbc59c3101b9e74e18a9292294
tree78d7b4f5d6ef5e564a2ad5fca9b645d0af08fb90
parent0e12f6c8020062fa520b8e17be98bd84a473fc20
Correct an error message in the ARM assembler.

PR 27411
* config/tc-arm.c (do_t_add_sub): Correct error message.
* testsuite/gas/arm/pr27411.s: New test.
* testsuite/gas/arm/pr27411.d: New test driver.
* testsuite/gas/arm/pr27411.l: Expected error output for new test.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/pr27411.d [new file with mode: 0644]
gas/testsuite/gas/arm/pr27411.l [new file with mode: 0644]
gas/testsuite/gas/arm/pr27411.s [new file with mode: 0644]