* ldexp.c (new_rel): Remove "str". Update all call sites.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 4ae098e26ee420679d53067912a47bd412e94c08..7c65f71ba006256c68af771772c7e06253e4deb5 100644 (file)
@@ -1,3 +1,211 @@
+2010-08-09  Cary Coutant  <ccoutant@google.com>
+
+       * as.c (show_usage): Don't list --compress-debug-sections if zlib not
+       installed.
+       (main): Warn if --compress-debug-sections requested and zlib not
+       installed.
+       * doc/as.texinfo: Add --compress-debug-sections,
+       --nocompress-debug-sections.
+
+2010-08-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (set_cpu_arch): Re-indent.
+       (md_parse_option): Likewise.
+
+2010-08-06  Quentin Neill <quentin.neill@amd.com>
+
+       * config/tc-i386.c (arch_entry): Add negated bit to
+         disambiguate flag names starting with "no".
+         (cpu_arch): Add negated bit definitions.  Add
+         ".nop" CPU extension.
+         (i386_align_code): Use new .cpunop bit to decide
+         when to generate alignment using nops.
+         (set_cpu_arch): Use negated bit instead to decide
+         when to use cpu_flags or vs. cpu_flags_and_not.
+         (md_parse_option): Likewise.
+
+2010-08-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (match_template): Move the first i.error
+       out of the loop.
+
+2010-08-04  Alan Modra  <amodra@gmail.com>
+
+       * configure.tgt (m32c): Set endian=little.
+       * config/tc-m32c.h (TARGET_BYTES_BIG_ENDIAN): Define as 0.
+       * config/tc-m32c.c (md_number_to_chars): Revert last change.
+
+2010-08-03  Tristan Gingold  <gingold@adacore.com>
+
+       * makefile.vms (OBJS): Add Add compress-debug.c.
+
+2010-08-03  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-d10v.h (TARGET_BYTES_BIG_ENDIAN): Define as 1.
+       * config/tc-m32c.c (md_number_to_chars): Call bigendian
+       form of number_to_chars, not littleendian.
+
+2010-08-02  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-d30v.c (d30v_cons_align): Don't align constants
+       in debug sections.
+
+2010-08-02  Alan Modra  <amodra@gmail.com>
+
+       PR gas/11867
+       * expr.c (operand <'-' and '~'>): Widen bignums.
+       (operand <'!'>): Correct bignum result and convert to O_constant.
+       * read.c (emit_expr): Don't assert on .byte bignum.  Don't display
+       bignum truncated warning for sign extended bignums.
+
+2010-08-02  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-v850.c (md_assemble): Always pass format string to
+       as_warn.
+       (md_apply_fix): Similarly for as_warn_where.
+
+2010-07-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386-intel.c: Reformat.
+
+2010-07-29  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (ppc_fix_adjustable): Add got reloc types used
+       in large toc code.
+
+2010-07-28  Alan Modra  <amodra@gmail.com>
+
+       PR gas/11841
+       * symbols.c (symbol_clone): Correct typo in previous patch.
+
+2010-07-28  Alan Modra  <amodra@gmail.com>
+
+       PR gas/11841
+       * symbols.c (symbol_clone): Clear BSF_SECTION_SYM flag.
+
+2010-07-28  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (md_assemble): Don't attempt to print NUL in
+       syntax error message.
+
+2010-07-27  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (mips16_macro_build): Pass "args" by
+       reference rather than value.
+       (macro_build): Update accordingly.
+
+2010-07-27  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (mips_ip): Use symbol_temp_new_now to create
+       a fake label.
+
+2010-07-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (macro)[M_JAL_1, M_JAL_2]: Handle the JALR
+       delay slot in the noreorder mode with the o32 ABI.
+
+2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
+           Ina Pandit  <ina.pandit@kpitcummins.com>
+
+       * config/tc-v850.c: Update processor_mask.
+       (reg_name): Update the structure to use processors field.
+       (md_relax_table): Define SUBYPTE_COND_9_22, SUBYPTE_SA_9_22,
+       SUBYPTE_UNCOND_9_22, SUBYPTE_COND_9_22_32, SUBYPTE_SA_9_22_32,
+       SUBYPTE_UNCOND_9_22_32, SUBYPTE_COND_9_17_22,
+       SUBYPTE_SA_9_17_22, SUBYPTE_COND_9_17_22_32 and
+       SUBYPTE_SA_9_17_22_32.
+       (set_machine): Add support for V850E2 and V850E2V3.
+       (md_pseudo_table): Likewise.
+       (pre_defined_registers): Update pre defined registers suitable
+       for each family of registers.
+       (system_registers): Likewise.
+       (cc_names): Update the condition code.
+       (float_cc_names): Update the condition code for float.
+       (reg_name_search): Update based on current modifications.
+       (register_name): Likewise.
+       (system_register_name): Update to support new system registers
+       and supported families.
+       (cc_name): Update to support new condition codes.
+       (float_cc_name): New function to support float condition codes.
+       (parse_register_list): Update to support newly added registers.
+       (md_show_usage): Define support for V850E2 and V850E2V3 targets.
+       Also support added for disp-size-default-22, disp-size-default-32,
+       mextension, mno-bcond17 and mno-stld23.
+       (md_parse_option): Implement the support for above options defined
+       in md_show-usage.
+       (md_convert_frag): Implement support for subtypes defined in
+       md_relax_table to support branch operations.
+       (md_begin): Add support for V850E2 and V850E2V3.
+       (handle_hi016, handle_hi16): new relocation handling functions
+       (handle_lo16, handle_ctoff, handle_sdaoff, handle_zdaoff,
+       handle_tdaoff): Updated relocation handling functions for newly
+       added relocations.
+       (v850_reloc_prefix): Update the relocation handling functions.
+       (v850_insert_operand): Updated the functions with error message
+       parameter and modified the function to use it.
+       (md_assemble): Update according to the latest modifications.
+       (md_apply_fix): Updated the functions with error message parameter
+       and modified the function to use it.
+       (v850_force_relocation): Update with newly added relocations.
+       * configure.tgt: Match all v850 targets.
+       * doc/c-v850.texi: Document the newly added targets.
+       * NEWS: Likewise.
+
+2010-07-23  Alan Modra  <amodra@gmail.com>
+
+       PR gas/11834
+       * macro.c (macro_expand): Recover gracefully from named args that
+       don't match params.
+
+2010-07-22  Thomas Schwinge  <thomas@codesourcery.com>
+
+       Switch MIPS to 32-bit DWARF format.
+       * config/tc-mips.h (DWARF2_FORMAT): Only define for [TE_IRIX].
+       * config/tc-mips.c (mips_dwarf2_format): Likewise.
+
+2010-07-20  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (ppc_setup_opcodes): Add all macros for -many.
+
+2010-07-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-rx.c (md_estimate_size_before_relax): Fix format
+       specifier warnings for 32-bit host when --enable-64-bit-bfd.
+       (rx_relax_frag, md_convert_frag): Likewise.
+
+2010-07-15  Cary Coutant  <ccoutant@google.com>
+
+       * gas/NEWS: Add note about --compress-debug-sections.
+       * gas/as.c (show_usage): Add --compress-debug-sections and
+       --nocompress-debug-sections.
+
+2010-07-15  Rhonda Wittels  <rhonda@codesourcery.com>
+
+       * config/obj-elf.c (get_sym_from_input_line_and_check): New
+       function to catch missing pseudo-op arguments.
+       (obj_elf_local): Call new function.
+       (obj_elf_weak): Likewise.
+       (obj_elf_visibility): Likewise.
+       (obj_elf_vtable_entry): Likewise.
+       (obj_elf_type): Likewise.
+
+2010-07-15  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/obj-coff-seh.c
+       (seh_getelm_data_size): New.
+       (seh_read_offset): Handle negative values.
+       (obj_coff_seh_push): Handle offset for save-register store.
+       (obj_coff_seh_setframe): Add unwind-information for frame.
+       (seh_store_elm_data): New.
+       (seh_getelm_data_size): Return additionally unaligned element count.
+       (seh_make_unwind_entry): Correct tweak about element count.
+
+2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/11806
+       * config/tc-i386-intel.c (i386_intel_simplify): Restore fall
+       through patch for O_multiply.
+
 2010-07-11  Kai Tietz  <kai.tietz@onevision.com>
 
        PR ld/11612
This page took 0.024803 seconds and 4 git commands to generate.