]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/ChangeLog
bpf: gas,include,opcode: add suppor for instructions BSWAP{16,32,64}
[thirdparty/binutils-gdb.git] / gas / ChangeLog
index d7cc819e250492520b89713510946bc998d3a443..ef87eea33b62990fb8200eb341763fd5ea430186 100644 (file)
@@ -1,3 +1,721 @@
+2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * doc/c-bpf.texi (BPF Instructions): Document BSWAP* instructions.
+       * testsuite/gas/bpf/alu.s: Test BSWAP{16,32,64} instructions.
+       * testsuite/gas/bpf/alu.d: Likewise.
+       * testsuite/gas/bpf/alu-be.d: Likewise.
+       * testsuite/gas/bpf/alu-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu-be-pseudoc.d: Likewise.
+
+2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * doc/c-bpf.texi (BPF Instructions): The pseudoc syntax for MOVS*
+       doesn't use `s=' but `='.
+
+2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * doc/c-bpf.texi (BPF Instructions): Fix pseudoc syntax for MOVS*
+       and LDXS* instructions.
+       * testsuite/gas/bpf/mem-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/mem-be-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/mem-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu-be-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu32-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu32-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu32-be-pseudoc.d: Likewise.
+
+2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * config/tc-bpf.c (struct bpf_insn): New field `id'.
+       (md_assemble): Save the ids of successfully parsed instructions
+       and use the new BFD_RELOC_BPF_DISPCALL32 whenever appropriate.
+       (md_apply_fix): Adapt to the new BFD reloc.
+       * testsuite/gas/bpf/jump.s: Test JAL.
+       * testsuite/gas/bpf/jump.d: Likewise.
+       * testsuite/gas/bpf/jump-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/jump-be.d: Likewise.
+       * testsuite/gas/bpf/jump-be-pseudoc.d: Likewise.
+       * doc/c-bpf.texi (BPF Instructions): Document new instruction
+       jal/gotol.
+       Document new operand type disp32.
+
+2023-07-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/gas/bpf/mem.s: Add signed load instructions.
+       * testsuite/gas/bpf/mem-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/mem.d: Likewise.
+       * testsuite/gas/bpf/mem-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/mem-be.d: Likewise.
+       * doc/c-bpf.texi (BPF Instructions): Document the signed load
+       instructions.
+
+2023-07-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/gas/bpf/alu.s: Test movs instructions.
+       * testsuite/gas/bpf/alu-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu32.s: Likewise for movs32 instruction.
+       * testsuite/gas/bpf/alu32-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu.d: Add expected results.
+       * testsuite/gas/bpf/alu32.d: Likewise.
+       * testsuite/gas/bpf/alu-be.d: Likewise.
+       * testsuite/gas/bpf/alu32-be.d: Likewise.
+       * testsuite/gas/bpf/alu-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu32-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu-be-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu32-be-pseudoc.d: Likewise.
+
+2023-07-03  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/gas.pot: Regenerate.
+
+2023-07-03  Nick Clifton  <nickc@redhat.com>
+
+       2.41 Branch Point.
+
+2023-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/gas/aarch64/bfloat16-directive-be.d: Adjust regexps
+       to allow for non-ELF based toolchains.
+       * testsuite/gas/aarch64/bfloat16-directive-le.d: Likewise.
+       * testsuite/gas/aarch64/optional.d: Likewise.
+       * testsuite/gas/aarch64/pr20364.d: Likewise.
+       * testsuite/gas/aarch64/adr_1.d: Skip for non-ELF based toolchains.
+       * testsuite/gas/aarch64/advsimd-mov-bad.d: Likewise.
+       * testsuite/gas/aarch64/b_1.d: Likewise.
+       * testsuite/gas/aarch64/beq_1.d: Likewise.
+       * testsuite/gas/aarch64/codealign_1.d: Likewise.
+       * testsuite/gas/aarch64/dwarf.d: Likewise.
+       * testsuite/gas/aarch64/ilp32-basic.d: Likewise.
+       * testsuite/gas/aarch64/int-insns.d: Likewise.
+       * testsuite/gas/aarch64/ldr_1.d: Likewise.
+       * testsuite/gas/aarch64/mapping_5.d: Likewise.
+       * testsuite/gas/aarch64/mapping_6.d: Likewise.
+       * testsuite/gas/aarch64/mops_invalid_2.d: Likewise.
+       * testsuite/gas/aarch64/movw_label.d: Likewise.
+       * testsuite/gas/aarch64/pac_ab_key.d: Likewise.
+       * testsuite/gas/aarch64/pac_negate_ra_state.d: Likewise.
+       * testsuite/gas/aarch64/pr27217.d: Likewise.
+       * testsuite/gas/aarch64/pr29519.d: Likewise.
+       * testsuite/gas/aarch64/programmer-friendly.d: Likewise.
+       * testsuite/gas/aarch64/reloc-data.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g0-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g0.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g0_nc-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g0_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g1-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g1_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_g2.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_hi12-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_hi12.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12-ilp32-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12-ldst16.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12-ldst32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12-ldst64.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12-ldst8.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12_nc-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12_nc-ldst16.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12_nc-ldst32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12_nc-ldst64.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12_nc-ldst8.d: Likewise.
+       * testsuite/gas/aarch64/reloc-dtprel_lo12_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-gotoff_g0_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-gotoff_g1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-gottprel_g0_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-gottprel_g1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-insn.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g0.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g0_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g1_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g2.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g2_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-prel_g3.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsdesc_off_g0_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsdesc_off_g1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsgd_g0_nc.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsgd_g1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsldm-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsldm-ilp32-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsldm-page-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsldm-page-ilp32-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsldm_lo12_nc-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tlsldm_lo12_nc-ilp32-1.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst16.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst64.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12-ldst8.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst16.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst64.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8-ilp32.d: Likewise.
+       * testsuite/gas/aarch64/reloc-tprel_lo12_nc-ldst8.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_1.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_10.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_11.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_12.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_13.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_14.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_15.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_16.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_17.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_18.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_19.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_2.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_20.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_21.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_22.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_23.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_24.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_25.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_26.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_27.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_28.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_3.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_4.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_5.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_6.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_7.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_8.d: Likewise.
+       * testsuite/gas/aarch64/sve-movprfx_9.d: Likewise.
+       * testsuite/gas/aarch64/symbol-variant_pcs-1.d: Likewise.
+       * testsuite/gas/aarch64/symbol-variant_pcs-2.d: Likewise.
+       * testsuite/gas/aarch64/symbol-variant_pcs-3.d: Likewise.
+       * testsuite/gas/aarch64/system.d: Likewise.
+       * testsuite/gas/aarch64/tail_padding.d: Likewise.
+       * testsuite/gas/aarch64/tbz_1.d: Likewise.
+       * testsuite/gas/aarch64/tls-desc.d: Likewise.
+       * testsuite/gas/aarch64/tls.d: Likewise.
+
+2023-04-27  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       * testsuite/gas/bpf/mem.dump: New file.
+       * testsuite/gas/bpf/mem-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/mem.d: #dump mem.dump.
+       * testsuite/gas/bpf/lddw.dump: New file.
+       * testsuite/gas/bpf/lddw-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/lddw.d: #dump lddw.dump.
+       * testsuite/gas/bpf/jump.dump: New file.
+       * testsuite/gas/bpf/jump-pseudoc.d: Likewise
+       * testsuite/gas/bpf/jump.d: #dump jump.dump.
+       * testsuite/gas/bpf/jump32.dump: New file.
+       * testsuite/gas/bpf/jump32-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/jump32.d: #dump jump32.dump.
+       * testsuite/gas/bpf/lddw-be.dump: New file.
+       * testsuite/gas/bpf/lddw-be-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/lddw-be.d: #dump lddw-be.dump.
+       * testsuite/gas/bpf/indcall-1.dump: New file.
+       * testsuite/gas/bpf/indcall-1-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/indcall-1.d: #dump indcall-1.dump.
+       * testsuite/gas/bpf/indcall-1-pseudoc.s (main): Fix lddw
+       instruction.
+       * testsuite/gas/bpf/atomic.dump: New file.
+       * testsuite/gas/bpf/atomic-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/atomic.d: #dump atomic.dump.
+       * testsuite/gas/bpf/alu32.dump: New file.
+       * testsuite/gas/bpf/alu32-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu32.d: #dump alu32.dump.
+       * testsuite/gas/bpf/alu.dump: New file.
+       * testsuite/gas/bpf/alu-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu.d: #dump alu.dump.
+
+       * testsuite/gas/bpf/alu-be.dump: New file.
+       * testsuite/gas/bpf/alu-be-pseudoc.d: Likewise.
+       * testsuite/gas/bpf/alu-be.d: #dump alu-be.dump.
+       * testsuite/gas/bpf/alu32-be-pseudoc.d: New file.
+       * testsuite/gas/bpf/alu32-be-dump: Likewise.
+       * testsuite/gas/bpf/alu32-be.d: #dump alu32-be-dump.
+       * testsuite/gas/bpf/bpf.exp: Run *-pseudoc tests.
+
+2023-04-19  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+       PR gas/29757
+       * doc/c-bpf.texi (BPF Pseudo-C Syntax): New section.
+
+2023-04-20  Guillermo E. Martinez  <guillermo.e.martinez@oracle.com>
+
+       PR gas/29728
+       * testsuite/gas/all/assign-bad-recursive.d: Skip test in bpf-*
+       targets.
+       * testsuite/gas/all/eqv-dot.d: Likewise.
+       * testsuite/gas/all/gas.exp: Skip other assignment tests in bpf-*.
+       * testsuite/gas/bpf/alu-pseudoc.s: New file.
+       * testsuite/gas/bpf/pseudoc-normal.s: Likewise.
+       * testsuite/gas/bpf/pseudoc-normal.d: Likewise.
+       * testsuite/gas/bpf/pseudoc-normal-be.d: Likewise.
+       * testsuite/gas/bpf/mem-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/lddw-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/jump32-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/jump-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/indcall-1-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/atomic-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/alu32-pseudoc.s: Likewise.
+       * testsuite/gas/bpf/*.d: Add -pseudoc variants of the tests.
+
+2023-04-20  Guillermo E. Martinez  <guillermo.e.martinez@oracle.com>
+
+       PR gas/29728
+       * config/tc-bpf.h (TC_EQUAL_IN_INSN): Define.
+       * config/tc-bpf.c (LEX_IS_SYMBOL_COMPONENT): Define.
+       (LEX_IS_WHITESPACE): Likewise.
+       (LEX_IS_NEWLINE): Likewise.
+       (LEX_IS_ARITHM_OP): Likewise.
+       (LEX_IS_STAR): Likewise.
+       (LEX_IS_CLSE_BR): Likewise.
+       (LEX_IS_OPEN_BR): Likewise.
+       (LEX_IS_EQUAL): Likewise.
+       (LEX_IS_EXCLA): Likewise.
+       (ST_EOI): Likewise.
+       (MAX_TOKEN_SZ): Likewise.
+       (init_pseudoc_lex): New function.
+       (md_begin): Call init_pseudoc_lex.
+       (valid_expr): New function.
+       (build_bpf_non_generic_load): Likewise.
+       (build_bpf_atomic_insn): Likewise.
+       (build_bpf_jmp_insn): Likewise.
+       (build_bpf_arithm_insn): Likewise.
+       (build_bpf_endianness): Likewise.
+       (build_bpf_load_store_insn): Likewise.
+       (look_for_reserved_word): Likewise.
+       (is_register): Likewise.
+       (is_cast): Likewise.
+       (get_token): Likewise.
+       (bpf_pseudoc_to_normal_syntax): Likewise.
+       (md_assemble): Try pseudo-C syntax if an instruction cannot be
+       parsed.
+
+2023-04-18  mengqinggang  <mengqinggang@loongson.cn>
+
+       * config/tc-loongarch.c (loongarch_fix_adjustable): Symbols with
+       GOT relocatios do not fix adjustbale.
+       * testsuite/gas/loongarch/macro_op_large_abs.d: Regenerated.
+       * testsuite/gas/loongarch/macro_op_large_pc.d: Regenerated.
+
+2023-04-18  Thomas Koenig  <tkoenig@netcologne.de>
+
+       * doc/internals.texi (Relaxing with a table): Describe handling of
+       opcodes for relaxation a bit better.
+
+2023-04-13  Claudiu Zissulescu  <claziss@synopsys.com>
+
+        * testsuite/gas/cfi/cfi-arc-1.s: Use baseline instructions.
+        * testsuite/gas/cfi/cfi-arc-1.d: Update matching patterns.
+
+2023-04-13  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * testsuite/gas/arc/dsp.s: Remove unimplemented dsp instructions.
+       * testsuite/gas/arc/dsp.d: Update the test.
+
+2023-03-14  Nick Clifton  <nickc@redhat.com>
+
+       PR 30206
+       * doc/as.texi (Pseudo Ops): Document that data directives such as
+       .byte and .int are not intended for encoding instructions.
+
+2023-02-28  Richard Ball  <richard.ball@arm.com>
+
+       * testsuite/gas/aarch64/mec-invalid.d: New test.
+       * testsuite/gas/aarch64/mec-invalid.l: New test.
+       * testsuite/gas/aarch64/mec-invalid.s: New test.
+       * testsuite/gas/aarch64/mec.d: New test.
+       * testsuite/gas/aarch64/mec.s: New test.
+
+2023-02-27  Benson Muite  <benson_muite@emailplus.org>
+
+       PR 28909
+       * doc/local.mk (asconfig.texi): Use "cp -p" to preserve
+       timestamps.
+       * Makefile.in: Regenerate.
+
+2023-02-01  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf2dbg.c (emit_inc_line_addr): Use unsigned constants when
+       checking addr_delta.
+
+2023-01-20  Frederic Cambus  <fred@statdns.com>
+
+       * configure.tgt (arm-*-openbsd*): Add target.
+
+2023-01-16  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
+
+2023-01-03  Nick Clifton  <nickc@redhat.com>
+
+       PR 29952
+       * config/tc-i386.c (md_assemble): Avoid constructing translatable
+       strings.
+
+2023-01-03  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+       * po/uk.po: Updated Ukrainian translation.
+
+2022-12-31  Nick Clifton  <nickc@redhat.com>
+
+       * 2.40 branch created.
+
+2022-11-21  Nick Clifton  <nickc@redhat.com>
+
+       PR 29764
+       * testsuite/gas/arm/cpu-cortex-a76ae.d: Add arm prefix to the -m
+       option passed to objdump.
+       * testsuite/gas/arm/cpu-cortex-a77.d: Likewise.
+       * testsuite/gas/aarch64/cpu-cortex-a76ae.d: Add aarch64 prefix to
+       the -m option passed to objdump.
+       * testsuite/gas/aarch64/cpu-cortex-a77.d: Likewise.
+
+2022-10-31  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/gas/rx/mvtacgu.d: Update expected disassembly.
+
+2022-10-11  Nick Clifton  <nickc@redhat.com>
+
+       * symbols.c (S_GET_VALUE): If the unresolved symbol is the fake
+       label provide a more helpful error message to the user.
+       (S_GET_VALUE_WHERE): Like S_GET_VALUE, but includes a file/line
+       number for error reporting purposes.
+       * symbols.h (S_GET_VALUE_WHERE): Prototype.
+       * write.c (fixup_segment): Use S_GET_VALUE_WHERE.
+
+2022-09-28  Nick Clifton  <nickc@redhat.com>
+
+       PR 29623
+       * as.c (show_usage): Document the --dump-config,
+       --gdwarf-cie-version, --hash-size, --multibyte-handling,
+       and --reduce-memory-overheads options.
+       * config/tc-i386.c (md_show_usage): Document the -O option.
+       * doc/as.texi: Document the --dump-config, --emulation,
+       --hash-size, and --reduce-memory-overheads options.
+
+2022-09-08  Nick Clifton  <nickc@redhat.com>
+
+       PR 29559
+       * dwarf2dbg.c (out_debug_info): Place DW_TAG_unspecified_type at
+       the end of the list of children, not at the start of the CU
+       information.
+       * testsuite/gas/elf/dwarf-3-func.d: Update expected output.
+       * testsuite/gas/elf/dwarf-5-func-global.d: Likewise.
+       * testsuite/gas/elf/dwarf-5-func-local.d: Likewise.
+       * testsuite/gas/elf/dwarf-5-func.d: Likewise.
+
+2022-08-31  Frederic Cambus  <fred@statdns.com>
+
+       * configure.tgt (aarch64*-*-openbsd*): Add target.
+
+2022-08-30  Nick Clifton  <nickc@redhat.com>
+
+       PR 29494
+       * testsuite/gas/arm/pr29494.s: New test source file.
+       * testsuite/gas/arm/pr29494.d: New test driver.
+
+2022-08-25  Nick Clifton  <nickc@redhat.com>
+
+       PR 29517
+       * dwarf2dbg.c (GAS_ABBREV_COMP_UNIT): New defined constant.
+       (GAS_ABBREV_SUBPROG): New defined constant.
+       (GAS_ABBREV_NO_TYPE): New defined constant.
+       (out_debug_abbrev): Use the new defined constants when emitting
+       abbreviation numbers.  Generate an abbreviation for an unspecified
+       type.
+       (out_debug_info): Use the new defined constants when referring to
+       abbreviations.  Generate a use of the no_type abbreviation.
+       Reference the use when generating DIEs for functions.
+       * testsuite/gas/elf/dwarf-3-func.d: Update to allow for newly
+       extended output from the assembler.
+       * testsuite/gas/elf/dwarf-5-func-global.d: Likewise.
+       * testsuite/gas/elf/dwarf-5-func-local.d: Likewise.
+       * testsuite/gas/elf/dwarf-5-func.d: Likewise.
+
+2022-08-25  Nick Clifton  <nickc@redhat.com>
+
+       PR 29519
+       * config/tc-aarch64.c (s_unreq): Use find_end_of_line().
+       (s_aarch64_cpu): Likewise.
+       (s_aarch64_arch): Likewise.
+       (s_aarch64_arch_extension): Likewise.
+       * testsuite/gas/aarch64/pr29519.d: New test driver file.
+       * testsuite/gas/aarch64/pr29519.s: New test source file.
+
+2022-08-08  Tsukasa OI  <research_trasio@irq.a4lg.com>
+
+       * config/obj-macho.c (obj_mach_o_get_section_names): Wrap two
+       string literals within with gettext macro.
+
+2022-08-05  Nick Clifton  <nickc@redhat.com>
+
+       PR 29447
+       * read.c (read_symbol_name): Pass 0 as the length parameter when
+       invoking mbstowc in order to check the validity of a wide string.
+
+2022-07-18  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * config/tc-arc.c (md_assembly): Update strspn string with the
+       missing ciphers.
+
+2022-07-08  Nick Clifton  <nickc@redhat.com>
+
+       * 2.39 branch created.
+
+2022-05-18  Victor Do Nascimento  <victor.donascimento@arm.com>
+
+       * config/tc-arm.c (parse_reg_list): Add handling of mixed register
+       types.
+       (reg_names): Enumerate pseudoregister according to mapped physical
+       register number.
+       (s_arm_unwind_save_pseudo): Modify function signature.
+       (s_arm_unwind_save_core): Likewise.
+       (s_arm_unwind_save_mixed): New function.
+       (s_arm_unwind_save): Generate register list mask to pass to nested
+       functions.
+       * testsuite/gas/arm/unwind-pacbti-m.s: Expand test for mixed
+       register type lists.
+       * testsuite/gas/arm/unwind-pacbti-m.d: Likewise.
+       * testsuite/gas/arm/unwind-pacbti-m-readelf.d: Likewise.
+
+2022-04-07  Mark Harmstone  <mark@harmstone.com>
+
+       * config/tc-i386.c (pe_directive_secidx): New function.
+       (md_pseudo_table): Add support for secidx.
+       (x86_cons_fix_new): Likewise.
+       (tc_gen_reloc): Likewise.
+       * expr.c (op_rank): Add O_secidx.
+       * expr.h (operatorT): Likewise.
+       * symbols.c (resolve_symbol_value): Add support for O_secidx.
+       * testsuite/gas/i386/secidx.s: New test source file.
+       * testsuite/gas/i386/secidx.d: New test driver file.
+       * testsuite/gas/i386/i386.exp: Run new test.
+
+2022-04-07  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * config/tc-s390.c (s390_parse_cpu): Add z16 as alternate CPU
+       name.
+       * doc/as.texi: Add z16 and arch14 to CPU string list.
+       * doc/c-s390.texi: Add z16 to CPU string list.
+
+2022-04-06  Nick Clifton  <nickc@redhat.com>
+
+       PR 28981
+       * testsuite/gas/elf/dwarf-5-irp.d: Update expected output.
+
+2022-03-21  Nick Clifton  <nickc@redhat.com>
+
+       PR 28791
+       * config/tc-z80.c (emit_data_val): Do not warn about overlarge
+       constants generated by bit manipulation operators.
+       * testsuite/gas/z80/pr28791.s: New test source file.
+       * testsuite/gas/z80/pr28791.d: New test driver file.
+
+2022-01-28  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2022-01-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/uk.po: Updated Ukranian translation.
+
+2022-01-22  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/gas.pot: Regenerate.
+
+2022-01-22  Nick Clifton  <nickc@redhat.com>
+
+       * 2.38 release branch created.
+
+2022-01-17  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.in: Regenerate.
+       * po/gas.pot: Regenerate.
+
+2022-01-17  Sergey Belyashov  <sergey.belyashov@gmail.com>
+
+       PR 28762
+       * app.c (do_scrub_chars): Correct handling when the symbol is not 'af'.
+
+2021-12-16  Nick Clifton  <nickc@redhat.com>
+
+       PR 28686
+       * config/tc-avr.h (tc_fix_adjustable): Define.
+       * config/tc-avr.c (avr_fix_adjustable): New function.
+       * testsuite/gas/all/gas.exp: Skip tests that need adjustable fixups.
+       * testsuite/gas/elf/elf.exp: Likewise.
+       * testsuite/gas/avr/diffreloc_withrelax.d: Adjust expected output.
+       * testsuite/gas/avr/pc-relative-reloc.d: Adjust expected output.
+
+2021-11-26  Tom de Vries  <tdevries@suse.de>
+
+       PR 28629
+       * dwarf2dbg.c (out_dir_and_file_list): When copying file 1 to file 0,
+       also copy dir and md5 fields.
+       * testsuite/gas/i386/dwarf5-line-4.d: Adjust expected output.
+
+2021-11-18  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (parse_args): Add support for --multibyte-handling.
+       * as.h (multibyte_handling): Declare.
+       * app.c (scan_for_multibyte_characters): New function.
+       (do_scrub_chars): Call the new function if multibyte warning is
+       enabled.
+       * input-scrub,c (input_scrub_next_buffer): Call the multibyte
+       scanning function if multibyte warnings are enabled.
+       * symbols.c (struct symbol_flags): Add multibyte_warned bit.
+       (symbol_init): Call the multibyte scanning function if multibyte
+       symbol warnings are enabled.
+       (S_SET_SEGMENT): Likewise.
+       * NEWS: Mention the new feature.
+       * doc/as.texi: Document the new feature.
+       * testsuite/gas/all/multibyte.s: New test source file.
+       * testsuite/gas/all/multibyte1.d: New test driver file.
+       * testsuite/gas/all/multibyte1.l: New test expected output.
+       * testsuite/gas/all/multibyte2.d: New test driver file.
+       * testsuite/gas/all/multibyte2.l: New test expected output.
+       * testsuite/gas/all/gas.exp: Run the new tests.
+
+2021-11-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * doc/as.texi (File): Update description of .file 0 directive.
+       * dwarf2dbg.c (get_directory_table_entry): Remove obsolete comment
+       and pass file0_dirname in recursive call.
+       (allocate_filename_to_slot): Deal with a full path in the file name
+       if the index number is 0.
+       * testsuite/gas/elf/dwarf-5-file0.d: Fix pasto.
+       * testsuite/gas/elf/dwarf-5-file0-2.d: Likewise.
+       * testsuite/gas/elf/dwarf-5-file0-3.d: New file.
+       * testsuite/gas/elf/dwarf-5-file0-3.s: Likewise.
+       * testsuite/gas/elf/elf.exp: Run dwarf-5-file0-3.
+
+2021-10-28  Markus Klein  <markus.klein@sma.de>
+
+       PR 28436
+       * config/tc-arm.c (do_vfp_nsyn_push_pop_check): New function.
+       (do_vfp_nsyn_pop): Use the new function.
+       (do_vfp_nsyn_push): Use the new function.
+       * testsuite/gas/arm/v8_1m-mve.s: Add new instructions.
+       * testsuite/gas/arm/v8_1m-mve.d: Updated expected disassembly.
+
+2021-09-27  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure: Regenerate.
+
+2021-09-25  Peter Bergner  <bergner@linux.ibm.com>
+
+       * testsuite/gas/ppc/power5.s: New test.
+       * testsuite/gas/ppc/power5.d: Likewise.
+       * testsuite/gas/ppc/ppc.exp: Run it.
+       * testsuite/gas/ppc/power7.s: Remove tests for mfppr, mfppr32, mtppr
+       and mtppr32.
+       * testsuite/gas/ppc/power7.d: Likewise.
+
+2021-09-13  Jan Beulich  <jbeulich@suse.com>
+
+       * config/tc-ia64.c (cross_section): Use obj_elf_section_name to
+       parse the section name.
+       * config/tc-mips.c (s_change_section): Likewise.
+
+2021-09-02  Nick Clifton  <nickc@redhat.com>
+
+       PR 28292
+       * config/tc-v850.c (handle_lo16): Also accept
+       BFD_RELOC_V850_LO16_SPLIT_OFFSET.
+       * testsuite/gas/v850/split-lo16.s: Add extra line.
+       * testsuite/gas/v850/split-lo16.d: Update expected disassembly.
+
+2021-08-11  Darius Galis  <darius.galis@cyberthorstudios.com>
+
+       * config/rx-parse.y (DECNT): Fixed typo.
+       * testsuite/gas/rx/dpopm.sm (DECNT): Fixed typo.
+       * testsuite/gas/rx/dpushm.sm (DECNT): Fixed typo.
+       * testsuite/gas/rx/macros.inc (DECNT): Fixed typo.
+
+2021-08-11  Nick Clifton  <nickc@redhat.com>
+
+       PR 28215
+       * config/tc-csky.c (md_apply_fix): Correctly handle a fixup that
+       involves an overlarge constant.
+
+2021-08-11  Matt Jacobson  <mhjacobson@me.com>
+
+       * config/tc-avr.c (enum options): Add option flag.
+       (struct option): Add option -mno-dollar-line-separator.
+       (md_parse_option): Adjust treatment of $ when option is present.
+       (usage): Mention the new option.
+       * config/tc-avr.h: Use avr_line_separator_chars.
+       * doc/c-avr.texi: Document the new option.
+
+2021-08-11  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-tic4x.c (tic4x_gen_to_words): Fix typo.
+
+2021-08-10  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
+
+2021-08-09  Nick Clifton  <nickc@redhat.com>
+
+       * dwarf2dbg.c (get_directory_table_entry): Ensure that dir[0]
+       contains current working directory.
+       (out_dir_and_file_list): Likewise.
+       * testsuite/gas/elf/dwarf-5-dir0.s: New test source file.
+       * testsuite/gas/elf/dwarf-5-dir0.d: New test driver.
+       * testsuite/gas/elf/elf.exp: Run the new test.
+       * testsuite/gas/elf/dwarf-5-file0.d: Adjust expected output.
+       * testsuite/gas/i386/dwarf5-line-1.d: Likewise.
+       * testsuite/gas/i386/dwarf5-line-2.d: Likewise.
+
+2021-07-14  Alan Modra  <amodra@gmail.com>
+
+       * write.c (TC_VALIDATE_FIX_SUB): Default to 0.
+       * config/tc-hppa.h (TC_VALIDATE_FIX_SUB): Define.
+       * config/tc-microblaze.h (TC_VALIDATE_FIX_SUB): Define.
+       * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define for ECOFF.
+       * config/tc-ppc.h (TC_VALIDATE_FIX_SUB): Don't define for ELF.
+       Do define for XCOFF.
+
+2021-07-14  ClĂ©ment Chigot  <clement.chigot@atos.net>
+
+       * config/tc-ppc.c (ppc_change_debug_section): Update to
+       match new name's field.
+
+2021-07-12  Tucker  <tuckkern@sourceware@gmail.com>
+
+       PR 28054
+       * config/obj-elf.c (obj_elf_change_section): Set the
+       SEF_ELF_OCTETS flag on debug sections.
+
+2021-06-07  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * testsuite/gas/s390/zarch-arch14.d: Add qpaci.
+       * testsuite/gas/s390/zarch-arch14.s: Add qpaci.
+
+2021-07-07  Nick Clifton  <nickc@redhat.com>
+
+       PR 28051
+       * config/tc-i386.c (offset_in_range): Reformat error messages in
+       order to fix problems when translating.
+       (md_assemble): Likewise.
+       * messages.c (as_internal_value_out_of_range): Likewise.
+       * read.c (emit_expr_with_reloc): Likewise.
+       * testsuite/gas/all/overflow.l Change expected output format.
+       * po/gas.pot: Regenerate.
+
+2021-07-03  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/gas.pot: Regenerate.
+
 2021-07-03  Nick Clifton  <nickc@redhat.com>
 
        * 2.37 release branch created.
        * testsuite/gas/mips/mips2@cp3m.d: New test.
        * testsuite/gas/mips/r3000@cp3m.d: New test.
        * testsuite/gas/mips/r3900@cp3m.d: New test.
-       * testsuite/gas/mips/mips2@cp3d.d: New test.
+       * testsuite/gas/mips/mips2@cp3d.d: New test.
        * testsuite/gas/mips/cp0b.l: New test stderr output.
        * testsuite/gas/mips/cp0bl.l: New test stderr output.
        * testsuite/gas/mips/cp0c.l: New test stderr output.
 
 For older changes see ChangeLog-2020
 \f
-Copyright (C) 2021 Free Software Foundation, Inc.
+Copyright (C) 2021-2023 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright