bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 62de5b7c0149c1de51a68baacbae0e9e33889db7..1750ea36b7d446419c7874cd39b6fb6e8f3831d4 100644 (file)
@@ -1,3 +1,160 @@
+2007-11-29  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add loongson2e
+       and loongson2f entries.
+       * doc/c-mips.texi: Document -march=loongson{2e,2f} options.
+
+2007-11-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (md_begin): If the -mesa option is specified
+       add zarch opcodes to the hash table only if there is no variant
+       that is available for the esa mode as well.
+
+2007-11-26  Thomas Ogrisegg  <tom-bugs@gas.fnord.at>
+
+       * config/tc-alpha.c (assemble_insn): Don't segv on NULL reloc_operand.
+
+2007-11-19  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa-istack.h (tinsn_struct): Replace linenum field
+       with loc_directive_seen and debug_line.
+       * config/tc-xtensa.c: Include xtensa-istack.h after dwarf2dbg.h.
+       (xg_build_to_insn): Copy the new fields instead of linenum.
+       (xg_build_token_insn): Likewise.  Abort on INSTR_LABEL_DEF and move
+       common code out of the switch.
+       (md_assemble): Set new tinsn fields from DWARF information.  Call
+       dwarf2_consume_line_info.
+       (xg_assemble_vliw_tokens): Update the code to select the "best" line
+       number to use new information.  Call dwarf2_gen_line_info instead
+       of dwarf2_emit_insn.
+       
+2007-11-19  Bob Wilson  <bob.wilson@acm.org>
+       
+       * dwarf2dbg.h (dwarf2_loc_directive_seen): New.
+       * dwarf2dbg.c (loc_directive_seen): Make external and rename to...
+       (dwarf2_loc_directive_seen): ...this.
+       (dwarf2_emit_insn, dwarf2_consume_line_info)
+       (dwarf2_emit_label, dwarf2_directive_loc): Use new name.
+       
+2007-11-19  Bob Wilson  <bob.wilson@acm.org>
+       
+       * dwarf2dbg.c (dwarf2_emit_label): Use dwarf2_consume_line_info.
+       
+2007-11-19  Bob Wilson  <bob.wilson@acm.org>
+       
+       * dwarf2dbg.c (dwarf2_consume_line_info): New.
+       (dwarf2_emit_insn): Use it here.
+       (dwarf2_directive_loc): Fix check for consecutive .loc directives
+       when debug_type is DEBUG_DWARF2.
+       * dwarf2dbg.h (dwarf2_consume_line_info): New prototype.
+       * config/tc-ia64.c (ia64_flush_insns): Call dwarf2_consume_line_info.
+       (md_assemble): Likewise.
+       
+2007-11-17  Thiemo Seufer  <ths@mips.com>
+
+       * config/tc-mips.c (md_parse_option): Match mips_optimize to the -O
+       option supplied, but still keep mips_optimize == 2 as default value.
+
+2007-11-17  Thiemo Seufer  <ths@mips.com>
+
+       * doc/as.texinfo: Document the new attribute value.
+
+2007-11-16  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add ATmega32HVB device.
+       * doc/c-avr.texi: Likewise.
+
+2007-11-16  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add ATmega1284P device.
+       * doc/c-avr.texi: Likewise.
+
+2007-11-14  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-ia64.c (AR_RUC): Defined.
+       (ar): Add "ar.ruc".
+       (specify_resource): Handle AR_RUC like AR_ITC.
+
+2007-11-13  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-mn10300.c (mn10300_force_relocation): Force a reloc to
+       be generated for alignment fixups.
+       * config/tc-mn10300.h (TC_FORCE_RELOCATION): Call
+       mn10300_force_relocation.
+
+2007-11-12  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/5269
+       * config/tc-frv.c (md_show_usage): Rewrite usage description to
+       make it easier to translate.
+       * gas/po/gas.pot: Regenerate.
+
+2007-11-12  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-ppc.c (md_assemble): If -mregnames, when parsing
+       PPC_OPERAND_CR always parse as expression to allow register name
+       followed by an expression.
+
+2007-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (match_template): Re-order suffix check.
+
+2007-11-07  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (relaxable_section): Check for .eh_frame.
+
+2007-11-07  Eric B. Weddington  <eweddington@cso.atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add ATtiny88 device.
+       * doc/c-avr.texi: Likewise.
+
+2007-11-07  Anatoly Sokolov <aesok@post.ru>
+
+       * config/tc-avr.c (mcu_types): Add new devices: ATmega48P,
+       ATmega88P, ATmega168P, Atmega328P
+       * doc/c-avr.texi: Document new devices.
+
+2007-11-07  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-ppc.c (md_apply_fix): For PPC_TOC16 on XCOFF, uses
+       offset within the TOC instead of the VMA.
+
+2007-11-06  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (do_mull): Allow overlapping Rm for armv6.
+
+2007-11-06  Nick Clifton  <nickc@redhat.com>
+
+       * ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke
+       it to see if the optimizations should be applied.
+       * config/tc-mn10300.h (md_allow_eh_opt): Define.  Only allow call
+       frame optimization if linker relaxation is not enabled.
+
+2007-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * read.c (ALIGN_LIMIT): Rename to ...
+       (TC_ALIGN_LIMIT): Guard against prior definition.
+       * config/tc-i386.h (TC_ALIGN_LIMIT)[TE_PE]: Define.
+
+2007-11-01  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (xtensa_symbol_new_hook): New.
+       (xtensa_mark_difference_of_two_symbols): New.
+       (xtensa_post_relax_hook): Call xtensa_mark_difference_of_two_symbols.
+       * config/tc-xtensa.h (xtensa_symfield_type): Add next_expr_symbol.
+       (tc_symbol_new_hook): Define.
+
+2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (md_assemble): Replace no_xsuf with
+       no_ldsuf.
+       (match_template): Likewise.
+
+2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Use a non-ascii
+       letter.
+
 2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (process_suffix): Check addrprefixop0 to
This page took 0.02411 seconds and 4 git commands to generate.