* dw2gencfi.c (select_cie_for_fde): When separating CIE out
[deliverable/binutils-gdb.git] / gas / ChangeLog
index cb4ab6e93fc16c326ddfe490f5c46e73b6ee26b6..3ee610f20656e3d4c22898e76a8c9b37229ada72 100644 (file)
@@ -1,3 +1,581 @@
+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:
+       * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
+       (md_parse_option): Remove redundant -isa testing.
+       Make bfd_arch variable const.
+       (md_show_usage): Make bfd_arch variable const.
+
+2004-07-03  James E Wilson  <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
+       * config/tc-ia64.h (md_frag_check): Define.
+
+2004-07-03  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
+       externals.
+       * doc/as.texinfo (Weak): Document PE weak symbols.
+
+2004-07-03  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
+       (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
+       (mips_frob_file): Rework so that only a single pass through the
+       relocs is needed.  Allow %lo()s to have higher offsets than their
+       corresponding %hi()s or %got()s.
+
+2004-07-02  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
+       allow values which have come from undefined symbols.
+       Always consider this fixup to have been processed as a reloc
+       cannot be generated for it.
+
+2004-07-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * frags.h (struct frag): Add has_code and insn_addr fields.
+       * write.c (cvt_frag_to_fill): Invoke md_frag_check.
+       * config/tc-ppc.c (md_assemble): Check and set insn_addr.
+       * config/tc-ppc.h (md_frag_check): Define.
+
+2004-06-28  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * doc/Makefile.am (info): Rename goal to...
+       (info-local): ... this, to preserve implicit dependencies.
+       * doc/Makefile.in: Regenerate with automake 1.8.5.
+
+2004-06-25  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
+       (m32r_cgen_record_fixup_exp): Changed for  @GOTOFF, @GOT.
+       (m32r_fix_adjustable): Changed for  @GOTOFF, @GOT, @PLT.
+       (tc_gen_reloc): Likewise.
+       (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
+       (m32r_parse_name): Likewise.
+       (m32r_cgen_parse_fix_exp): Likewise.
+       * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
+       (O_PIC_reloc): Likewise.
+       (TC_CGEN_PARSE_FIX_EXP): Likewise..
+       * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
+       for @GOTOFF, @GOT, @PLT.
+
+2004-06-21 Jan Beulich  <jbeulich@novell.com>
+
+       * gas/symbols.c: While discarding ordinary local absolute symbols
+       when --strip-local-absolute is in effect, retain file symbols.
+
+2004-06-20  Andreas Schwab  <schwab@suse.de>
+
+       * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
+       (md_parse_option): Likewise.
+
+2004-06-17  Jan Beulich <jbeulich@novell.com>
+
+       * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
+       * config/te-netware.h: New file.
+       * config/te-ppcnw.h: Delete: Obsolete.
+       * configure.in: Eliminate ill NetWare targets. Make generic
+       NetWare target use proper emulation.
+       * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
+       reference to new te-netware.h.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2004-06-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+
+       * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
+       comparison in .insn pseudo operation.
+
+2004-06-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-coff.c (coff_adjust_section_syms): Use
+       bfd_get_section_size instead of bfd_get_section_size_before_reloc.
+       (coff_frob_section): Likewise.
+       * config/tc-mips.c (md_apply_fix3): Likewise.
+       * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
+       (elf_frob_file_after_relocs): Likewise.
+
+2004-06-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (log2): Rename to exact_log2.
+       (pa_next_subseg): Delete unused function.
+       (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
+       (create_new_subspace): Likewise.
+
+       Bug gas/213
+       * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
+       labels.  Fix warning.
+
+2004-05-28  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-mn10300.h (tc_fix_adjustable): Define.
+       * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
+       or non-merged symbols.
+
+2004-05-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-ia64.c (remove_marked_resource): Save, clear and
+       restore the old slot when inserting srlz.i/srlz.d.
+
+2004-05-28  Andrew Stubbs <andrew.stubbs@superh.com>
+
+       * Makefile.am: Regenerate dependecies.
+       * Makefile.in: Regenerate.
+       * config/tc-sh.c (valid_arch): Make unsigned.
+       (preset_target_arch): Likewise.
+       (md_begin): Use new architecture flags system.
+       (get_specific): Likewise.
+       (assemble_ppi): Likewise.
+       (md_assemble): Likewise. Also fix error check for bad opcodes.
+       (md_parse_option): Likewise. Also generate -isa values according
+       to the table in bfd/cpu-sh.c instead of just constants. Also
+       allow <arch>-up ISA variants.
+       (sh_elf_final_processing): Replace if-else chain with a call to
+       sh_find_elf_flags().
+       * testsuite/gas/sh/arch: New directory.
+       * testsuite/gas/sh/arch/arch.exp: New test script.
+       * testsuite/gas/sh/arch/arch_expected.txt: New file.
+       * testsuite/gas/sh/arch/sh.s: New file.
+       * testsuite/gas/sh/arch/sh2.s: New file.
+       * testsuite/gas/sh/arch/sh-dsp.s: New file.
+       * testsuite/gas/sh/arch/sh2e.s: New file.
+       * testsuite/gas/sh/arch/sh3-nommu.s: New file.
+       * testsuite/gas/sh/arch/sh3.s: New file.
+       * testsuite/gas/sh/arch/sh3-dsp.s: New file.
+       * testsuite/gas/sh/arch/sh3e.s: New file.
+       * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
+       * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
+       * testsuite/gas/sh/arch/sh4.s: New file.
+       * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
+       * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
+       * testsuite/gas/sh/arch/sh4a.s: New file.
+
+2004-05-28  Peter Barada <peter@the-baradas.com>
+
+       * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
+       with zero offset into mode 2 addressing to save a word.
+
+2004-05-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
+       (ar_is_only_in_integer_unit): New.
+       (ar_is_only_in_memory_unit): New.
+       (generate_unwind_image): Silence gcc on 32bit host.
+       (md_assemble): Use ar_is_only_in_integer_unit instead of
+       ar_is_in_integer_unit. Check AR access.
+
+2004-05-27  Peter Barada  <peter@the-baradas.com>
+
+       * config/tc-m68k.c (md_begin): Sort the opcode table into
+       alphabetical order.
+       (m68k_compare_opcode): New function to do the sorting.
+
+2004-05-24  Peter Barada  <peter@the-baradas.com>
+
+       * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
+       addressing on MIT style operands.
+       * config/m68k-parse.y(yylex): Allow '-&' for predecrement
+       w/mask addressing.
+       * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
+       operands.
+
+2004-05-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * expr.c (operand, operator): Don't reject '++' and '--'.
+
+2004-05-20  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
+       dwarf tables.
+
+2004-05-17  Adam Nemet  <anemet@lnxw.com> 
+
+       * configure.in: Add ppc-*-lynxos*.  Update i386-*-lynxos* to ELF.
+       * configure: Regenerate.
+
+2004-05-13  Paul Brook  <paul@codesourcery.com>
+
+       * dw2gencfi.c (output_cie):  Handle dwarf3 format CIE entries.
+
+2004-05-13  Joel Sherrill <joel@oarcorp.com>
+
+       * configure.in (or32-*-rtems*): Switch to elf.
+       * configure: Regenerate.
+
+2004-05-13  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2004-05-11  Nick Clifton  <nickc@redhat.com>
+
+       * doc/as.texinfo (Section): Document G and T flags to .section
+       directive.  Document the extra arguments that the G flag
+       requires.  Document the #tls flag.
+
+2004-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * subsegs.c (section_symbol): Create a new section symbol if
+       the existing one doesn't match.
+       * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
+
+2004-05-07  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
+       to cope with VR4181A errata MD(1) and MD(4).
+
+2004-05-07  Brian Ford  <ford@vss.fsi.com>
+
+       * NEWS: Mention .secrel32 for pe[i]-i386.
+
+2004-05-07  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
+       (HANDLE_ALIGN): New.
+
+2004-05-06  Daniel Jacobowitz  <dan@debian.org>
+
+       * Makefile.am (DIST_SUBDIRS): Define.
+       * aclocal.m4: Regenerate with automake 1.8.4.
+       * Makefile.in: Likewise.
+       * doc/Makefile.in: Likewise.
+
 2004-05-06  David Mosberger-Tang  <davidm@hpl.hp.com>
 
        * config/tc-ia64.c (dot_serialize): Declare.
This page took 0.029831 seconds and 4 git commands to generate.