diff options
author | Nick Clifton <nickc@redhat.com> | 2021-06-17 16:19:20 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-06-17 16:19:20 +0100 |
commit | 96cbfd9f0488e9536bfc27550ebf90cb1ecac93b (patch) | |
tree | 2d75526de617b2ed608ca7f6d115c675087183dc /gas/ChangeLog | |
parent | bcf8470303e06cb6cd5294608aad913fe5580f45 (diff) | |
download | fsf-binutils-gdb-96cbfd9f0488e9536bfc27550ebf90cb1ecac93b.zip fsf-binutils-gdb-96cbfd9f0488e9536bfc27550ebf90cb1ecac93b.tar.gz fsf-binutils-gdb-96cbfd9f0488e9536bfc27550ebf90cb1ecac93b.tar.bz2 |
Fix an assertion failure in the AArch64 assembler triggered by incorrect instruction syntax.
PR 27904
* config/tc-aarch64.c (ldst_lo12_determine_real_reloc_type):
Generate a syntax error message if the reloc qualifier does not
match the instruction's size.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 821cc81..a1997d2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2021-06-17 Nick Clifton <nickc@redhat.com> + + PR 27904 + * config/tc-aarch64.c (ldst_lo12_determine_real_reloc_type): + Generate a syntax error message if the reloc qualifier does not + match the instruction's size. + 2021-06-17 Clément Chigot <clement.chigot@atos.net> * config/tc-ppc.c (md_begin): Create bss section with dummy |