gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index d775a80c1400ebb6d9ff13ba323be54c62398f2d..1d6f0e07c5cefc7c21bb6745406f63c2b76661e4 100644 (file)
@@ -1,3 +1,108 @@
+2010-06-22  Jan Beulich  <jbeulich@novell.com>
+
+       PR gas/11732
+       * config/tc-i386-intel.c (i386_intel_parse_name): Handle pseudo
+       symbols named "$".
+       (i386_intel_operand): Remove bogus handling of pseudo symbols
+       named "$".
+       * expr.c (current_location): Remove 'static' and local
+       declaration.
+       * expr.h (current_location): Declare.
+
+2010-06-21  Sterling Augustine  <sterling@tensilica.com>
+
+       PR gas/11728
+       * as.c: Globalize keep_it.
+       (main): Remove keep_it. Move conditional from here...
+       (close_output_file): ...to here.
+
+2010-06-21  Andreas Schwab  <schwab@redhat.com>
+
+       * doc/as.texinfo (Overview): Use @itemx for grouped @table
+       items.
+       * doc/c-alpha.texi (Alpha Options): Likewise.
+       * doc/c-arm.texi (ARM Directives): Likewise.
+       * doc/c-bfin.texi (Blackfin Options): Likewise.
+       * doc/c-d10v.texi (D10V-Opts): Likewise.
+       * doc/c-i386.texi (i386-Options): Likewise.
+       * doc/c-ia64.texi (IA-64 Options): Likewise.
+       * doc/c-m68k.texi (M68K-Opts): Likewise.
+       * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
+       * doc/internals.texi (Symbols): Likewise.
+
+2010-06-21  Alan Modra  <amodra@gmail.com>
+
+       PR gas/11733
+       * config/tc-sh.c (find_cooked_opcode): Correct array bounds check.
+
+2010-06-18  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-tic6x.h (tic6x_segment_info_type): Add field
+       func_units_used.
+       * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
+       (md_assemble): Clear func_units_used for new execute packet.
+       Check for duplicate functional units and update func_units_used
+       for instructions using a functional unit.
+
+2010-06-15  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-tic6x.c: Include elf/tic6x.h.
+       (tic6x_arch_attribute, tic6x_seen_insns): New.
+       (tic6x_arch_table, tic6x_arches): Add attribute values.
+       (tic6x_use_arch): Handle attribute settings.
+       (tic6x_attributes_set_explicitly, s_tic6x_c6xabi_attribute,
+       tic6x_attribute_table, tic6x_attributes,
+       tic6x_convert_symbolic_attribute): New.
+       (md_pseudo_table): Add c6xabi_attribute.
+       (md_assemble): Set tic6x_seen_insns and tic6x_arch_attribute.
+       (tic6x_set_attribute_int, tic6x_set_attributes): New.
+       (tic6x_end): Call tic6x_set_attributes.
+       * config/tc-tic6x.h (CONVERT_SYMBOLIC_ATTRIBUTE): Define.
+       (tic6x_convert_symbolic_attribute): Declare.
+
+2010-06-14  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (md_assemble): Emit APUinfo section for
+       PPC_OPCODE_E500.
+
+2010-06-11  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (md_parse_option): Ignore impossible processor
+       types.
+       (show_arch): New parameter 'check'.
+       (md_show_usage): Adjust calls to show_arch().
+
+2010-06-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (update_code_flag): New.
+       (set_code_flag): Use it.
+       (i386_target_format): Replace set_code_flag with update_code_flag.
+
+2010-06-10  Tristan Gingold  <gingold@adacore.com>
+
+       * config/obj-som.h: Includes som/reloc.h
+
+2010-06-10  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (cpu_arch): Add comment.
+       (i386_target_format): Set cpu_arch_isa_flags and cpu_arch_tune_flags
+       from the generic entries of cpu_arch[].
+
+2010-06-08  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (operand_parse_code): Add OP_RRnpctw enum
+       value.
+       (parse_operands): Add support for OP_RRnpctw.
+       (insns): Update floating-point load/store multiples so the
+       first register is of type OP_RRnpctw.
+
+2010-06-08  Quentin Neill  <quentin.neill@amd.com>
+
+       * config/tc-i386.c (pi): Rename local loop counter
+       variable i that shadows global static i386_insn i
+       when DEBUG386 is defined.
+       (pte) Ditto.
+
 2010-06-08  Nick Clifton  <nickc@redhat.com>
 
        * doc/as.texinfo: Replace abbreviated 20th century year numbers
This page took 0.023783 seconds and 4 git commands to generate.