Add linker relaxation support for the AVR
[deliverable/binutils-gdb.git] / gas / ChangeLog
index d6729151e85f8288d4627c5e14d6fdb6c912441d..1347fae069659af6ab7182c963b93c5f13734a07 100644 (file)
@@ -1,3 +1,113 @@
+2006-03-03  Bjoern Haase  <bjoern.m.haase@web.de>
+
+       * config/tc-avr.c (avr_mod_hash_value): New function.
+       (md_apply_fix, exp_mod): Use BFD_RELOC_HH8_LDI and
+       BFD_RELOC_MS8_LDI for hlo8() and hhi8() 
+       (md_begin): Set linkrelax variable to 1, use avr_mod_hash_value
+       instead of int avr_ldi_expression: use avr_mod_hash_value instead
+       of (int).
+       (tc_gen_reloc): Handle substractions of symbols, if possible do
+       fixups, abort otherwise.        
+       * config/tc-avr.h (TC_LINKRELAX_FIXUP, TC_VALIDATE_FIX,
+       tc_fix_adjustable): Define.
+       
+2006-03-02  James E Wilson  <wilson@specifix.com>
+
+       * config/tc-ia64.c (emit_one_bundle): For IA64_OPCODE_LAST, if we
+       change the template, then clear md.slot[curr].end_of_insn_group.
+
+2006-02-28  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (get_any_string): Don't insert quotes for <>-quoted input.
+
+2006-02-28  Jan Beulich  <jbeulich@novell.com>
+
+       PR/1070
+       * macro.c (getstring): Don't treat parentheses special anymore.
+       (get_any_string): Don't consider '(' and ')' as quoting anymore.
+       Special-case '(', ')', '[', and ']' when dealing with non-quoting
+       characters.
+
+2006-02-28  Mat <mat@csail.mit.edu>
+
+       * dwarf2dbg.c (get_filenum): Don't inadvertently decrease files_in_use.
+
+2006-02-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * dw2gencfi.c (struct fde_entry, struct cie_entry): Add signal_frame
+       field.
+       (CFI_signal_frame): Define.
+       (cfi_pseudo_table): Add .cfi_signal_frame.
+       (dot_cfi): Handle CFI_signal_frame.
+       (output_cie): Handle cie->signal_frame.
+       (select_cie_for_fde): Don't share CIE if signal_frame flag is
+       different.  Copy signal_frame from FDE to newly created CIE.
+       * doc/as.texinfo: Document .cfi_signal_frame.
+
+2006-02-27  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * doc/Makefile.am: Add html target.
+       * doc/Makefile.in: Regenerate.
+       * po/Make-in: Add html target.
+
+2006-02-27  H.J. Lu <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (output_insn): Support Intel Merom New
+       Instructions.
+
+       * config/tc-i386.h (CpuMNI): New.
+       (CpuUnknownFlags): Add CpuMNI.
+
+2006-02-24  David S. Miller  <davem@sunset.davemloft.net>
+
+       * config/tc-sparc.c (priv_reg_table): Add entry for "gl".
+       (hpriv_reg_table): New table for hyperprivileged registers.
+       (sparc_ip): New cases '$' and '%' for wrhpr/rdhpr hyperprivileged
+       register encoding.
+
+2006-02-24  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-m32c.h (md_apply_fix): Define to m32c_apply_fix.
+       (tc_gen_reloc): Don't define.
+       * config/tc-m32c.c (rl_for, relaxable): New convenience macros.
+       (OPTION_LINKRELAX): New.
+       (md_longopts): Add it.
+       (m32c_relax): New.
+       (md_parse_options): Set it.
+       (md_assemble): Emit relaxation relocs as needed.
+       (md_convert_frag): Emit relaxation relocs as needed.
+       (md_cgen_lookup_reloc): Add LAB_8_8 and LAB_8_16.
+       (m32c_apply_fix): New.
+       (tc_gen_reloc): New.
+       (m32c_force_relocation): Force out jump relocs when relaxing.
+       (m32c_fix_adjustable): Return false if relaxing.
+
+2006-02-24  Paul Brook  <paul@codesourcery.com>
+
+       * config/arm/tc-arm.c (arm_ext_v6_notm, arm_ext_div, arm_ext_v7,
+       arm_ext_v7a, arm_ext_v7r, arm_ext_v7m): New variables.
+       (struct asm_barrier_opt): Define.
+       (arm_v7m_psr_hsh, arm_barrier_opt_hsh): New variables.
+       (parse_psr): Accept V7M psr names.
+       (parse_barrier): New function.
+       (enum operand_parse_code): Add OP_oBARRIER.
+       (parse_operands): Implement OP_oBARRIER.
+       (do_barrier): New function.
+       (do_dbg, do_pli, do_t_barrier, do_t_dbg, do_t_div): New functions.
+       (do_t_cpsi): Add V7M restrictions.
+       (do_t_mrs, do_t_msr): Validate V7M variants.
+       (md_assemble): Check for NULL variants.
+       (v7m_psrs, barrier_opt_names): New tables.
+       (insns): Add V7 instructions.  Mark V6 instructions absent from V7M.
+       (md_begin): Initialize arm_v7m_psr_hsh and arm_barrier_opt_hsh.
+       (arm_cpu_option_table): Add Cortex-M3, R4 and A8.
+       (arm_arch_option_table): Add armv7, armv7a, armv7r and armv7m.
+       (struct cpu_arch_ver_table): Define.
+       (cpu_arch_ver): New.
+       (aeabi_set_public_attributes): Use cpu_arch_ver.  Set
+       Tag_CPU_arch_profile.
+       * doc/c-arm.texi: Document new cpu and arch options.
+
 2006-02-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-ia64.c (operand_match): Handle IA64_OPND_IMMU5b.
This page took 0.032966 seconds and 4 git commands to generate.