* dw2gencfi.c (select_cie_for_fde): When separating CIE out
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 6c1c22f75eca2f83e45cc10bbb8451cb561cc3fd..3ee610f20656e3d4c22898e76a8c9b37229ada72 100644 (file)
@@ -1,3 +1,339 @@
+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,
+       msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
+       msp430xG438, msp430xG439.
+
+2004-07-25  Daniel Jacobowitz  <dan@debian.org>
+
+       * doc/as.texinfo (Section, PushSection): Correct documentation
+       for ELF.
+
+2004-07-21  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (optimize_imm): Adjust immediates to only those
+       permissible for the selected instruction suffix.
+       (match_template): Don't permit 64-bit general purpose operands in
+       32-bit mode.
+       (finalize_imm): Permit 64-bit immediates.
+       (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
+       specially except for the width of the used base and/or index
+       registers.  For 32-bit displacements, use sign-extended
+       relocations only when using 64-bit addressing.
+       Force zero displacement on rip-relative addressing when there is
+       no other displacement.
+       (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
+       specially except for the width of the used base and/or index
+       registers.
+       (parse_register): Disallow Reg64 registers in 32-bit mode.
+
+       * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
+       suffix if the instruction doesn't support it.
+       
+2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (append_insn): Handle constant expressions with
+       no associated relocation.
+       (mips_ip): Cancel the expression after use for the Q format
+       specifier.
+       (parse_relocation): Return no relocation for unsupported
+       operators.
+       (my_getSmallExpression): Return no relocation if no relocation
+       operators are used.
+
+2004-07-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/obj-som.c (adjust_stab_sections): Add prototype.
+       (obj_som_compiler, obj_som_version, obj_som_copyright,
+       adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
+       * config/tc-hppa.c (update_subspace):  Likewise.
+       (is_defined_subspace): Amplify comment.
+       * config/obj-som.h (som_frob_file): Add prototype.
+
+2004-07-19  Christopher Faylor  <cgf@timesys.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       * subsegs.c (section_symbol): Don't create a new segment when
+       existing segment is undefined.
+
+2004-07-16  Richard Earnshaw  <rearnsha@arm.com>
+
+       * config/tc-arm.c: Include include/opcode/arm.h.
+       (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
+       (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
+       (FPU_ARCH_*): Delete.
+       * Makefile.am: Update dependencies.
+       * Makefile.in: Regenerate.
+
+2004-07-15  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Accept armbe as a big-endian arm configuration.
+       * configure: Regenerate.
+
+2004-07-13  Thomas Nystrom  <thn@saeab.se>
+
+       * config/tc-i386.c (T_SHIFTOP): New constant.
+       (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
+       (intel_el1): Handle '~'.
+       (intel_get_token): Handle '<>', '&', '|' and '~'.
+
+2004-07-13  Nick Clifton <nickc@redhat.com>
+
+       (md_assemble): Remove spurious newline from end of as_bad error
+       message.
+       (intel_e05_1): Likewise.
+       (intel_e11): Likewise.
+       (intel_match_token): Likewise.
+
+2004-07-11  Andreas Schwab  <schwab@suse.de>
+
+       * config/tc-m68k.c: Convert to C90.  Remove redundant
+       declarations.  Indentation fixup.
+       [M68KCOFF]: Include "obj-coff.h" instead of declaring
+       obj_coff_section ourselves.
+       
+2004-07-09  James E Wilson  <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (default_big_endian): New.
+       (dot_byteorder, md_begin): Use it.
+       (md_parse_option): Set it.
+       
+2004-07-09  Nick Clifton  <nickc@redhat.com>
+
+       * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
+       * configure: Regenerate.
+       * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
+       * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
+       sh_find_elf_flags if necessary.
+
+2004-07-08  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (mips_fix_adjustable): If the full addend is
+       going to be split into more than one in-place addend, return 0
+       for relocations against mergeable sections.  Associate comments
+       with code.
+
+2004-07-07  Tomer Levi  <Tomer.Levi@nsc.com>
+
+       * Makefile.am (CPU_TYPES): Add crx.
+       (TARGET_CPU_CFILES): Add config/tc-crx.c.
+       (TARGET_CPU_HFILES): Add config/tc-crx.h.
+       (DEPTC_crx_elf): New target.
+       (DEPOBJ_crx_elf): Likewise.
+       (DEP_crx_elf): Likewise.
+       * Makefile.in: Regenerate.
+       * configure.in: Add crx* target.
+       * configure: Regenerate.
+       * config/tc-crx.c: New file.
+       * config/tc-crx.h: New file.
+       * NEWS: Mention new target.
+
+2004-07-06  Nick Clifton  <nickc@redhat.com>
+
+       * config.in: Undefine TARGET_SYMBIAN by default.
+        * configure.in:
+        * configure: Regenerate. Add sh-symbian-elf target.  If
+        selected define TARGET_SYMBIAN.
+        * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
+        format if TARGET_SYMBIAN has been defined.
+                
+       * output-file.c (output_file_create): Report the target format
+       chosen when bfd_openw reports that it is invalid.
+
+       * config/obj-coff.c (coff_pseudo_table): Only define the weak
+       pseudo for BFD based assemblers.
+
 2004-07-05  Andrew Stubbs <andrew.stubbs@superh.com>
 
        gas:
This page took 0.027273 seconds and 4 git commands to generate.