Updated Brazillian portuguese and Russian translation
[deliverable/binutils-gdb.git] / gas / ChangeLog
index f355686dbaf7278de6b6d9c24bfc777964c3ea21..7bbb9ce75eb8fe5bec0726cc5145b43dfe9d2aad 100644 (file)
@@ -1,3 +1,191 @@
+2018-02-05  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
+
+2018-01-31  Alan Modra  <amodra@gmail.com>
+
+       PR 22714
+       * app.c (last_char): New static var.
+       (struct app_save): Add last_char field.
+       (app_push, app_pop): Handle it.
+       (do_scrub_chars): Use last_char in test for "\@".  Set last_char.
+
+2018-01-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR gas/22738
+       * config/tc-sparc.h (sparc_mach): Declare.
+       (TARGET_MACH): Define to above.
+       * config/tc-sparc.c (sparc_mach): New function.
+       (sparc_md_end): Minor tweak.
+
+2018-01-29  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
+
+2018-01-26  Maciej W. Rozycki  <macro@mips.com>
+
+       * configure.tgt: Use generic emulation for `mips-*-windiss',
+       overriding the blanket choice made for `*-*-windiss'.
+
+2018-01-26  Maciej W. Rozycki  <macro@mips.com>
+
+       * configure.tgt: Use `mips-*-sysv4*' rather than
+       `mips-*-sysv4*MP*'.
+
+2018-01-24  Renlin Li  <renlin.li@arm.com>
+
+       * config/tc-aarch64.c (reloc_table): add entries for
+       BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
+       BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
+       BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
+       BFD_RELOC_AARCH64_MOVW_PREL_G3.
+       (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
+       (md_apply_fix): Likewise
+       * testsuite/gas/aarch64/prel_g0.s: New.
+       * testsuite/gas/aarch64/prel_g0.d: New.
+       * testsuite/gas/aarch64/prel_g0_nc.s: New.
+       * testsuite/gas/aarch64/prel_g0_nc.d: New.
+       * testsuite/gas/aarch64/prel_g1.s: New.
+       * testsuite/gas/aarch64/prel_g1.d: New.
+       * testsuite/gas/aarch64/prel_g1_nc.s: New.
+       * testsuite/gas/aarch64/prel_g1_nc.d: New.
+       * testsuite/gas/aarch64/prel_g2.s: New.
+       * testsuite/gas/aarch64/prel_g2.d: New.
+       * testsuite/gas/aarch64/prel_g2_nc.s: New.
+       * testsuite/gas/aarch64/prel_g2_nc.d: New.
+       * testsuite/gas/aarch64/prel_g3.s: New.
+       * testsuite/gas/aarch64/prel_g3.d: New.
+
+2018-01-23  Maciej W. Rozycki  <macro@mips.com>
+
+       * configure.ac: Also set `mips_default_abi' to N32_ABI for
+       `mips64*-ps2-elf*'.
+       * configure: Regenerate.
+
+2018-01-23  Maciej W. Rozycki  <macro@mips.com>
+
+       * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
+       enum value.
+
+2018-01-23  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Add .pconfig.
+       * doc/c-i386.texi: Document .pconfig.
+       * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
+       * testsuite/gas/i386/pconfig-intel.d: New test.
+       * testsuite/gas/i386/pconfig.d: Likewise.
+       * testsuite/gas/i386/pconfig.s: Likewise.
+       * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
+       * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
+
+2018-01-23  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
+       * doc/c-i386.texi: Document .wbnoinvd.
+       * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
+       * testsuite/gas/i386/wbnoinvd-intel.d: New test.
+       * testsuite/gas/i386/wbnoinvd.d: Likewise.
+       * testsuite/gas/i386/wbnoinvd.s: Likewise.
+       * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
+       * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
+       * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
+
+2018-01-23  Maciej W. Rozycki  <macro@mips.com>
+
+       * config/tc-mips.c (md_show_usage): Correctly indicate the
+       configuration-specific default ABI.
+
+2018-01-23  Maciej W. Rozycki  <macro@mips.com>
+
+       * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
+       `-mno-mips16e2' options.
+
+2018-01-22  Maciej W. Rozycki  <macro@mips.com>
+
+       * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
+       Correct syntax of the `.set nomips16e2' directive description.
+
+2018-01-22  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       PR 22737
+       * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
+       * testsuite/gas/rx/pr22737.s: New test.
+       * testsuite/gas/rx/pr22737.d: Likewise.
+       * testsuite/gas/rx/rx.exp: Run the new test.
+
+2018-01-19  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (ToC macro): Remove spurious comment.
+       (ToU macro): Likewise.
+
+2018-01-17  Jim Wilson  <jimw@sifive.com>
+
+       * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
+       (riscv_ip) <'z'>: New.
+
+2018-01-17  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
+       (cpu_noarch): Add noibt, noshstk.
+       (parse_insn): Change cpucet to cpuibt.
+       * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
+       * testsuite/gas/i386/cet-ibt-inval.l: New test.
+       * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
+       * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
+       * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
+       * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
+       * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
+       * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
+       * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
+
+2018-01-16  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2018-01-15  Jim Wilson  <jimw@sifive.com>
+
+       * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
+       * testsuite/gas/riscv/c-zero-imm.d: Likewise.
+
+2018-01-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (ToC): Define macro.
+       (ToU): Likewise.
+       (insns): Make use of above macros for new instructions introduced in
+       Armv8-M.
+
+2018-01-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
+       and vlstm conditionally executable and reindent parameters.
+       * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
+       aforementionned instructions.
+
+2018-01-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
+       profile architecture or if in autodetection mode.  Clarify that
+       deprecation is for performance reason and concerns Armv8-A and Armv8-R.
+       * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
+       message.
+       * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
+       * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
+       * testsuite/gas/arm/udf.l: Likewise.
+       * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
+
+2018-01-15  Nick Clifton  <nickc@redhat.com>
+
+       * po/uk.po: Updated Ukranian translation.
+
+2018-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * po/gas.pot: Regenerated.
+
+2018-01-13  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+
 2018-01-13  Nick Clifton  <nickc@redhat.com>
 
        2.30 branch created.
This page took 0.026085 seconds and 4 git commands to generate.