Add sparc64-rtems.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index d294525b99d73121bf09d52c359dae049b7a0142..64f23011d6392aec30efea22d17e315024ca2ee6 100644 (file)
@@ -1,3 +1,158 @@
+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
This page took 0.023962 seconds and 4 git commands to generate.