Add sparc64-rtems.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 905ba0d3471a29d78e250949c019011d80aa9d35..64f23011d6392aec30efea22d17e315024ca2ee6 100644 (file)
@@ -1,3 +1,256 @@
+2010-11-30  Joel Sherrill  <joel.sherrill@oarcorp.com>
+
+       * configure.tgt: Add sparc64-rtems.
+
+2010-11-25  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/tc-s390.c (current_cpu): Initialize with latest CPU.
+       (init_default_arch): Default to z/Architecture mode if CPU provides it.
+       Remove the check setting the CPU default.
+
+2010-11-25  Alan Modra  <amodra@gmail.com>
+
+       * po/es.po: Update.
+
+2010-11-25  Alan Modra  <amodra@gmail.com>
+
+       PR gas/12264
+       * compress-debug.c: Include config.h first.
+
+2010-11-24  Mike Frysinger  <vapier@gentoo.org>
+
+       * doc/as.texinfo: Refer to and include c-bfin.texi for Blackfin
+       options.
+       * doc/c-bfin.texi: Add markup for use in manpage generation.
+
+2010-11-23  Sterling Augustine  <sterling@tensilica.com>
+
+       * doc/as.texinfo: Refer to and include c-xtensa.texi for Xtensa
+       options.  Move Xtensa options to proper alphabetical location.
+
+       * doc/c-xtensa.texi: Add markup for use in manpage generation.
+
+2010-11-23  Mingming Sun  <mingm.sun@gmail.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Move loongson3a after sb1.
+
+2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * doc/as.texinfo: Refer to and include c-i386.texi for i386
+       options.
+
+       * doc/c-i386.texi: Add markup for use in manpage generation.
+
+2010-11-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/as.texinfo: Refer to or include c-alpha.texi for Alpha
+       options.  Refer to or include c-tic6x.texi for C6X options instead
+       of duplicating documentation here.
+       * doc/c-alpha.texi, doc/c-tic6x.texi: Add markup for use in
+       manpage generation.
+
+2010-11-19  Alan Modra  <amodra@gmail.com>
+
+       PR 2606
+       * configure.in: Disable emulations for PE targets.
+       * configure: Regenerate.
+
+2010-11-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       PR gas/12181
+       * config/obj-elf.c (elf_adjust_symtab) [TE_SOLARIS]: Make sy
+       weak hidden.
+
+2010-11-17  Nick Clifton  <nickc@redhat.com>
+
+       * input-file.c (input_file_open): Check for empty input files.
+       (input_file_get): Check for end of file before reading any more
+       data.
+       (input_file_give_next_buffer): Likewise.
+
+2010-11-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (elf_process_stab): Mark parameters as
+       ATTRIBUTE_UNUSED.
+
+2010-11-15  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/obj-elf.c (elf_generate_asm_lineno): New function.
+       (elf_process_stab): New function.
+       (elf_format_ops): Always use them as generate_asm_lineno,
+       process_stab members.
+
+2010-11-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       PR gas/12198
+       * config/tc-arm.c (arm_arch_v6m_only): New variable.
+       (aeabi_set_public_attributes): Ensure we only set the Operating System
+       Extension when we are on an M-profile core.
+
+2010-11-13  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (macro_build): Remove gas_assert from 'o' case.
+       Use a restricted gas_assert for 'i' and 'j'.
+
+2010-11-11  Mingming Sun  <mingm.sun@gmail.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add loongson3a in MIPS 64.
+       * doc/c-mips.texi (MIPS cpu): Add loongson3a.
+
+2010-11-10  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * config/tc-arm.c (do_t_branch): Treat (PLT) branches as wide.
+
+2010-11-05  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-cr16.c (getprocreg_image): Fix typo MAX_PREG ->
+       MAX_REG.
+       (getprocregp_image): Likewise.
+
+2010-11-05  Tristan Gingold  <gingold@adacore.com>
+
+       * po/gas.pot: Regenerate
+       * po/POTFILES.in: Regenerate
+
+2010-11-05  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.21.
+
+2010-11-05  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       PR gas/12166
+       * config/obj-coff.c (weak_altname2name): Don't infer from the presence
+       of a period that the symbol has been already uniquify-d.
+       (weak_uniquify): Don't worry that the symbol might have been already
+       uniquify-d.
+
+2010-11-04  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (nop_limit): New var.
+       (OPTION_NOPS): Define.
+       (md_longopts): Add --nops.
+       (md_parse_option): Handle it.
+       (md_show_usage): Publish.
+       (ppc_handle_align): Pad with a branch followed by nops if more
+       than nop_limit nops.
+
+2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/12186
+       * config/tc-i386-intel.c (i386_intel_fold): Properly fold
+       _GLOBAL_OFFSET_TABLE_.
+
+2010-11-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-tic6x.c (OPTION_MPID, OPTION_MPIC, OPTION_MNO_PIC):
+       New enum values.
+       (md_longopts): Add options mpid, mpic and mno-pic.
+       (tic6x_pid_type, tic6x_pid, tic6x_pic, tic6x_pid_type_table,
+       tic6x_pid_types, tic6x_use_pid): New.
+       (md_parse_option): Handle new options.
+       (md_show_usage): Output help text for new options.
+       (tic6x_set_attributes): Set PID and PIC attributes.
+       * doc/as.texinfo: Document -mpid=, -mpic and -mno-pic.
+       * doc/c-tic6x.texi (TIC6X Options): Likewise.
+
+2010-11-01  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (macro)[M_LD_OB, M_SD_OB]: Use the offset
+       reloc supplied.
+       (mips_ip)['o']: Initialise offset_reloc.
+
+2010-10-29  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/c-tic6x.texi (TIC6X Directives): Mention
+       Tag_ABI_compatibility.
+
+2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * write.c (compress_debug): Optimize section flags check.
+
+2010-10-29  Bernd Schmidt  <bernds@codesourcery.com>
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-tic6x.c (OPTION_MDSBT, OPTION_MNO_DSBT): New enum
+       values.
+       (md_longopts): Add mdsbt and mno-dsbt.
+       (tic6x_dsbt): New static variable.
+       (md_parse_option): Handle OPTION_MDSBT and OPTION_MNO_DSBT.
+       (md_show_usage): Output help text for -mdsbt and -mno-dsbt.
+       (TAG): Add comma at the end.
+       (tic6x_set_attributes): Set Tag_ABI_DSBT.
+       * doc/as.texinfo: Document -mdsbt and -mno-dsbt.
+       * doc/c-tic6x.texi (TIC6X Options): Likewise.
+       (TIC6X Directives): Mention Tag_ABI_DSBT.
+
+2010-10-28  Matthias Klose  <doko@ubuntu.com>
+
+       * doc/as.texinfo: Add directory section for info document.
+
+2010-10-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/tc-s390.c (md_begin): Only add to hash table if cpu and
+       mode mask fit.
+
+2010-10-28  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-d30v.c (d30v_cons_align): Don't align .eh_frame.
+
+2010-10-26  Alan Modra  <amodra@gmail.com>
+
+       * config/obj-coff.c (coff_format_ops): Fix typo.
+
+2010-10-25  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (macro2): Delete.
+
+2010-10-25  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * config/tc-tic6x.c: Add attribution.
+
+2010-10-25  Mark Mitchell  <mark@codesourcery.com>
+
+       * obj.h (struct format_ops): Add adjust_symtab.
+       * config/obj-multi.h (obj_adjust_symtab): Define.
+       * config/obj-aout.c (aout_format_ops): Init new field.
+       * config/obj-coff.c (coff_format_ops): Likewise.
+       * config/obj-ecoff.c (ecoff_format_ops): Likewise.
+       * config/obj-elf.c (elf_format_ops): Likewise.
+
+2010-10-25  Alan Modra  <amodra@gmail.com>
+
+       PR gas/12049
+       * write.c (relax_frag): Don't allow forward branches to temporarily
+       becomde backward branches.
+
+2010-10-23  Mark Mitchell  <mark@codesourcery.com>
+
+       * config/obj-elf.c (elf_adjust_symtab): New.  Move group section
+       processing here from elf_frob_file.  Ensure that group signature
+       symbols have the name of the group.
+       (elf_frob_file): Move group section processing to
+       elf_adjust_symtab.
+       * config/obj-elf.h (elf_adjust_symtab): Declare.
+       (obj_adjust_symtab): Define.
+       * config/tc-arm.c (arm_adjust_symtab): Call elf_adjust_symtab.
+
+2010-10-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/tc-sparc.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define as
+       elf32-sparc-sol2.
+       (ELF64_TARGET_FORMAT): Define as elf64-sparc-sol2.
+
+2010-10-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-tic6x.c (tic6x_arch_attribute, tic6x_arches,
+       md_assemble, tic6x_set_attributes): Update for attribute renaming.
+       * doc/c-tic6x.texi: Update for attribute renaming.
+
+2010-10-19  Alan Modra  <amodra@gmail.com>
+
+       * write.c (relax_segment): Correct address on frag added to stop
+       leb128/align frags bouncing.
+
 2010-10-19  Alan Modra  <amodra@gmail.com>
 
        PR gas/12049
This page took 0.026073 seconds and 4 git commands to generate.