]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/ChangeLog
bfd:
[thirdparty/binutils-gdb.git] / gas / ChangeLog
index ca67c2e543b708cb37dfca3ba16584be4f62269f..a82fe6263dc121c611f47479cf99243dbd4c9cce 100644 (file)
@@ -1,3 +1,85 @@
+2011-10-25  Joern Rennecke  <joern.rennecke@embecosm.com>
+
+       * NEWS: Mention addition of Adapteva Epiphany support.
+       * config/tc-epiphany.c: New file.
+       * config/tc-epiphany.h: New file.
+       * Makefile.am (TARGET_CPU_CFILES): Add config/tc-epiphany.c .
+       (TARGET_CPU_HFILES): Add config/tc-epiphany.h .
+       * configure.in: Also set using_cgen for epiphany.
+       * configure.tgt: Handle epiphany.
+       * doc/Makefile.am (CPU_DOCS): Add c-epiphany.texi .
+       * doc/all.texi: Set EPIPHANY.
+       * doc/as.texinfo: Add EPIPHANY-specific text.
+       * doc/c-epiphany.texi: New file.
+       * po/gas.pot: Regenerate.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (move_register): Fix formatting.
+
+2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (can_swap_branch_p): Remove empty line.
+       (start_noreorder): Likewise.
+
+2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (s_option): Fix formatting.
+       (mips_elf_final_processing): Likewise.
+
+2011-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * config/tc-mips.c (validate_micromips_insn): Fix formatting.
+
+2011-10-24  David Binderman  <dcb314@hotmail.com>
+
+       * config/tc-mn10200.c (md_convert_frag): Add missing break.
+
+2011-10-21  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-alpha.c (load_expression): Use symbol_mark_used accessor.
+       (s_alpha_comm): Use symbol_set_frag accessor.
+
+2011-10-20  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-mips.c (micromips_add_label): Avoid gcc warning.
+       (md_convert_frag): Likewise.
+
+2011-10-18  Jie Zhang  <jie@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * config/tc-arm.c (parse_shifter_operand): Fix handling of explicit
+       rotation.
+       (encode_arm_shifter_operand): Likewise.
+
+2011-10-13  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * config/tc-arm.c (check_ldr_r15_aligned): New.
+       (do_ldst): Warn in upredictable cases.
+       (do_t_ldst): Likewise.
+       (insns): Update accordingly.
+
+2011-10-13  Alan Modra  <amodra@gmail.com>
+
+       * as.c (main): Define .gasversion. rather than __GAS_VERSION__.
+       * frags.h (bss_address_frag): Delete
+       (predefined_address_frag): New.
+       * frags.c (frag_init): Init predefined_address_frag.  Delete ref
+       to bss_address_frag.
+       * symbols.c (S_CAN_BE_REDEFINED): New function.
+       * symbols.h (S_CAN_BE_REDEFINED): Declare.
+       * read.c (assign_symbol): Use S_CAN_BE_REDEFINED.
+
+2011-10-12  Alan Modra  <amodra@gmail.com>
+
+       * symbols.c (local_symbol_make): Make global.
+       * symbols.h (local_symbol_make): Declare.
+       * as.c (main): Define __GAS_VERSION__.
+
 2011-10-10  Nick Clifton  <nickc@redhat.com>
 
        * po/es.po: Updated Spanish translation.