diff options
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 15e4c07..1b1dafe 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,21 @@ +2021-04-12 Alan Modra <amodra@gmail.com> + + * config/tc-ppc.c (insn_validate): Use uint64_t for operand values. + (md_assemble): Likewise. Handle bignum operands. + (ppc_elf_suffix): Handle O_big. Remove unnecessary input_line_pointer + check. + * expr.c: Delete unnecessary forward declarations. + (generic_bignum_to_int32): Return uint32_t. + (generic_bignum_to_int64): Return uint64_t. Compile always. + (operand): Twiddle X_extrabit for unary '~'. Set X_unsigned and + clear X_extrabit for unary '!'. + * expr.h (generic_bignum_to_int32): Declare. + (generic_bignum_to_int64): Declare. + * testsuite/gas/ppc/prefix-pcrel.s, + * testsuite/gas/ppc/prefix-pcrel.d: Add more instructions. + +2021-04-09 Tejas Belagod <tejas.belagod@arm.com> + 2021-04-12 Nelson Chu <nelson.chu@sifive.com> * testsuite/gas/riscv/march-fail-order-x-std.d: Renamed from @@ -28,10 +46,11 @@ 2021-04-09 Tejas Belagod <tejas.belagod@arm.com> - * config/tc-aarch64.c (warn_unpredictable_ldst): Clean-up diagnostic messages - for LD/ST Exclusive instructions. + * config/tc-aarch64.c (warn_unpredictable_ldst): Clean-up + diagnostic messages for LD/ST Exclusive instructions. * testsuite/gas/aarch64/diagnostic.s: Add a diagnostic test for STLXP. - * testsuite/gas/aarch64/diagnostic.l: Fix-up test after message clean-up. + * testsuite/gas/aarch64/diagnostic.l: Fix-up test after message + clean-up. 2021-04-09 Alan Modra <amodra@gmail.com> @@ -522,7 +541,7 @@ well as Intel syntax tests. * testsuite/gas/i386/invlpgb.d, testsuite/gas/i386/snp.d: Adjust expectations. - * testsuite/gas/i386/invlpgb64.d, testsuite/gas/i386/snp64.d: + * testsuite/gas/i386/invlpgb64.d, testsuite/gas/i386/snp64.d: Likewise. Drop passing --def-sym to as. 2021-03-25 Jan Beulich <jbeulich@suse.com> @@ -885,7 +904,7 @@ 2021-02-12 Nick Clifton <nickc@redhat.com> * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link - following. + following. * testsuite/gas/xgate/insns-dwarf2.d: Likewise. 2021-02-12 Alan Modra <amodra@gmail.com> |