Always organize test artifacts in a directory hierarchy
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0416d6f3c60b2ba0bbc641eb26ba428493f82355..34c301dcd407ef72a92ee34bd7163abd3cb737a4 100644 (file)
@@ -1,3 +1,112 @@
+2016-02-08  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-ia64.c (dot_prologue): Fix formatting.
+
+2016-02-04  Nick Clifton  <nickc@redhat.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Remove support for
+       ARM NOREAD sections.
+       * config/tc-arm.c (arm_elf_section_letter): Delete.
+       * config/tc-arm.h (md_elf_section_letter): Delete.
+       * doc/c-arm.texi (ARM Section Attribute): Delete section.
+       * testsuite/gas/arm/section-execute-only.d: Delete.
+       * testsuite/gas/arm/section-execute-only.s: Delete.
+
+2016-02-04  Nick Clifton  <nickc@redhat.com>
+
+       PR target/19561
+       * config/tc-msp430.c (msp430_operands): Remove case 7.  Use case 2
+       to handle encoding of RRUX instruction.
+       * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
+       shift instructions.
+       * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
+
+2016-02-03  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
+       substitutions for BFD_RELOC_* as unsigned.
+       * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
+       * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
+       * testsuite/gas/xtensa/loc.s: New file: loc test.
+
+2016-02-03  Kevin Buettner  <kevinb@redhat.com>
+
+       * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
+
+2016-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/19520
+       * NEWS: Mention new command line option -mrelax-relocations and
+       new configure option --enable-x86-relax-relocations for x86
+       target.
+       * config.in: Regenerated.
+       * configure.ac: Add --enable-x86-relax-relocations.
+       (ac_default_x86_relax_relocations): New.  Default to 1 except
+       for x86 Solaris targets older than Solaris 12.
+       (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
+       * configure: Likewise.
+       * config/tc-i386.c (generate_relax_relocations): New.
+       (OPTION_MRELAX_RELOCATIONS): Likewise.
+       (output_disp): Don't generate relax relocations if
+       generate_relax_relocations is 0.
+       (md_longopts): Add -mrelax-relocations.
+       (md_show_usage): Likewise.
+       (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
+       * doc/c-i386.texi: Document -mrelax-relocations=.
+       * testsuite/gas/i386/got-no-relax.d: New file.
+       * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
+       * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
+       * testsuite/gas/i386/localpic.d: Likewise.
+       * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
+       * testsuite/gas/i386/reloc32.d: Likewise.
+       * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
+       * testsuite/gas/i386/x86-64-localpic.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
+       * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
+       * testsuite/gas/i386/i386.exp: Run got-no-relax and
+       x86-64-gotpcrel-no-relax.
+
+2016-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Mention new command line option -mfence-as-lock-add=yes
+       for x86 target.
+
+2016-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * NEWS: Remove duplicated marker for 2.26.
+
+2016-02-02  Renlin Li  <renlin.li@arm.com>
+
+       * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
+
+2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/gas/ip2k/allinsn.d: New file.
+       * testsuite/gas/ip2k/allinsn.s: New file.
+       * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
+
+2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
+       some load instructions.
+       * testsuite/gas/epiphany/allinsn.d: Likewise.
+       * testsuite/gas/epiphany/regression.d: Likewise.
+
+2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
+       suffixes from instruction mnemonics in expected output.
+       * testsuite/gas/epiphany/allinsn.d: Likewise.
+       * testsuite/gas/epiphany/regression.d: Likewise.
+       * testsuite/gas/epiphany/sample.d: Likewise.
+
+2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/gas/epiphany/addr-syntax.d: Update expected register
+       names.
+       * testsuite/gas/epiphany/allinsn.d: Likewise.
+       * testsuite/gas/epiphany/sample.d: Likewise.
+
 2016-02-02  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * testsuite/gas/epiphany/sample.d: Update expected output.
This page took 0.024559 seconds and 4 git commands to generate.