* dw2gencfi.c (select_cie_for_fde): When separating CIE out
[deliverable/binutils-gdb.git] / gas / ChangeLog
index cd6a5338382c0222e3ec729f3c78c9f8c7506b7d..3ee610f20656e3d4c22898e76a8c9b37229ada72 100644 (file)
@@ -1,3 +1,194 @@
+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.
+
+       * configure.in: Sort architecture based tables alphabetically.
+       * configure: Regenerate.
+
+2004-08-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
+       { "cc", 68 }, with { "cr", 70 }.
+
+2004-08-13 Jan Beulich <jbeulich@novell.com>
+          Nick Clifton <nickc@redhat.com>
+
+       * as.c: Add and handle new --alternate command line option.
+       * macro.c (macro_set_alternate): New.
+       * macro.h (macro_set_alternate): Declare.
+       * read.c: Add and handle new .altmacro and .noaltmacro directives.
+       * doc/as.texinfo: Document new command line option and pseudo-ops
+       as well as insert documentation originating from gasp about
+       alternate macro syntax.
+       * NEWS: Mention new command line option and pseudo-ops.
+
+2004-08-10  Mark Mitchell  <mark@codesourcery.com>
+
+       * expr.c (operand): Handle the "~", "-", and "!" operators applied
+       to bignums.
+
+2004-08-06  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
+       Handle new relocations.
+       * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
+
+2004-08-05  Bob Wilson  <bob.wilson@acm.org>
+
+       * write.c (relax_segment): Use was_address instead of address when
+       setting fr_fix field for align frag due to backwards .org.
+
+2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       Introduce SH2a support.
+       2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
+       * config/tc-sh.c (get_specific): Change arch_sh2a_up to
+       arch_sh2a_nofpu_up.
+       2004-02-24  Corinna Vinschen  <vinschen@redhat.com>
+       * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
+       2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
+       * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
+       to end of conditional expression.
+       2004-02-20  Corinna Vinschen  <vinschen@redhat.com>
+       * config/tc-sh.c: Add sh2a-nofpu support.
+       2003-12-29  DJ Delorie  <dj@redhat.com>
+       * tc-sh.c: Add sh2a support.
+       (parse_reg): Add tbr.
+       (parse_at): Support @@(disp,tbr).
+       (get_specific): Support sh2a opcodes.
+       (insert4): New, for 4 byte relocs.
+       (build_Mytes): Support sh2a opcodes.
+       (md_apply_fix3_Mytes): Support sh2a opcodes.
+       2003-12-02  Michael Snyder  <msnyder@redhat.com>
+       * config/tc-sh.c (md_parse_option): Handle sh2a.
+       (sh_elf_final_processing): Ditto.
+
+2004-07-27  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
+       for TE_NetBSD.
+
+2004-07-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
+       (ppc_arch): Expand comment.
+
+2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * config/tc-crx.c: Support evaluating the difference between two
+       symbols.
+       * config/tc-crx.h: Likewise.
+
+2004-07-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-ia64.c (start_unwind_section): Set the linked-to
+       section.
+       (ia64_elf_section_change_hook): Set the linked-to section for
+       SHT_IA_64_UNWIND.
+
 2004-07-26  Dmitry Diky  <diwil@spec.ru>
 
        * config/tc-msp430.c: Add new subtargets: msp430x1610,
This page took 0.032829 seconds and 4 git commands to generate.