From bbd81753039cdf1908b927c6f55ccbfa27cb5f12 Mon Sep 17 00:00:00 2001 From: Matthew Malcomson Date: Thu, 29 Jul 2021 15:20:37 +0100 Subject: [PATCH] Fixing missed ChangeLog entries. Overlooked them in the last three commits. --- gas/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index ccc42f9eaa9..70a78749b78 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,24 @@ +2021-07-29 Matthew Malcomson + + * config/tc-aarch64.c (s_aarch64_capinit): Use 16 as size required. + * testsuite/gas/aarch64/morello-capinit-require-size.s: New. + * testsuite/gas/aarch64/morello-capinit-require-size.d: New. + * testsuite/gas/aarch64/morello-capinit-require-size.l: New. + +2021-07-29 Matthew Malcomson + + * config/tc-aarch64.c (s_aarch64_chericap): New function. + (md_pseudo_table): Add chericap directive. + * testsuite/gas/aarch64/morello-chericap.s: New. + * testsuite/gas/aarch64/morello-chericap.d: New. + +2021-07-29 Matthew Malcomson + + * config/tc-aarch64.c (aarch64_frob_label): Include LSB on C64 function + symbols. + * testsuite/gas/aarch64/morello-function-lsb.s: New. + * testsuite/gas/aarch64/morello-function-lsb.d: New. + 2021-07-20 Matthew Malcomson * config/tc-aarch64.c (parse_operands): Use correct enum type for -- 2.47.2