2009-08-18 Sterling Augustine <sterling@tensilica.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 4d20a127e958fe917e85f91a904d2ff3780a8dfc..4a24a4965fbc43b834db207aad036026062261b8 100644 (file)
@@ -1,3 +1,174 @@
+2009-08-18  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (xtensa_create_xproperty_segments): Use
+       sizeof instead of hard-coded value.
+       (add_xt_block_frags): Remove unused local variable.
+       (frag_flags_to_number): Change return type to flagword.  Remove
+       unused local variable.
+
+2009-08-17  Sterling Augustine  <sterling@tensilica.com>
+
+       * config/tc-xtensa.c (xtensa_frob_label): move call to 
+       do_align_targets to set frag_type only.
+
+2009-08-17  Kai Tietz  <kai.tietz@onevision.com>
+
+       * config/obj-coff-seh.c: New file.
+       * config/obj-coff-seh.h: Likewise.
+       * config/obj-coff.c (obj-coff-seh.c): Add include.
+       (coff_pseudo_table): Add new .seh... commands.
+       * config/obj-coff.h (obj_coff_seh_do_final): Add new
+       function prototype.
+       (obj_coff_generate_pdata): New obj-coff hook.
+       * gas/write.c (size_seg): Avoid sizing of already sized
+       sections.
+       (write_object_file): Call conditional hook
+       objc_coff_generate_pdata.
+       * Makefile.am: Add dependencies for new files.
+       * Makefile.in: Regenerated.
+
+2009-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h.
+       (parse_reg): Use safe-ctype.h macros.
+       (parse_exp): Likewise.
+       (md_assemble): Likewise.
+
+2009-08-11  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-mep.c (md_estimate_size_before_relax): Handle weak
+       symbols correctly.
+       (md_convert_frag): Likewise.
+       (md_pcrel_from_section): Likewise.
+       (mep_force_relocation): Likewise.
+
+2009-08-11  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * config/bfin-parse.y (gen_multi_instr_1): New function.
+       (asm): Use it instead of bfin_gen_multi_instr.
+       (error): Add a format string when calling as_bad.
+       * config/bfin-defs.h (insn_regmask): Declare.
+       * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New
+       macros.
+       (decode_ProgCtrl_0, decode_LDSTpmod_0, decode_dagMODim_0,
+       decode_dagMODik_0, decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0,
+       decode_LDSTii_0, decode_dsp32mac_0, decode_dsp32mult_0,
+       decode_dsp32alu_0, decode_dsp32shift_0, decode_dsp32shitimm_0,
+       insn_regmask): New functions.
+
+       From Jie Zhang  <jie.zhang@analog.com>
+       * config/tc-bfin.h (bfin_anomaly_checks): Declare.
+       (AC_05000074): Define.
+       (ENABLE_AC_05000074): Define.
+       * config/tc-bfin.c (enum bfin_cpu_type): New.
+       (bfin_cpu_t): Typedef.
+       (bfin_cpu_type): Define.
+       (bfin_si_revision): Define.
+       (bfin_anomaly_checks): Define.
+       (struct bfin_cpu): New.
+       (bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
+       (bfin_isa): New global variable.
+       (OPTION_MCPU): Define.
+       (md_longopts[]): Add -mcpu option.
+       (md_parse_option): Deal with -mcpu option and initialize
+       bfin_anomaly_checks.
+       * doc/c-bfin.texi: Rename BFIN to Blackfin throughout.  Document
+       -mcpu option.
+       * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
+       05000074.
+
+2009-08-11  Mike Frysinger  <vapier@gentoo.org>
+
+       * config/bfin-parse.y (binary): Change "compiler" to "assembler".
+       (unary): Likewise.
+
+2009-08-11  Nick Clifton  <nickc@redhat.com>
+
+       PR 10443
+       * config/tc-arm.c (do_t_mov_cmp): Do not silently ignore shifted
+       operands.
+
+2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix compilation of i386-*-go32.
+       * config/tc-i386.c (i386_target_format <TE_GO32>): New.
+       (i386_target_format <OBJ_MAYBE_COFF>): Compile only if !TE_GO32.
+       * config/te-go32.h (TARGET_FORMAT): Move the definition ...
+       * config/tc-i386.h <!i386_target_format>: ... here.
+
+2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
+
+       PR gas/10479
+       * config/tc-arm.c (do_t_add_sub_w): Fixed constraints.
+
+2009-08-07  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/tc-arm.c (marked_pr_dependency, mapstate): Delete global
+       variables.
+       (mapping_state): Use the section's mapstate.
+       (mapping_state_2): Likewise.  Skip special sections.
+       (s_arm_unwind_fnend): Use the section's marked_pr_dependency.
+       (arm_elf_change_section): Do not set deleted globals.
+       * config/tc-arm.h (struct arm_segment_info_type): Document
+       marked_pr_dependency.
+
+2009-08-07  Michael Eager <eager@eagercon.com>
+
+       * NEWS: Mention MicroBlaze support.
+
+2009-08-06  Michael Eager <eager@eagercon.com>
+
+       * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
+       TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add 
+       DEP_microblaze_elf target.
+       * Makefile.in: Regenerate.
+       * config/tc-microblaze.c: Add MicroBlaze assembler.
+       * config/tc-microblaze.h: Add header for tc-microblaze.c.
+       * configure.in: Add microblaze target.
+       * configure: Regenerate.
+       * configure.tgt: Same. 
+       * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
+       * doc/Makefile.in: Same.
+       * doc/all.texi: Set MICROBLAZE.
+       * doc/as.texinfo: Add MicroBlaze doc links.
+       * doc/c-microblaze.texi: New MicroBlaze docs.
+
+2009-08-06  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (md_assemble): Call mapping_state from inside a
+       block in case it is a null macro.
+
+2009-08-05  Chao-ying Fu  <fu@mips.com>
+
+       * config/tc-mips.c (MIPS_JALR_HINT_P): New define. For IRIX, it is
+       true for new abi.  For non-IRIX targets, it is always true.
+       (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
+
+2009-08-05  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
+       attiny861a, atmega644pa, attiny24a, attiny44a.
+       * doc/c-avr.texi: Likewise.
+
+2009-08-04  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
+       * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
+
+2009-08-04  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * config/tc-arm.c (my_get_expression): Detect missing expressions.
+
+2009-08-02  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
+       * doc/c-avr.texi: Likewise.
+
+2009-08-01  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
+       * doc/c-avr.texi: Likewise.
+
 2009-07-31  Daniel Gutson  <dgutson@codesourcery.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
This page took 0.039377 seconds and 4 git commands to generate.