PowerPC: Don't generate unused section symbols
[binutils-gdb.git] / gas / ChangeLog
index bad8473bf6699c616460ce64327023c9681e6f2d..d06a018196b34fed9d379e42f3f91b5ec1d0dc86 100644 (file)
@@ -1,3 +1,69 @@
+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