* doc/c-i386.texi (i386-Mnemonics): Fix typo.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 08fc72ab6ff5905c415fb58a49dc0c9285546824..d0cb4032715abc680dbb9521f58f4044c2e6c28c 100644 (file)
@@ -1,3 +1,163 @@
+2004-09-29  Marc Bevand  <m.bevand@gmail.com>
+
+       * doc/c-i386.texi (i386-Mnemonics): Fix typo.
+
+2004-09-21  James E Wilson  <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
+       (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
+       output_spill_base, output_unat_psprel, output_lc_psprel,
+       output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
+       output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
+       output_spill_psprel_p): Use it.
+
+2004-09-20  Tomer Levi  <Tomer.Levi@nsc.com>
+
+        * config/tc-crx.c (handle_LoadStor): New function. 
+       Handle load/stor unique instructions before parsing. 
+
+2004-09-17  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (s_arm_rel31): New funciton.
+       (md_pseudo_table): Add .rel31.
+       (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2, 
+       BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
+       (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
+       (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
+       (arm_parse_reloc): Add (target2).
+
+2004-09-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+       * po/gas.pot: Regenerate.
+
+2004-09-14  Hideki IWAMOTO  <h-iwamoto@kit.hi-ho.ne.jp>
+
+       * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
+       [!LLONG_MAX]: Ditto.
+
+2004-09-13  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c: Rename RELABS to TARGET1.
+
+2004-09-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * messages.c (as_internal_value_out_of_range): Cast values passed
+       to as_bad_where or as_warn_where to proper type.
+
+2004-09-11  Theodore A. Roth  <troth@openavr.org>
+
+       * config/tc-avr.c: Add support for
+       atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
+
+2004-09-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * dw2gencfi.c (select_cie_for_fde): When separating CIE out
+       from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
+
+2004-09-08  Paul Brook  <paul@codesourcery.com>
+
+       * config/obj-elf.c (obj_elf_section_type): Handle init_array,
+       fini_array and preinit_array section types.
+       * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
+       and fini_array.
+       * doc/as.texinfo: Document extra section types.
+
+2004-09-02  Mark Mitchell  <mark@codesourcery.com>
+
+       * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
+       * Makefile.in: Regenerated.
+       * configure.in: Set em for arm*-*-symbianelf*.
+       * configure: Regenerated.
+       * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
+       vectors when appropriate.
+       * config/te-symbian.h: New file.
+
+2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * config/tc-crx.c (gettrap): Exception vector can be case
+       insensitive.
+       (process_label_constant): Fix a 32-bit displacement bug in branch 
+       instructions.
+       (get_operandtype) : Bug fix, wrong operand was used.
+       (process_label_constant): Initialize relocation type to 
+       BFD_RELOC_NONE
+
+2004-09-01  Richard Earnshaw < reanrsha@arm.com>
+
+       * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
+       for synthesizable cores.
+
+       * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
+
+2004-08-25  Dmitry Diky  <diwil@spec.ru>
+
+       * config/tc-msp430.c:   Clean-up the code.
+       (md_relax_table): New relax table.
+       (mcu_types): Sort MCU types.
+       (md_pseudo_table): Add .profiler pseudo handler.
+       (pow2value): New function.
+       (msp430_profiler): New function.
+       (msp430_operands): Add new insns handlers.
+       (msp430_srcoperand): Add register operand handler, allow complex
+       expressions.
+       (md_estimate_size_before_relax): Rewritten.
+       (md_convert_frag): Rewritten.
+       (msp430_relax_frag): New function.
+       * config/tc-msp430.h (md_relax_frag): define macro
+       * doc/c-msp430.texi: Update information.
+
+2004-08-24  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (std_shortopts): Allow -g to take an optional argument.
+       (parse_args): Pass any switch starting with -g on to the backend
+       for parsing.
+
+2004-08-18  Mark Mitchell  <mark@codesourcery.com>
+
+       * configure.in (arm*-*-symbianelf*): New target.
+       (arm*-*-eabi*): Likewise.
+       * configure: Regenerated.
+
+2004-08-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+       * config/tc-mips.c (append_insn): Handle delay slots in branch likely
+       correctly.
+
+2004-08-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
+       argument, don't do anything if current section is not
+       .gnu.linkonce.t.* and linkonce_empty is set.
+       (generate_unwind_image, dot_endp): Adjust callers, call
+       start_unwind_section (*, 1) if nothing will be put into the
+       section.
+
+2004-08-17  Nick Clifton  <nickc@redhat.com>
+
+       * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
+       (show_usage): Add -g.
+       (std_longopts): Add --gen-debug.  Alpha sort the table.
+       (parse_args): Print an error message if a switch is not handled.
+       Handle the -g switch, calling md_debug_format_selector() if
+       necessary.
+       * NEWS: Mention new feature.
+       * doc/as.texinfo: Document new switch.
+       * doc/internals.texi: Document behaviour of md_parse_option.
+       
+       * config/tc-arm.c (md_parse_option): Do not issue an error message
+       if the switch is not recognised.
+       * config/tc-m68k.c (md_parse_option): Likewise.
+       * config/tc-pdp11.c (md_parse_option): Likewise.
+       * config/tc-v850.c (md_parse_option): Likewise.
+
+       * as.h: Fix up formatting.
+       * tc.h: Likewise.
+
 2004-08-16  Nick Clifton  <nickc@redhat.com>
 
        * macro.c (macro_set_alternate): Use ISO C90 formatting.
This page took 0.025275 seconds and 4 git commands to generate.