Re: Remove arm-symbianelf
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 74185318b17eca1ee544e279589e775d5b0fdb41..e640fecd054f900eef4474bbc0b74061c3df9904 100644 (file)
@@ -1,3 +1,162 @@
+2021-02-11  Alan Modra  <amodra@gmail.com>
+
+       * NEWS: Mention arm-symbianelf removal.
+
+2021-02-10  Nick Clifton  <nickc@redhat.com>
+
+       * listing.c (buffer_line): Remove debugging code accidentally
+       included with the fix for PR 27384.
+
+2021-02-09  Nick Clifton  <nickc@redhat.com>
+
+       PR 27381
+       * read.c (s_incbin): Check that the file to be included is a
+       regular, non-directory file.
+       * testsuite/gas/all/pr27381.s: New test source file.
+       * testsuite/gas/all/pr27381.d: New test control file.
+       * testsuite/gas/all/pr27381.err: Expected error output for the new test.
+       * testsuite/gas/all/gas.exp: Run the new test.
+
+2021-02-09  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
+       * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
+       support.
+       * config/te-symbian.h: Delete.
+       * configure.tgt: Remove arm-*-symbianelf*.
+       * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
+       target selection.
+       * testsuite/gas/arm/arch4t.d: Likewise.
+       * testsuite/gas/arm/got_prel.d: Likewise.
+       * testsuite/gas/arm/mapdir.d: Likewise.
+       * testsuite/gas/arm/mapmisc.d: Likewise.
+       * testsuite/gas/arm/mapsecs.d: Likewise.
+       * testsuite/gas/arm/mapshort-eabi.d: Likewise.
+       * testsuite/gas/arm/thumb-eabi.d: Likewise.
+       * testsuite/gas/arm/thumb.d: Likewise.
+       * testsuite/gas/arm/thumbrel.d: Likewise.
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2021-02-09  Nick Clifton  <nickc@redhat.com>
+
+       PR 27384
+       * listing.c (listing_psize): Check the result of the width
+       expression before assigning it to paper_width.
+       * testsuite/gas/all/pr27384.s: New test source file.
+       * testsuite/gas/all/pr27384.d: New test control file.
+       * testsuite/gas/all/pr27384.err: Expected errors from new test.
+       * testsuite/gas/all/gas.exp: Run the new test.
+
+2021-02-09  Nick Clifton  <nickc@redhat.com>
+
+       PR 27355
+       * testsuite/gas/elf/pr27355.s: New test source file.
+       * testsuite/gas/elf/pr27355.d: New test control file.
+       * testsuite/gas/elf/pr27355.err: Expected errors from new test.
+       * testsuite/gas/elf/elf.exp: Run the new test.
+
+2021-02-08  Mike Frysinger  <vapier@gentoo.org>
+
+       * config/tc-tic54x (tic54x_mmregs): Rename to ...
+       (tic54x_register_mmregs): ... this.  Change mmregs to tic54x_mmregs.
+       (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs.
+       (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes,
+       cc2_codes, cc3_codes, status_bits, and misc_symbols.
+
+2021-02-08  Nick Clifton  <nickc@redhat.com>
+
+       PR 27355
+       * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
+       if it has not already been created.
+
+2021-02-04  Nelson Chu  <nelson.chu@sifive.com>
+
+       * config/tc-riscv.c (riscv_multi_subset_supports): Removed
+       INSN_CLASS_ZB*.
+       * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
+       * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
+       * testsuite/gas/riscv/bitmanip-insns.s: Removed.
+
+2021-02-03  Andreas Krebbel  <krebbel@linux.ibm.com>
+
+       * doc/c-s390.texi: Document vector instruction formats.
+
+2021-02-01  Emery Hemingway  <ehmry@posteo.net>
+
+       * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
+
+2021-02-01  Alan Modra  <amodra@gmail.com>
+
+       PR 27283
+       * config/tc-alpha.c (insert_operand): Delete dead code.
+
+2021-01-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/27243
+       * config/tc-nios2.c (md_begin): Don't disable relaxation with
+       --gdwarf-N.
+       * testsuite/gas/nios2/relax.d: New file.
+       * testsuite/gas/nios2/relax.s: Likewise.
+
+2021-01-26  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/all/local-label-overflow.d: Use xfail rather than
+       notarget all except hppa.  Comment.
+       * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget.
+       * testsuite/gas/all/sleb128-4.d: Likewise.  Don't skip msp430.
+       * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget.
+       * testsuite/gas/all/sleb128-7.d: Likewise.
+       * testsuite/gas/all/sleb128-9.d: Likewise.
+       * testsuite/gas/elf/bignums.d: Likewise.
+       * testsuite/gas/elf/group0c.d: Likewise.
+       * testsuite/gas/elf/group1a.d: Likewise.
+       * testsuite/gas/elf/section-symbol-redef.d: Likewise.
+       * testsuite/gas/elf/section15.d: Likewise.
+       * testsuite/gas/elf/section4.d: Likewise.
+       * testsuite/gas/elf/section7.d: Likewise.
+       * testsuite/gas/macros/irp.d: Likewise.
+       * testsuite/gas/macros/repeat.d: Likewise.
+       * testsuite/gas/macros/rept.d: Likewise.
+       * testsuite/gas/macros/test2.d: Likewise.
+       * testsuite/gas/macros/vararg.d: Likewise.
+       * testsuite/gas/all/string.d: Use xfail rather than skip.
+       * testsuite/gas/elf/missing-build-notes.d: Likewise.
+       * testsuite/gas/elf/section0.d: Likewise.
+       * testsuite/gas/elf/section1.d: Likewise.
+       * testsuite/gas/elf/section10.d: Likewise.
+       * testsuite/gas/elf/section11.d: Likewise.
+       * testsuite/gas/elf/section6.d: Likewise.
+       * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa.
+       * testsuite/gas/elf/symtab.s: Don't start directives in first column.
+       * testsuite/gas/macros/test3.d: Don't notarget nds32.
+
+2021-01-26  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/all/byte.d,
+       * testsuite/gas/all/byte.l,
+       * testsuite/gas/all/byte.s: Delete.
+       * testsuite/gas/all/gas.exp: Don't run byte test.
+
+2021-01-26  Alan Modra  <amodra@gmail.com>
+
+       PR 27282
+       * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
+       * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
+
+2021-01-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/27228
+       * testsuite/gas/elf/elf.exp: Run pr27228.
+       * testsuite/gas/elf/pr27228.d: New file.
+       * testsuite/gas/elf/pr27228.s: Likewise.
+
+2021-01-24  Alan Modra  <amodra@gmail.com>
+
+       PR 27228
+       * write.c (resolve_reloc_expr_symbols): Don't assume local symbol
+       is defined.
+
 2021-01-21  Alan Modra  <amodra@gmail.com>
 
        PR 27221
This page took 0.025876 seconds and 4 git commands to generate.