gas testsuite: adjust recently added tests for hppa
[deliverable/binutils-gdb.git] / gas / ChangeLog
index bad8473bf6699c616460ce64327023c9681e6f2d..6e701292fa97acc2973da3db979a75e5e3c23fcd 100644 (file)
@@ -1,3 +1,254 @@
+2021-02-12  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/all/pr27381.err: Don't match source file name.
+       * testsuite/gas/all/pr27381.s: Don't start directive in first column.
+       * testsuite/gas/all/pr27384.err: Don't match source file name.
+       Adjust line number.
+       * testsuite/gas/all/pr27384.s: Add ".text" directive.
+       * testsuite/gas/elf/pr27355.err: Don't match source file name.
+
+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
+       * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored
+       line number info when gas is generating it.
+       * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings.
+       * testsuite/gas/m68hc11/indexed12.d: Likewise.
+       * testsuite/gas/elf/elf.exp: Don't run warn-2.
+       * gas/testsuite/gas/elf/warn-2.s: Delete.
+
+2021-01-21  Alan Modra  <amodra@gmail.com>
+
+       PR 27218
+       * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level.
+       (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and
+       error for negative file numbers.
+
+2021-01-20  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/ppc/power4.d: Adjust for removal of section sym.
+       * testsuite/gas/ppc/test1elf32.d: Likewise.
+       * testsuite/gas/ppc/test1elf64.d: Likewise.
+
+2021-01-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/27195
+       * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if
+       needed.
+       (dwarf2_directive_filename): Likewise.
+       (dwarf2_directive_loc): Likewise.
+       * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3.
+       * testsuite/gas/lns/lns-diag-1.l: Remove the
+       "Error: file number less than one" errors.
+
+2021-01-18  Alan Modra  <amodra@gmail.com>
+
+       PR 27198
+       * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol.
+       * testsuite/gas/i386/pr27198.d,
+       * gas/testsuite/gas/i386/pr27198.err,
+       * gas/testsuite/gas/i386/pr27198.s: New test.
+       * gas/testsuite/gas/i386/i386.exp: Run it.
+
+2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
+
+       * config/tc-riscv.c: Indent and GNU coding standards tidy,
+       also aligned the code.
+       * config/tc-riscv.h: Likewise.
+
+2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
+
+       * config/tc-riscv.c: Error and warning messages tidy.
+       * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated.
+       * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
+       * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
+       * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
+       * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
+       * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
+       * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
+
+2021-01-15  Nelson Chu  <nelson.chu@sifive.com>
+
+       * config/tc-riscv.c: Comments tidy and improvement.  Also update
+       comment "fallthru" to "Fall through" that end with a period and
+       two spaces.
+
+2021-01-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
+       Delete warning that these are only available with ELF targets.
+       * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
+       * read.c (potable): ... here.
+
+2021-01-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
+       * Makefile.in: Regenerated.
+
+2021-01-14  Mike Frysinger  <vapier@gentoo.org>
+
+       * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
+       (parse_int): Mark char_bag const.
+
 2021-01-13  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/27178
This page took 0.028088 seconds and 4 git commands to generate.