Check sh_type/sh_flags/sh_addralign/sh_entsize when copying sh_link/sh_info
[external/binutils.git] / binutils / testsuite / ChangeLog
index 4294f81..4f60f93 100644 (file)
@@ -1,3 +1,269 @@
+2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/18785
+       * binutils-all/objcopy.exp: Run strip-12.
+       * binutils-all/strip-12.d: New file.
+       * binutils-all/strip-12.s: Likewise.
+
+2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * binutils-all/objcopy.exp: Run new symbol tests.
+       (objcopy_test_symbol_manipulation): New function.
+       * binutils-all/symbols-1.d: New file.
+       * binutils-all/symbols-2.d: New file.
+       * binutils-all/symbols-3.d: New file.
+       * binutils-all/symbols-4.d: New file.
+       * binutils-all/symbols.s: New file.
+
+2015-08-05  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/objcopy.exp (keep_debug_symbols_and_check_links):
+       New proc.  Checks that debug-info-only binaries retain the
+       sh_link field in stripped sections.
+
+2015-08-04  Nick Clifton  <nickc@redhat.com>
+
+       * lib/utils-lib.exp (run_dump_test): Document DUMPPROG, readelf
+       and size parameters.  Alpha-sort switch tables.  Include
+       addr2line, and size in list of possible auto-detected dump
+       programs.
+
+2015-07-24  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/localize-hidden-1.d: Allow for extra symbols in the
+       output.
+        * binutils-all/strip-11.d: Skip for the RL78.
+
+2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp: Update.
+
+2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+        PR binutils/18656
+        * binutils-all/compress.exp (convert_test): New proc.
+        Run conversion tests between x86-64 and x32.
+
+2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/dw2-3.W: Updated to accept .debug_* sections.
+
+2015-05-20  Ed Maste  <emaste@freebsd.org>
+
+       * lib/binutils-common.exp (is_elf_format): Include *-*-freebsd* except
+       i?86-*-freebsd\[12\].*.
+       * (is_aout_format): Update FreeBSD to i?86-*-freebsd\[12\].*.
+
+2015-05-18  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/dw2-3.S: Replace .int with .4byte.
+
+2015-05-15  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/z.s: New test.  Checks the --decompress option to
+       readelf.
+       * binutils-all/readelf.exp: Run the test.
+       * binutils-all/readelf.z: Expected output from readelf.
+
+2015-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp: Replace "$OBJDUMP -s -j .debug_info"
+       with "$OBJDUMP -W".
+       * binutils-all/libdw2-compressedgabi.out: Updated.
+
+2015-05-15  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/18374
+       * binutils-all/pr18374.s: New test file.
+       * binutils-all/readelf.exp: Assemble and run the new test.
+       * binutils-all/readelf.pr18374: Expected output from readelf.
+
+2015-05-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit-1.d: Also skip x86_64-*-nacl*.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit-1.d: Skip x86_64-*-gnux32.
+       * lib/utils-lib.exp (run_dump_test): Allow mixing target and
+       not-target directives.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/objdump.exp (cpus_expected): Append iamcu.
+
+2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/elfedit-5.d: New file.
+       * binutils-all/elfedit.exp: Run elfedit-5.
+
+2015-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/objdump.exp (cpus_expected): Add MeP CPU names.
+
+2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/18209
+       * binutils-all/compress.exp: Replace dw2-3.W with dw2-3gabi.W
+       on zlib-gabi output.
+       * binutils-all/dw2-1.W: Convert section names to .zdebug_*.
+       * binutils-all/dw2-3.W: Likewise.
+       * binutils-all/objdump.W: Likewise.
+       * binutils-all/dw2-3gabi.W: New file.
+
+2015-04-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/i386/compressed-1b.d: Don't hardcode offset of
+       .shstrtab section.
+       * binutils-all/i386/compressed-1c.d: Likewise.
+       * binutils-all/readelf.s-64: Likewise.
+       * binutils-all/x86-64/compressed-1b.d: Likewise.
+       * binutils-all/x86-64/compressed-1c.d: Likewise.
+
+2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * compress.exp: Add tests for
+       --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
+       * binutils-all/dw2-3.rS: New file.
+       * binutils-all/dw2-3.rt: Likewise.
+       * binutils-all/libdw2-compressedgabi.out: Likewise.
+
+2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp: Remove is_zlib_supported check.
+       * binutils-all/objdump.exp: Likewise.
+       * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
+       * lib/utils-lib.exp (run_dump_test): Likewise.
+       * lib/binutils-common.exp (is_zlib_supported): Removed.
+
+2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp (compression_used): Remove "/dev/null"
+       from remote_exec.
+
+2015-04-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp (compression_used): New.
+       Xfail test if compression didn't make the section smaller.
+
+2015-04-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * binutils-all/compress.exp (testfile): Remove suffix.
+       (compressedfile): Likewise.
+       (compressedfile2): Likewise.
+       (libfile): Likewise.
+       (testfile3): New.
+       (compressedfile3): Likewise.
+       Updated.
+       Add a dw2-3.S test.
+       (${libfile}.a): Add ${compressedfile3}.o.
+       * binutils-all/dw2-3.S: New file.
+       * binutils-all/dw2-3.W: Likewise.
+       * binutils-all/libdw2-compressed.out: Updated.
+       * binutils-all/libdw2.out: Likewise.
+
+2015-04-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * lib/binutils-common.exp (is_zlib_supported): Always return 1.
+
+2015-04-02  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/readelf.ss-64: Move possible location of the $d
+       mapping symbol.
+
+2015-03-26  Renlin Li  <renlin.li@arm.com>
+
+       * binutils-all/readelf.s-64: Support aarch64 case.
+       * binutils-all/readelf.ss-64: Likewise.
+
+2015-03-11  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/update-section.exp: Only run on ELF targets.
+
+2015-03-03  Jiong Wang  <jiong.wang@arm.com>
+
+       * binutils-all/arm/rvct_symbol.s: New testcase.
+       * binutils-all/arm/objdump.exp: Run it.
+
+2015-02-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * binutils-all/update-1.s: New file.
+       * binutils-all/update-2.s: New file.
+       * binutils-all/update-3.s: New file.
+       * binutils-all/update-4.s: New file.
+       * binutils-all/update-section.exp: New file.
+
+2015-02-24  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/objcopy.exp: Skip the strip-10 test for the V850.
+
+2015-01-01  Alan Modra  <amodra@gmail.com>
+
+       Update year range in copyright notice of all files.
+
+2014-12-26  Alan Modra  <amodra@gmail.com>
+
+       * binutils-all/strip-11.d: New test.
+       * binutils-all/objcopy.exp: Run it.
+
+2014-12-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * binutils-all/objcopy.exp: Skip strip-10 for Visium.
+
+2014-09-12  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * binutils-all/objcopy.exp: Add mips*-img-elf* target triple.
+       * binutils-all/readelf.exp: Likewise
+
+2014-09-06  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * binutils-all/readelf.ss-mips: Account for new sections.
+
+2014-07-29  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * binutils-all/readelf.s: Account for .MIPS.abiflags and
+       .gnu.attributes.
+       * binutils-all/readelf.ss-tmips: Likewise.
+       * binutils-all/strip-3.d: Likewise.
+
+2014-07-10  Will Newton  <will.newton@linaro.org>
+
+       * binutils-all/objcopy.exp: Disable the strip-10 test on
+       non-EABI ARM configurations.
+
+2014-06-03  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/ar.exp: Skip tests involving bfdtest1 and bfdtest2
+       if these executables are not present.
+
+2014-04-30  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/debug_str.s: New test.
+       * binutils-all/debug_str.d: New test control file.
+       * binutils-all/compress.exp: Run debug_str test.
+
+2014-04-22  Christian Svensson  <blue@cmd.nu>
+
+       * binutils-all/objcopy.exp: Remove openrisc and or32 support.  Add
+       support for or1k.
+       * binutils-all/objdump.exp: Likewise.
+       * binutils-all/dw2-decodedline-1.S: Likewise.
+
+2014-03-26  Jiong Wang  <jiong.wang@arm.com>
+
+       * binutils-all/aarch64/aarch64.exp: New test driver for AArch64.
+       * binutils-all/aarch64/unallocated-encoding.s: New testcase.
+       * binutils-all/aarch64/unallocated-encoding.d: Ditto.
+
+2014-03-17  Nick Clifton  <nickc@redhat.com>
+
+       * binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
+
+2014-01-29  Nick Clifton  <nickc@redhat.com>
+
+       PR binutils/16318
+       * binutils-all/strip-10.d: Revert previous delta.
+
 2014-01-28  Nick Clifton  <nickc@redhat.com>
 
        PR binutils/16318
 
 For older changes see ChangeLog-0411
 \f
-Copyright (C) 2012 Free Software Foundation, Inc.
+Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright