PR20744, Incorrect PowerPC VLE relocs
[deliverable/binutils-gdb.git] / ld / ChangeLog
index c7a20f1ed3229c0ee8a0ede3164121e2646c28a3..00b7ca9b427cf1190b71d1ccbdf76e46f6b6c4b7 100644 (file)
@@ -1,3 +1,126 @@
+2016-11-22  Alan Modra  <amodra@gmail.com>
+
+       PR 20744
+       * emultempl/ppc32elf.em (params): Update initializer.  Handle
+       --vle-reloc-fixup command line arg.
+
+2016-11-15  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       PR ld/20789
+       * ld/testsuite/ld-avr/pr20789.d: New test.
+       * ld/testsuite/ld-avr/pr20789.s: New test.
+
+
+2016-11-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/20800
+       * testsuite/ld-x86-64/pr20800a.S: New file.
+       * testsuite/ld-x86-64/pr20800b.S: Likewise.
+       * testsuite/ld-x86-64/x86-64.exp: Run PR ld/20800 test.
+
+2016-11-14  Nick Clifton  <nickc@redhat.com>
+
+       * lexsup.c (parse_args): Add break at end of default case.
+
+2016-11-10  Jiong Wang  <jiong.wang@arm.com>
+
+       PR target/20737
+       * testsuite/ld-aarch64/pie-bind-locally-a.s: New test source.
+       * testsuite/ld-aarch64/pie-bind-locally-b.s: Likewise.
+       * testsuite/ld-aarch64/pie-bind-locally.d: New testcase.
+       * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcase.
+
+2016-11-07  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/20784
+       * emultempl/elf32.em (search_needed): Fix infinite loop when
+       unable to process a token.  Add support for curly braced enclosed
+       tokens.
+       * ld.texinfo (--rpath-link): Document supprot for $ORIGIN and
+       $LIB.
+
+2016-11-07  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (--compress-debug-sections): Expand documentation of
+       this option.
+
+2016-11-04  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/elf32.em (search_needed): Remove use of getauxval and
+       inclusion of <sys/auxv.h>.  Replace support for $PLATFORM with a
+       warning message.
+       * configure.ac (AC_CHECK_FUNCS): Remove getauxval.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+
+2016-11-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * ldlang.h (struct lang_wild_statement_struct): Add
+       exclude_name_list field.
+       * ldlang.c (walk_wild_file_in_exclude_list): New function.
+       (walk_wild_consider_section): Use new
+       walk_wild_file_in_exclude_list function.
+       (walk_wild_file): Add call to walk_wild_file_in_exclude_list.
+       (print_wild_statement): Print new exclude_name_list field.
+       (lang_add_wild): Initialise new exclude_name_list field.
+       * testsuite/ld-scripts/exclude-file-1.d: New file.
+       * testsuite/ld-scripts/exclude-file-1.map: New file.
+       * testsuite/ld-scripts/exclude-file-1.t: New file.
+       * testsuite/ld-scripts/exclude-file-2.d: New file.
+       * testsuite/ld-scripts/exclude-file-2.map: New file.
+       * testsuite/ld-scripts/exclude-file-2.t: New file.
+       * testsuite/ld-scripts/exclude-file-3.d: New file.
+       * testsuite/ld-scripts/exclude-file-3.map: New file.
+       * testsuite/ld-scripts/exclude-file-3.t: New file.
+       * testsuite/ld-scripts/exclude-file-4.d: New file.
+       * testsuite/ld-scripts/exclude-file-4.map: New file.
+       * testsuite/ld-scripts/exclude-file-4.t: New file.
+       * testsuite/ld-scripts/exclude-file-a.s: New file.
+       * testsuite/ld-scripts/exclude-file-b.s: New file.
+       * testsuite/ld-scripts/exclude-file.exp: New file.
+       * ld.texinfo (Input Section Basics): Update description of
+       EXCLUDE_FILE to cover the new features.
+       * NEWS: Mention new EXCLUDE_FILE usage.
+
+2016-11-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/lib/ld-lib.exp (run_dump_test): Use object file names
+       based on the original source file name.
+       * testsuite/ld-discard/extern.d: Update object file names.
+       * testsuite/ld-discard/start.d: Likewise.
+       * testsuite/ld-discard/static.d: Likewise.
+       * testsuite/ld-elf/orphan-8.map: Likewise.
+
+2016-11-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * testsuite/lib/ld-lib.exp (check_shared_lib_support): Add
+       xc16x-*-elf to the list of targets that don't support -shared.
+
+2016-11-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * ldgram.y: Rename file_NAME_list to section_NAME_list
+       throughout.
+
+2016-11-01  Palmer Dabbelt  <palmer@dabbelt.com>
+           Andrew Waterman <andrew@sifive.com>
+
+       Add support for RISC-V architecture.
+       * Makefile.am: Add riscv files.
+       * Makefile.in: Regenerate.
+       * NEWS: Mention the support for this target.
+       * configure.tgt: Add riscv entries.
+       * emulparams/elf32lriscv-defs.sh: New file.
+       * emulparams/elf32lriscv.sh: New file.
+       * emulparams/elf64lriscv-defs.sh: New file.
+       * emulparams/elf64lriscv.sh: New file.
+       * emultempl/riscvelf.em: New file.
+
+2016-10-31  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * ldmain.c (add_archive_element): Initialize input->header.type.
+       * plugin.c (plugin_maybe_claim): Assert the statement is an input
+       statement.
+
 2016-10-15  Alan Modra  <amodra@gmail.com>
 
        * emultempl/spu_ovl.o_c: Regenerate.
This page took 0.026564 seconds and 4 git commands to generate.