Updated French translations
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 1aca510b2445ec02b7e11752539ce45b06f9b6df..5aa0bb6f87c4f112469bd1b3f9127e2c7100cbf7 100644 (file)
@@ -1,4 +1,180 @@
-2004-04-22  Chris Demetriou  <cgd@broadcom.com>
+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.
+       (dot_serialize): New function.
+       (md_pseudo_table): Add ".serialize.data" and
+       ".serialize.instruction" directives.
+
+2004-05-06  Nick Clifton  <nickc@redhat.com>
+
+       * messages (as_internal_value_out_of_range): Print a message about
+       a value being out of range.  Be consistent about whether the
+       values are printed in decimal or hexadecimal.
+       (as_warn_value_out_of_range): Generate a warning message about an
+       out of range value.
+       (as_bad_value_out_of_range): Generate an error message about an
+       out of range value.
+       * as.h: Prototype the new functions.
+       * config/tc-alpha.c (insert_operand): Use new function.
+       * config/tc-arc.c (arc_insert_operand): Likewise.
+       * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
+       * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
+       * config/tc-ppc.c (ppc_insert_operand): Likewise.
+       * config/tc-s390.c (s390_insert_operand): Likewise.
+       * config/tc-v850.c (v850_insert_operand): Likewise.
+
+2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in: Set em=linux for frv-*-*linux*.
+       * configure: Rebuilt.
+       * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
+       (frv_md_fdpic_enabled): New.
+       * config/tc-frv.c (frv_md_fdpic_enabled): New.
+       (DEFAULT_FDPIC): New.
+       (frv_flags): Use DEFAULT_FDPIC.
+       (frv_pic_flag): Likewise.
+       (OPTION_NOPIC): New.
+       (md_longopts): Add -mnopic.
+       (md_parse_option): Handle it.
+       (md_show_usage): Add -mfdpic and -mnopic.
+
+2004-05-05  Peter Barada  <peter@the-baradas.com>
+
+       * config/tc-m68k.c: Add find_cf_chip to print list of valid
+       chips for invalid coldfire instructions, rename selectors
+       for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
+       add current_chip to track which chip is referred to(including save/restore),
+       use current_chip to select control registers, not current_arch.
+       (md_show_usage): Add new chips.
+       * doc/c-m68k.texi: Document new command line switches.
+
+2004-05-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
+       (NOP_OPCODE): Define.
+       (s390_align_code): Remove prototype.
+       * tc-s390.c (s390_align_code): Remove.
+
+2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-ia64.c (make_unw_section_name): Removed.
+       (start_unwind_section): New function.
+       (generate_unwind_image): Take const segT instead of const
+       char *.
+       (dot_handlerdata): Adjusted.
+       (dot_endp): Likewise.
+
+2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Allow the
+       ".note.GNU-stack" section has SHF_EXECINSTR.
+
+2004-05-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (get_section): Return bfd_boolean.
+       (obj_elf_change_section): Call bfd_get_section_by_name_if
+       instead of bfd_map_over_sections.
+
+2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (get_section): New function.
+       (obj_elf_change_section): Support multiple sections with same
+       name.
+
+2004-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (create_register_alias): Fix typo checking for
+       case sensitive register aliases.
+       (co_proc_number): Use error message string in all_reg_maps[]
+       array.
+       (cp_reg_required_here): Likewise.
+       (fp_reg_required_here): Likewise.
+
+2004-04-29  Brian Ford  <ford@vss.fsi.com>
+
+       * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
+
+2004-04-28  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
+       (load_address, macro, mips_ip, md_parse_option)
+       (mips_force_relocation, mips_validate_fix, md_apply_fix3)
+       (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
+       embedded-PIC handling, and update comments.
+       (SWITCH_TABLE): Remove.
+       * config/tc-mips.h (DIFF_EXPR_OK): Delete.
+       (enum mips_pic_level): Remove EMBEDDED_PIC.
+       (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
+       (TC_FORCE_RELOCATION): Update comment.
+       * ecoff.c (ecoff_build_lineno): Add comment about some code that
+       might be safe to remove now that MIPS embedded-PIC is gone.
+
+2004-04-28  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
+       call to obj_set_subsection_attributes.
+       (obj_som_init_stab_section): Likewise.
+       * config/tc-hppa.c (default_subspace_dict): Add comdat field.
+       (pa_def_subspaces): Provide comdat default.
+       (pa_subspace): Handle new "comdat" parameter.  Set SEC_LINK_ONCE and
+       not SEC_IS_COMMON if section is comdat, common or dup_common.  Update
+       calls to create_new_subspace and update_subspace to pass comdat flag.
+       (create_new_subspace, update_subspace): Add new comdat argument.  Use
+       it in calls to obj_set_subsection_attributes.
+       * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
+       and use of comdat, common and dup_comm parameters.
+
+2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Check if the old
+       group name is NULL before comparison.
+
+2004-04-23  Chris Demetriou  <cgd@broadcom.com>
+
+       * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
+
+2004-04-23  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
+
+2004-04-23  Chris Demetriou  <cgd@broadcom.com>
 
        * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
        (OPTION_MEMBEDDED_PIC): Remove.
This page took 0.026928 seconds and 4 git commands to generate.