Disable dw2-dir-file-name.exp on remote and/or Windows host.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 002fca39adf4fc76365b9a388c2ed508192a76e6..3ac707ce62644433d5d3aaebab28cf52b1e26234 100644 (file)
@@ -1,3 +1,161 @@
+2019-08-15  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+
+2019-08-12  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
+
+       * config/tc-arm.c (enum operand_parse_code): Add the entry OP_I48_I64.
+       (po_imm1_or_imm2_or_fail): Marco to check the immediate is either of
+        48 or 64.
+       (parse_operands): Add case OP_I48_I64.
+       (do_mve_scalar_shift1): Add function to encode the MVE shift
+        instructions with 4 arguments.
+       * testsuite/gas/arm/mve-shift-bad.l: Modify.
+       * testsuite/gas/arm/mve-shift-bad.s: Likewise.
+       * testsuite/gas/arm/mve-shift.d: Likewise.
+       * testsuite/gas/arm/mve-shift.s: Likewise.
+
+2019-08-12  Barnaby Wilks  <barnaby.wilks@arm.com>
+
+       * config/tc-arm.c (enum fp_16bit_format): Add enum to represent the 2 float16 encodings.
+       (md_atof): Set precision for float16 type.
+       (arm_is_largest_exponent_ok): Check for whether to encode with the IEEE or alternative
+       format.
+       (set_fp16_format): Parse a float16_format directive.
+       (arm_parse_fp16_opt): Parse the fp16-format command line option.
+       (aeabi_set_public_attributes): For ELF encode the FP16 format EABI attribute.
+       * config/tc-arm.h (TC_LARGEST_EXPONENT_IS_NORMAL): Macro that expands to
+       arm_is_largest_exponent_ok.
+       (arm_is_largest_exponent_ok): Add prototype for arm_is_largest_exponent_ok function.
+       * doc/c-arm.texi: Add documentation for .float16, .float16_format and -mfp16-format=
+       * testsuite/gas/arm/float16-bad.d: New test.
+       * testsuite/gas/arm/float16-bad.l: New test.
+       * testsuite/gas/arm/float16-bad.s: New test.
+       * testsuite/gas/arm/float16-be.d: New test.
+       * testsuite/gas/arm/float16-format-bad.d: New test.
+       * testsuite/gas/arm/float16-format-bad.l: New test.
+       * testsuite/gas/arm/float16-format-bad.s: New test.
+       * testsuite/gas/arm/float16-format-opt-bad.d: New test.
+       * testsuite/gas/arm/float16-format-opt-bad.l: New test.
+       * testsuite/gas/arm/float16-le.d: New test.
+       * testsuite/gas/arm/float16.s: New test.
+       * testsuite/gas/arm/float16-eabi-alternative-format.d: New test.
+       * testsuite/gas/arm/float16-eabi-ieee-format.d: New test.
+       * testsuite/gas/arm/float16-eabi-no-format.d: New test.
+       * testsuite/gas/arm/float16-eabi.s: New test.
+
+2019-08-12  Barnaby Wilks  <barnaby.wilks@arm.com>
+
+       * config/atof-ieee.c (H_PRECISION): Macro for precision of float16
+       type.
+       (atof_ieee): Set precision and exponent bits for encoding float16
+       types.
+       (gen_to_words): NaN and Infinity encoding for float16.
+       (ieee_md_atof): Set precision for encoding float16 type.
+
+2019-08-12  Alan Modra  <amodra@gmail.com>
+
+       PR 24851
+       * config/tc-epiphany.c (md_estimate_size_before_relax): Clear
+       extra opcode bytes when changing from a 2-byte to a 4-byte insn.
+
+2019-08-09  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/gas/i386/ilp32/x86-64-simd-intel.d,
+       testsuite/gas/i386/ilp32/x86-64-simd-suffix.d,
+       testsuite/gas/i386/ilp32/x86-64-simd.d: Redirect to parent dir
+       output expectations.
+       * testsuite/gas/i386/x86-64-simd-intel.d,
+       testsuite/gas/i386/x86-64-simd-suffix.d,
+       testsuite/gas/i386/x86-64-simd.d: Don't hard-code hex addresses
+       and symbol-relative offsets.
+
+2019-08-08  Nick Clifton  <nickc@redhat.com>
+
+       PR 24887
+       * testsuite/gas/i386/property-1.d: Adjust for new output format
+       from readelf.
+       * testsuite/gas/i386/property-2.d: Likewise.
+       * testsuite/gas/i386/x86-64-property-1.d: Likewise.
+       * testsuite/gas/i386/x86-64-property-2.d: Likewise.
+
+2019-08-08  Yoshinori Sato  <ysato@users.sourceforge.jp>
+
+       * testsuite/gas/h8300/h8300.exp: Fix movfpe and movtpe tests.
+       * testsuite/gas/h8300/misc.s: Likewise.
+       * testsuite/gas/h8300/misch.s: Likewise.
+       * testsuite/gas/h8300/miscs.s: Likewise.
+
+2019-08-05  Barnaby Wilks  <barnaby.wilks@arm.com>
+
+       * config/tc-arm.c (do_mve_vqdmlah): Use N_S_32 macro.
+       (do_neon_qrdmlah): Use N_S_32 macro.
+       * testsuite/gas/arm/mve-vqdmlah-bad.d: New test.
+       * testsuite/gas/arm/mve-vqdmlah-bad.l: New test.
+       * testsuite/gas/arm/mve-vqdmlah-bad.s: New test.
+       * testsuite/gas/arm/mve-vqdmlah.d: Remove unsigned instruction tests.
+       * testsuite/gas/arm/mve-vqdmlah.s: Remove unsigned instruction tests.
+       * testsuite/gas/arm/mve-vqdmlash-bad.d: New test.
+       * testsuite/gas/arm/mve-vqdmlash-bad.l: New test.
+       * testsuite/gas/arm/mve-vqdmlash-bad.s: New test.
+       * testsuite/gas/arm/mve-vqdmlash.d: Remove unsigned instruction tests.
+       * testsuite/gas/arm/mve-vqdmlash.s: Remove unsigned instruction tests.
+
+2019-07-30  Mel Chen <mel.chen@sifive.com>
+
+       * testsuite/gas/riscv/alias-csr.s: Add testcase for CSR-access
+       alias instructions.
+       * testsuite/gas/riscv/no-aliases-csr.d: Run testcase alias-csr.s with
+       -Mno-aliases.
+
+       * testsuite/gas/riscv/alias-csr.d: Run testcase alias-csr.s.
+       * testsuite/gas/riscv/priv-reg.d: Update.
+
+2019-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+
+2019-07-24  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * testsuite/gas/arc/nps400-6.d: Update test.
+
+2019-07-24  Alan Modra  <amodra@gmail.com>
+
+       * config/obj-elf.c (obj_elf_section, obj_elf_type): Set has_gnu_osabi.
+       * testsuite/gas/elf/section12a.d: Update xfails.
+       * testsuite/gas/elf/section12b.d: Likewise.
+
+2019-07-24  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/elf/section12a.d: xfail visium and cloudabi.
+       * testsuite/gas/elf/section12b.d: Likewise.
+       * testsuite/gas/elf/section13.d: Likewise.
+
+2019-07-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * testsuite/gas/aarch64/sysreg-4.s: Test gmid_el1 read.
+       * testsuite/gas/aarch64/sysreg-4.d: Update expected output.
+       * testsuite/gas/aarch64/illegal-sysreg-4.l: Likewise.
+
+2019-07-23  Alan Modra  <amodra@gmail.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Don't emit a fatal
+       error for non-SHF_ALLOC SHF_GNU_MBIND here.
+       (obj_elf_parse_section_letters): Return SHF_GNU_MBIND in new
+       gnu_attr param.
+       (obj_elf_section): Adjust obj_elf_parse_section_letters call.
+       Formatting.  Set SHF_GNU_MBIND and elf_osabi from gnu_attr.
+       Emit normal error for non-SHF_ALLOC SHF_GNU_MBIND and wrong osabi.
+       (obj_elf_type): Set elf_osabi for ifunc.
+       * testsuite/gas/elf/section12a.d: xfail msp430 and hpux.
+       * testsuite/gas/elf/section12b.d: Likewise.
+       * testsuite/gas/elf/section13.d: Likewise.
+       * testsuite/gas/elf/section13.l: Adjust expected error.
+
+2019-07-23  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/elf/section12a.d: Don't skip for rx.
+
 2019-07-22  Barnaby Wilks  <barnaby.wilks@arm.com>
 
        * config/tc-arm.c (do_mve_vqdmladh): Remove check for UNPREDICTABLE.
This page took 0.024373 seconds and 4 git commands to generate.