binutils/testsuite/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 8f9edd23e32db0a42b14c9fbc53334e569501ccc..4d20a127e958fe917e85f91a904d2ff3780a8dfc 100644 (file)
@@ -1,4 +1,95 @@
+2009-07-31  Daniel Gutson  <dgutson@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/obj-elf.c (obj_elf_ident): Notify section change to the hook.
+       * config/tc-arm.c (make_mapping_symbol): New function, from
+       mapping_state.  Save mapping symbols in the frag.
+       (insert_data_mapping_symbol): New.
+       (mapping_state): Use make_mapping_symbol, improve state transitions.
+       (mapping_state_2): New.  Provide dummy definition.
+       (opcode_select): Do not call mapping_state.
+       (s_bss): Call md_elf_section_change_hook instead of mapping_state.
+       (output_inst): Update use of tc_frag_data.
+       (new_automatic_it_block): Call mapping_state before emitting the
+       IT instruction.
+       (md_assemble): Move mapping_state to just before outputting the
+       new instruction.
+       (arm_handle_align): Update use of tc_frag_data.
+       Call insert_data_mapping_symbol.
+       (arm_init_frag): Update use of tc_frag_data.  Call
+       mapping_state_2.
+       (arm_elf_change_section): Always update the mapping symbol FSM state.
+       (check_mapping_symbols): New function.
+       (arm_adjust_symtab): Use check_mapping_symbols.
+       * config/tc-arm.h (struct arm_frag_type): New.
+       (TC_FRAG_TYPE): Change to struct arm_frag_type.
+       (TC_FRAG_INIT): Pass max_chars.
+       (arm_init_frag): Update prototype.
+
+2009-07-31  Anthony Green  <green@moxielogic.com>
+
+       * configure.tgt (generic_target): Add moxie-uclinux support.
+
+2009-07-30  Nick Clifton  <nickc@redhat.com>
+
+       * doc/c-arm.texi (ARM-Instruction-Set): New node.  Documents the
+       different syntaxes support by the ARM port.
+       (ARM Directives): Add entry for .syntax.
+
+       * doc/c-mips.texi (MIPS insn): Fix typo.
+
+2009-07-29  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/10269
+       * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
+       * config/tc-i386.c: Revert 2009-06-13 change.
+       * config/tc-i386.h: Likewise.
+
+2009-07-28  Jan Beulich  <jbeulich@novell.com>
+
+       * expr.c (op_rank): Specify size. Remove O_md* initializers.
+
+2009-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/tc-m68k.c (mcf5221x_ctrl): New.
+       (m68k_cpu): Add line for MCF5221x.
+
+2009-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
+       (mcf53017_ctrl): Fix RAMBAR.
+
+2009-07-27  Jan Beulich  <jbeulich@novell.com>
+
+       * obj-elf.c (elf_file_symbol): Replace symbol name set up by
+       symbol_new() with the passed in, unmodified one.
+
+2009-07-27  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+       * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
+       object file without symbol values.
+       (tc_gen_reloc): For local symbols resolved or its absolute symbol,
+       then set the relocation type as NULL. 
+
+2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (cpu_arch): Add l1om.
+       (check_cpu_arch_compatible): New.
+       (set_cpu_arch): Use it.
+       (i386_arch): New.
+       (i386_mach): Return bfd_mach_l1om for Intel L1OM.
+       (md_show_usage): Display l1om.
+       (i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
+       cpu_arch_isa_flags.bitfield.cpul1om is set.
+
+       * config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
+       (i386_arch): New.
+       (ELF_TARGET_L1OM_FORMAT): Likewise.
+
+       * doc/c-i386.texi: Document l1om.
+
 2009-07-24  Roland McGrath  <roland@redhat.com>
+           Mark Wielaard  <mjw@redhat.com>
 
        * config/obj-elf.c (obj_elf_ident): Set SEC_MERGE | SEC_STRINGS
        flags on .comment section.
This page took 0.0233 seconds and 4 git commands to generate.