2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6243dfe802d2032718e5865305a0c06935f0e4da..949978243e7e9aee925d2e7495fe261e6759d511 100644 (file)
@@ -1,3 +1,157 @@
+2012-05-06  Arnold Metselaar <arnold_m@operamail.com>
+
+       * config/tc-z80.h(md_register_arithmetic): Define as 0.
+       * config/tc-z80.c(md_begin): Store register names in symbol table, prevents usage as ordinary symbol.
+       * config/tc-z80.c(contains_register): New function.
+       * config/tc-z80.c(parse_exp2): Removed.
+       * config/tc-z80.c(parse_exp_not_indexed): New function.
+       * config/tc-z80.c(parse_exp): Add code to recogize indexed addressing after parsing.
+       * config/tc-z80.c(emit_byte, emit_word): Use contains_register.
+       * config/tc-z80.c(emit_jp): Use parse_exp_not_indexed, simplify condition for jump to register.
+       * config/tc-z80.c(emit_call, emit_jr, emit_ex, emit_rst): Use parse_exp_not_indexed.
+
+2012-05-05  Alan Modra  <amodra@gmail.com>
+
+       * ecoff.c: Replace all uses of bfd_abs_section, bfd_com_section,
+       bfd_und_section and bfd_ind_section with their _ptr variants, or
+       use corresponding bfd_is_* macros.
+       * symbols.c: Likewise.
+       * config/obj-aout.c: Likewise.
+       * config/obj-coff-seh.h: Likewise.
+       * config/tc-hppa.c: Likewise.
+       * config/tc-hppa.h: Likewise.
+       * config/tc-ia64.c: Likewise.
+       * config/tc-m32r.c: Likewise.
+       * config/tc-microblaze.c: Likewise.
+       * config/tc-mips.c: Likewise.
+       * config/tc-score.c: Likewise.
+       * config/tc-score7.c: Likewise.
+       * config/tc-tic6x.c: Likewise.
+
+2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.tgt: Support x86_64-*-linux-gnux32.
+
+2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (match_template): Add `instruction' to
+       unsupported error message.
+
+2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (output_insn): Reformat.
+
+2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (output_insn): Remove the extra VEX check.
+
+2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (match_template): Improve unsupported error
+       message.
+
+2012-05-03  Sean Keys  <skeys@ipdatasys.com>
+
+       * configure, Makefile.in: Regenerate.
+       * Makefile.am (CPU_TYPES, TARGET_CPU_CFILES, TARGET_CPU_HFILES):
+       * configure.tgt: Added cpu type.
+       Added files for XGATE assembler.
+       * config/tc-xgate.c: Assembler for XGATE.
+       * config/tc-xgate.h: Header definition for assembler
+       Added files for XGATE testsuite.
+       * doc/Makefile.am (CPU_DOCS): Added XGATE file.
+       * doc/c-xgate.texi: Document XGATE and XGATE port.
+       * doc/as.texinfo: Ditto.
+       * doc/all.texi: Ditto
+       * NEWS: Mention the new support.
+
+2012-04-30  DJ Delorie  <dj@redhat.com>
+
+       * config/rx-parse.y (rx_intop): Add parameter for operation size.
+       Check for large positive constants really being small negative
+       ones.
+       (BRA, BSR): Update calls to rx_intop.
+       (immediate): Likewise.
+
+2012-04-26  Mark Wielaard  <mjw@redhat.com>
+
+       * dwarf2dbg.c (DWARF2_ARANGES_VERSION): New define to 2.
+       (DWARF2_LINE_VERSION): Likewise.
+       (out_debug_line): Use DWARF2_LINE_VERSION not DWARF2_VERSION.
+       (out_debug_aranges): Use DWARF2_ARANGES_VERSION not DWARF2_VERSION.
+       (out_debug_abbrev): Use DW_FORM_data for DW_AT_high_pc when
+       DWARF2_VERSION >= 4.
+       (out_debug_info): Use difference between start and end as data
+       value for DW_AT_high_pc when DWARF2_VERSION >= 4.
+       * config/tc-ia64.h (DWARF2_LINE_VERSION): Override it.
+
+2012-04-27  David S. Miller  <davem@davemloft.net>
+
+       * doc/c-sparc.text: Document %l34 and %h34.
+
+       * config/tc-sparc.c (v9a_asr_table): Add 'cfr'.
+
+       * config/tc-sparc.c (sparc_arch_table): Add HWCAP_PAUSE to sparc4,
+       v8pluse, v8plusv, v9e, and v9v.
+       (v9a_asr_table): Add 'pause'.
+
+       * config/tc-sparc.c (sparc_arch_table): Add HWCAP_CBCOND to
+       sparc4, v8pluse, v8plusv, v9e, and v9v.
+       (sparc_ip): Handle R_SPARC_5 of immediate constants inline in
+       order to accomodate cbcond which otherwise would require two
+       relocations to be handled in a single instruction..
+
+       * config/tc-sparc.c (sparc_ip): Likewise.  Accept instruction
+       names containing "_".
+       (sparc_arch_table): Add sparc4, v8pluse, and v9e.  Add crypto
+       hwcap masks to v8plusv and v9v.
+
+       * config/tc-sparc.c (sparc_arch_table): Rework to use HWCAP_*
+       masks.
+       (sparc_md_end): No longer need to translate hwcap_seen values into
+       ELF hwcap bits, they now match exactly.
+       (get_hwcap_name): Use HWCAP_* and handle new values.
+       (sparc_ip): Fetch hwcaps from insn->hwcaps instead of insn->flags.
+
+2012-04-20  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-ia64.c (obj_elf_vms_common): New function.
+       (md_pseudo_table): Add .vms_common pseudo.
+       * config/obj-elf.h (obj_elf_section_name): Add a prototype.
+       * config/obj-elf.c (obj_elf_section_name): Make it public.
+
+2012-04-17  Richard Sandiford  <r.sandiford@uk.ibm.com>
+
+       * config/tc-avr.c (md_apply_fix): Fix handling of BFD_RELOC32.
+
+2012-04-12  David S. Miller  <davem@davemloft.net>
+
+       * config/tc-sparc.c (sparc_ip): Handle '=', "%h34", "%l34", and
+       BFD_RELOC_SPARC_H34.
+       (md_apply_fix): Handle BFD_RELOC_SPARC_WDISP10 and BFD_RELOC_SPARC_H34.
+       (tc_gen_reloc): Likewise.
+
+2012-04-12  Roland McGrath  <mcgrathr@google.com>
+
+       * configure.tgt (arm-*-nacl*): Match it.
+       * config/te-nacl.h (FPU_DEFAULT, EABI_DEFAULT): Define.
+       (LOCAL_LABELS_DOLLAR): Define.
+       * config/tc-arm.c (elf32_arm_target_format) [TE_NACL]:
+       Use nacl format variants.
+
+2012-04-12  Jie Zhang  <jie@codesourcery.com>
+            Meador Inge  <meadori@codesourcery.com>
+
+       * config/tc-arm.c (only_one_reg_in_list): New function.
+       (encode_ldmstm): Ditto.
+       (do_ldmstm): Use a different encoding when pushing or poping
+       a single register.
+       (A_COND_MASK): New macro.
+       (A_PUSH_POP_OP_MASK): Ditto.
+       (A1_OPCODE_PUSH): Ditto.
+       (A2_OPCODE_PUSH): Ditto.
+       (A2_OPCODE_POP): Ditto.
+
 2012-04-06  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-24k to
This page took 0.025513 seconds and 4 git commands to generate.