bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 1fc6f9a05459e276ac3730e05d561d046ad32679..1750ea36b7d446419c7874cd39b6fb6e8f3831d4 100644 (file)
@@ -1,3 +1,64 @@
+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.
This page took 0.023347 seconds and 4 git commands to generate.