Fix uninitialised VAX insn
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 1416f86d8edeb3a146fb4d251dcfe50a62bf0958..7f6ec0346877c2e06a33beaeb9d697791c376dc7 100644 (file)
@@ -1,3 +1,255 @@
+2014-06-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-vax.c (md_apply_fix): Rewrite.
+       (tc_gen_reloc, vax_cons, vax_cons_fix_new): Style: Use NO_RELOC
+       define rather than the equivalent BFD_RELOC_NONE.
+
+2014-06-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-arm.c (s_arm_elf_cons): Initialise after frag_more.
+       (md_apply_fix): Delete now unnecessary zeroing for BFD_RELOC_ARM_GOT*
+       and BFD_RELOC_ARM_TLS* relocs.  Simplify BFD_RELOC_8 case.
+
+2014-06-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-cris.c (md_create_long_jump): Follow "short" jump
+       with a nop rather than leaving uninitialised.
+
+2014-06-13  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+       * config/tc-score7.c: Replace sprintf with strcpy where
+       appropriate.
+       (s7_b32_relax_to_b16): Use symbol_get_frag() to access a symbol's
+       frag.
+       * config/tc-score.c (s3_relax_branch_inst16): Likewise.
+       (s3_relax_cmpbranch_inst32): Likewise.
+
+2014-06-07  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (ppc_insert_operand): Handle PPC_OPERAND_SIGNOPT
+       on unsigned fields.  Comment on PPC_OPERAND_SIGNOPT signed fields
+       in 64-bit mode.
+
+2014-06-02  Martin Storsjo  <martin@martin.st>
+
+       * doc/c-aarch64.texi: Fix the documentation on :pg_hi21:.
+
+2014-06-05  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
+       bfd's development.sh.
+       * Makefile.in, configure: Regenerate.
+
+2014-06-03  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-msp430.c (OPTION_WARN_INTR_NOPS): Use y instead of z.
+       (OPTION_NO_WARN_INTR_NOPS): Use Y instead of Z.
+       * doc/c-msp430.texi: Update command line option description.
+
+2014-05-22  Alan Modra  <amodra@gmail.com>
+
+       * listing.c (listing_warning, listing_error): Add space after colon.
+       * messages.c (as_warn_internal, as_bad_internal): Use the same
+       string as above.
+
+2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (file_mips_opts_checked): New static global.
+       (s_module): New static function.
+       (file_ase): Remove.
+       (mips_pseudo_table): Add .module handler.
+       (mips_set_ase): Add opts argument and use instead of mips_opts.
+       (md_assemble): Use file_mips_check_options.
+       (md_parse_option): Update to use file_mips_opts instead of mips_opts.
+       (mips_set_architecture): Delete function.  Moved to...
+       (mips_after_parse_args): Here.  All logic now applies to
+       file_mips_opts first and then copies the final state to mips_opts.
+       Move error checking and defaults inference to mips_check_options and
+       file_mips_check_options.
+       (mips_check_options): New static function.  Common option checking for
+       command line, .module and .set.  Use .module values in error messages
+       instead of refering to command line options.
+       (file_mips_check_options): New static function.  A wrapper for
+       mips_check_options with file_mips_opts.  Updates BFD arch based on
+       final options.
+       (s_mipsset): Split into s_mipsset and parse_code_option.  Settings
+       supported by both .set and .module are moved to parse_code_option.
+       Warnings and errors are kept in s_mipsset because when
+       parse_code_option is used with s_module the warnings are deferred
+       until code is generated.  Any setting supporting 'default' value is
+       kept in s_mipsset as it is not applicable to s_module. Inferred
+       settings are also kept in s_mipsset as s_module does not infer any
+       settings.  Use mips_check_options.
+       (parse_code_option): New static function derived from s_mipsset.
+       (s_module): New static function that implements .module.  Allows file
+       level settings to be changed until code is generated.
+       (s_cpload, s_cpsetup, s_cplocal): Use file_mips_check_options.
+       (s_cprestore, s_cpreturn, s_cpadd, mips_address_bytes): Likewise.
+       (mips_elf_final_processing): Update file_ase to file_mips_opts.ase.
+       (md_mips_end): Use file_mips_check_options.
+       * doc/c-mips.texi: Document .module.
+
+2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * messages.c (as_warn_internal): Remove extra whitespace from
+       warning messages.
+
+2014-05-20  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (FP64_ASES): Add ASE_MSA.
+       (mips_after_parse_args): Do not select ASE_MSA without -mfp64.
+
+2014-05-20  Mike Stump  <mikestump@comcast.net>
+
+       * messages.c (as_warn_internal): Ensure we don't interleave output
+       within a single line when make -j is used.
+       (as_bad_internal): Likewise.
+
+2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/obj-elf.h (obj_elf_seen_attribute): Declare.
+       * config/obj-elf.c (recorded_attribute_info): New structure.
+       (recorded_attributes): New variable.
+       (record_attribute, obj_elf_seen_attribute): New functions.
+       (obj_elf_vendor_attribute): Record which attributes have been seen.
+
+2014-05-20  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-msp430.c (CHECK_RELOC_MSP430): Add OP parameter.
+       Generate BFD_RELOC_MSP430_ABS_HI16 if vshift is 1.
+       (msp430_srcoperand): Store vshift value in operand.
+
+2014-05-19  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/16858
+       * config/tc-i386.c (md_apply_fix): Improve the detection of code
+       symbols for 32-bit PE targets.
+
+2014-05-18  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (md_obj_begin): Delete.
+       (md_obj_end): Fold into...
+       (md_mips_end): ...here.  Move to end of file.
+
+2014-05-17  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/16946
+       * config/tc-v850.c (handle_ctoff): Generate an error if called
+       when using the RH850 ABI.
+
+2014-05-16  Kaushik Phata  <Kaushik.Phatak@kpit.com>
+
+       * config/tc-rl78.c (enum options): Add OPTION_32BIT_DOUBLES
+       and OPTION_64BIT_DOUBLES.
+       (md_longopts): Add -m32bit-doubles and -m64bit-doubles.
+       (md_parse_option): Parse -m32bit-doubles and -m64bit-doubles.
+       (md_show_usage): Show all of the RL78 options.
+       (rl78_float_cons): New static functions.
+       (md_pseudo_table): Update handler for "double".
+       * doc/c-rl78.texi: Document new options.
+       * doc/as.texinfo: Likewise.
+
+2014-05-13  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (mips_set_options): Rename gp32 to gp throughout.
+       (HAVE_32BIT_GPRS, HAVE_64BIT_GPRS): Remove. Re-implement via GPR_SIZE.
+       (HAVE_32BIT_FPRS, HAVE_64BIT_FPRS): Remove. Re-implement via FPR_SIZE.
+       (GPR_SIZE, FPR_SIZE): New macros. Use throughout.
+
+2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (md_parse_option): Update missed file_mips_isa
+       references.
+
+2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (mips_set_options): Rename fp32 field to fp.
+       Update fp32 == 0 to fp == 64 and fp32 == 1 to fp != 64 throughout.
+       (file_mips_gp32, file_mips_fp32, file_mips_soft_float,
+       file_mips_single_float, file_mips_isa, file_mips_arch): Merge into
+       one struct...
+       (file_mips_opts): Here. New static global. Update throughout.
+       (mips_opts): Update defaults for gp32 and fp.
+
+2014-05-08  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (streq): Define.
+       (mips_convert_symbolic_attribute): New function.
+       * config/tc-mips.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
+       (mips_convert_symbolic_attribute): New prototype.
+
+2014-05-02  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * config/tc-xtensa.c (md_apply_fix): mark BFD_RELOC_XTENSA_DIFF*
+       fixups as signed.
+
+2014-05-07  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * tc-mips.c (ISA_SUPPORTS_MIPS16E): Add mips32r3, mips32r5, mips64r3
+       and mips64r5.
+       (ISA_HAS_64BIT_FPRS): Likewise.
+       (ISA_HAS_ROR): Likewise.
+       (ISA_HAS_ODD_SINGLE_FPR): Likewise.
+       (ISA_HAS_MXHC1): Likewise.
+       (hilo_interlocks): Likewise.
+       (md_longopts): Likewise.
+       (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
+       (ISA_HAS_DROR): Likewise.
+       (options): Add OPTION_MIPS32R3, OPTION_MIPS32R5, OPTION_MIPS64R3, and
+       OPTION_MIPS64R5.
+       (mips_isa_rev): Add support for mips32r3, mips32r5, mips64r3 and
+       mips64r5.
+       (md_parse_option): Likewise.
+       (s_mipsset): Likewise.
+       (mips_cpu_info_table): Add entries for mips32r3, mips32r5, mips64r3
+       and mips64r5.  Also change p5600 entry to be mips32r5.
+       * configure.in: Add support for mips32r3, mips32r5, mips64r3 and
+       mips64r5.
+       * configure: Regenerate.
+       * doc/c-mips.texi: Document the -mips32r3, -mips32r5, -mips64r3 and
+       -mips64r5 command line options.
+       * doc/as.texinfo: Likewise.
+
+2014-04-28  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/16858
+       * config/tc-i386.c (md_apply_fix): Do not adjust value of
+       pc-relative fixes against weak symbols.
+
+2014-04-26  Alan Modra  <amodra@gmail.com>
+
+       * po/POTFILES.in: Regenerate.
+
+2014-04-24  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
+       based targets.
+
+2014-04-23  Will Newton  <will.newton@linaro.org>
+
+       * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
+       directly instead of mapping_state.
+
+2014-04-23  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
+       (md_longopts): Add xpa and no-xpa command line options.
+       (mips_ases): Add MIPS XPA ASE.
+       (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
+       * doc/as.texinfo: Document the MIPS XPA command line options.
+       * doc/c-mips.texi: Document the MIPS XPA command line options,
+       and assembler directives.
+
+2014-04-22  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
+       unbreak self-test mode.
+
+2014-04-22  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
+       first section frag.
+
 2014-04-22  Christian Svensson  <blue@cmd.nu>
 
        * Makefile.am: Remove openrisc and or32 support.  Add support for or1k.
This page took 0.027269 seconds and 4 git commands to generate.