tic54x: rename typedef of struct symbol_
[deliverable/binutils-gdb.git] / gas / ChangeLog
index f5684cf5794a697f740a64c61d6ffb0471329f02..20c87025fbc420533d45372ae0a2449a3912b304 100644 (file)
@@ -1,3 +1,158 @@
+2016-05-23  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-tic54x.c (tic54x_mmregs): Adjust.
+       (md_begin): Likewise.
+       (encode_condition): Likewise.
+       (encode_cc3): Likewise.
+       (encode_cc2): Likewise.
+       (encode_operand): Likewise.
+       (tic54x_undefined_symbol): Likewise.
+
+2016-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Update comment.  Add
+       p6600 entry.
+       * doc/c-mips.texi: Document p6600 -march option.
+
+2016-05-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/19600
+       * config/tc-i386.c (md_apply_fix): Preserve addend for
+       BFD_RELOC_386_GOT32 and BFD_RELOC_X86_64_GOT32.
+       * testsuite/gas/i386/addend.d: New file.
+       * testsuite/gas/i386/addend.s: Likewise.
+       * testsuite/gas/i386/x86-64-addend.d: Likewise.
+       * testsuite/gas/i386/x86-64-addend.s: Likewise.
+       * testsuite/gas/i386/i386.exp: Run addend and x86-64-addend.
+       * testsuite/gas/i386/reloc32.d: Updated.
+
+2016-05-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-mips.c (append_insn): Correct the encoding of a
+       constant argument for microMIPS JALX.
+       (tc_gen_reloc): Correct the encoding of an in-place addend for
+       microMIPS JALX.
+       * testsuite/gas/mips/jalx-addend.d: New test.
+       * testsuite/gas/mips/jalx-addend-n32.d: New test.
+       * testsuite/gas/mips/jalx-addend-n64.d: New test.
+       * testsuite/gas/mips/jalx-imm.d: New test.
+       * testsuite/gas/mips/jalx-imm-n32.d: New test.
+       * testsuite/gas/mips/jalx-imm-n64.d: New test.
+       * testsuite/gas/mips/jalx-addend.s: New test source.
+       * testsuite/gas/mips/jalx-imm.s: New test source.
+       * testsuite/gas/mips/mips.exp: Run the new tests.
+
+2016-05-20  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-mips.c: Correct tab-after-space formatting mistakes
+       throughout.
+
+2016-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/tc-arc.c (find_opcode_match): Remove casting away of
+       const.
+       * config/tc-arc.h (struct arc_flags): Make flgp field const.
+
+2016-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/tc-arc.c (md_pcrel_from_section): Use BFD_VMA_FMT where
+       appropriate.
+       (md_convert_frag): Likewise.
+
+2016-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/tc-arc.c (arc_opcode_hash_entry_iterator_next): Set
+       cached opcode to NULL when we reach a non-matching opcode.
+       * testsuite/gas/arc/asm-errors-2.d: New file.
+       * testsuite/gas/arc/asm-errors-2.err: New file.
+       * testsuite/gas/arc/asm-errors-2.s: New file.
+
+2016-05-18  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/tc-arc.c (tokenize_arguments): Add checks for array
+       overflow.
+       * testsuite/gas/arc/asm-errors.s: Addition test line added.
+       * testsuite/gas/arc/asm-errors.err: Update expected results.
+
+2016-05-18  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-rx.c (struct cpu_type): Change the type of a field from
+       int to enum rx_cpu_types.
+
+2016-05-18  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-dlx.c (struct machine_it): change the type of a field from
+       int to bfd_reloc_code_real_type.
+       * config/tc-tic4x.c: Likewise.
+
+2016-05-18  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-v850.c (v850_target_arch): change type to enum
+       bfd_architecture.
+       * config/tc-v850.h (v850_target_arch): Likewise.
+
+2016-05-18  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (ppc_insert_operand): Trim PPC_OPERAND_SIGNOPT
+       allowed negative range.
+       * testsuite/gas/ppc/power9.s: Test xxspltib of -128, not -256.
+       * testsuite/gas/ppc/power9.d: Update.
+
+2016-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * testsuite/gas/arm/archv8m-cmse-msr-base.d: Force Thumb when
+       disassembling and stop skipping targets.
+       * testsuite/gas/arm/archv8m-cmse-msr-main.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-4.d: Likewise.
+       * testsuite/gas/arm/archv8m-base.d: Also allow nops after the last
+       instruction for targets that have stronger alignment requirement.
+       * testsuite/gas/arm/archv8m-cmse-base.d: Likewise.
+       * testsuite/gas/arm/archv8m-cmse-main-1.d: Likewise.
+       * testsuite/gas/arm/archv8m-cmse-main-2.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-1.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-2.d: Likewise.
+       * testsuite/gas/arm/archv8m-main-dsp-3.d: Likewise.
+       * testsuite/gas/arm/archv8m-main.d: Likewise.
+       * testsuite/gas/arm/archv8m.s: Add label.
+       * testsuite/gas/arm/archv8m-cmse.s: Likewise.
+       * testsuite/gas/arm/archv8m-cmse-msr.s: Likewise.
+       * testsuite/gas/arm/archv8m-cmse-main.s: Likewise.
+
+2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-m32r.c (mach_table): Make static and const.
+
+2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-vax.c (flonum_gen2vax): Adjust prototype to match
+       definition.
+
+2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-mn10300.c (md_begin): set linkrelax here instead of
+       defining it.
+       * config/tc-msp430.c (md_begin): Likewise.
+
+2016-05-16  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
+
+       * config/tc-m68hc11.c (fixup8): Change variables type from int to
+       bfd_reloc_code_real_type where appropriate.
+       (fixup16): Likewise.
+       (fixup8_xg): Likewise.
+
+2016-05-15  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * config/tc-sh64.c (shmedia_check_limits): Constify `msg'.
+
+2016-05-13  Peter Bergner <bergner@vnet.ibm.com>
+
+       * testsuite/gas/ppc/power9.d <xxspltib>: Add additional operand tests.
+       * testsuite/gas/ppc/power9.s: Likewise.
+
+2016-05-13  Alan Modra  <amodra@gmail.com>
+
+       * config/obj-coff.c (weak_uniquify): Delete unused var.
+
 2016-05-13  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
 
        * app.c (app_push): Use XNEW and related macros.
This page took 0.024992 seconds and 4 git commands to generate.