ld: Set non_ir_ref_regular for --undefined SYMBOL
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 336095998d7f75c92c8e5823b4359f4d4eb89eda..e28d55d27b0752028d16f7b02066940f63873e1a 100644 (file)
@@ -1,3 +1,774 @@
+2018-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23309
+       * ldlang.c (insert_undefined): Set non_ir_ref_regular to TRUE.
+       * plugin.c (is_visible_from_outside): Don't scan entry_symbol.
+       * testsuite/ld-plugin/pr23309.c: New file.
+       * testsuite/ld-plugin/pr23309.d: Likewise.
+
+2018-07-04  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23358
+       * lexsup.c (elf_shlib_list_options): Properly display default
+       for -z separate-code.
+
+2018-07-02  Maciej W. Rozycki  <macro@mips.com>
+
+       * testsuite/ld-mips-elf/mips-elf.exp: Fix a typo in PR ld/21334
+       test name.
+
+2018-07-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23324
+       * testsuite/ld-x86-64/pr23324.s: New file.
+       * testsuite/ld-x86-64/pr23324a.d: Likewise.
+       * testsuite/ld-x86-64/pr23324b.d: Likewise.
+
+2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * arm-dis.c (select_arm_features): Fix typo in heading comment.  Allow
+       all FPU features and add mapping from new bfd_mach_arm values to
+       allowed CPU feature bits.
+
+2018-07-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * NEWS: Use command-line consistently when used in a compount word.
+       * ld.texinfo: Likewise.
+       * ldint.texinfo: Likewise.
+
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/uk.po: Updated Ukranian translation.
+
+2018-06-26  Alan Modra  <amodra@gmail.com>
+
+       PR 23169
+       * testsuite/ld-ifunc/ifunc.exp: Don't run pr23169 tests on
+       powerpc.  Comment.
+
+2018-06-26  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-bootstrap/bootstrap.exp: Use parentheses rather
+       than curly braces in logical expression.
+
+2018-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/aarch64elf.em: Fix spelling mistake.
+       * emultempl/avrelf.em: Likewise.
+       * emultempl/elf32.em: Likewise.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       * configure: Regenerate.
+       * po/ld.pot: Regenerate.
+
+2018-06-24  Nick Clifton  <nickc@redhat.com>
+
+       2.31 branch created.
+       * NEWS: Add marker for 2.31.
+
+2018-06-20 Renlin Li  <renlin.li@arm.com>
+
+       * testsuite/ld-aarch64/emit-relocs-115.d: Update test with new value.
+       * testsuite/ld-aarch64/emit-relocs-534.d: Likewise.
+       * testsuite/ld-aarch64/emit-relocs-555.d: Likewise.
+
+2018-06-19  Maciej W. Rozycki  <macro@mips.com>
+
+       PR ld/22966
+       * testsuite/ld-mips-elf/n64-plt-1.dd: New test.
+       * testsuite/ld-mips-elf/n64-plt-1.gd: New test.
+       * testsuite/ld-mips-elf/n64-plt-2.ed: New test.
+       * testsuite/ld-mips-elf/n64-plt-3.ed: New test.
+       * testsuite/ld-mips-elf/n64-plt-4.dd: New test.
+       * testsuite/ld-mips-elf/n64-plt-4.gd: New test.
+       * testsuite/ld-mips-elf/n64-plt-1.ld: New test linker script.
+       * testsuite/ld-mips-elf/n64-plt-2.ld: New test linker script.
+       * testsuite/ld-mips-elf/n64-plt-3.ld: New test linker script.
+       * testsuite/ld-mips-elf/n64-plt-4.ld: New test linker script.
+       * testsuite/ld-mips-elf/n64-plt.s: New test source.
+       * testsuite/ld-mips-elf/n64-plt-lib.s: New test source.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
+
+2018-06-19  Maciej W. Rozycki  <macro@mips.com>
+
+       * testsuite/ld-elf/shared.exp: XFAIL DT_TEXTREL map file warning
+       test for `mips*-*-*'.
+
+2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * configure.ac: Remove AC_PREREQ.
+       * Makefile.am: Remove DISTCLEANFILES hack, rename ld.texinfo to
+       ld.texi, ldint.texinfo to ldint.texi throughout.
+       (AUTOMAKE_OPTIONS): Add info-in-builddir.
+       * README: Rename ld.texinfo to ld.texi, ldint.texinfo to
+       ldint.texi throughout.
+       * gen-doc.texi: Likewise.
+       * h8-doc.texi: Likewise.
+       * ld.texinfo: Rename to ...
+       * ld.texi: ... this.
+       * ldint.texinfo: Rename to ...
+       * ldint.texi: ... this.
+       * Makefile.in: Re-generate.
+       * aclocal.m4: Re-generate.
+       * config.in: Re-generate.
+       * configure: Re-generate.
+
+2018-06-18  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/lib/ld-lib.exp (check_ifunc_available): Pass without
+       running executable when non-native.
+       (check_ifunc_attribute_available): Likewise.
+       * testsuite/ld-ifunc/pr23169a.rd: Remove extraneous lines.  Match
+       st_other strings.  Pass when func is an ifunc.
+       * testsuite/ld-ifunc/pr23169b.rd: Remove extraneous lines.  Correct
+       reloc regexp.  Correct match-anything line.
+       * testsuite/ld-ifunc/pr23169c.rd: Remove extraneous lines.  Match
+       st_other strings.
+
+2018-06-14  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/readelf.exp: Delete DUMP and selection of
+       variant ver_def.vd.
+       * testsuite/ld-elf/ver_def-tic6x.vd: Delete.
+       * testsuite/ld-elf/shared.exp: Run most pr23161 and pr23162 tests for
+       linux, nacl and gnu targets.
+       * testsuite/ld-mips-elf/mips-elf.exp: Set base_syms to 1.
+       * testsuite/ld-elf/pr23161a.rd: Don't check reloc type.  Allow any
+       order of __bss_start, _edata and _end.
+       * testsuite/ld-elf/pr23161b.rd: Don't check plt and dyn relocs.
+       Allow and order of __bss_start, _edata and _end.
+       * testsuite/ld-elf/pr23162.rd: Fail if __bss_start, _edata or _end
+       relocs are present rather than testing for no relocations.
+       * testsuite/ld-aarch64/gc-plt-relocs.d,
+       * testsuite/ld-aarch64/ifunc-1-local.d,
+       * testsuite/ld-aarch64/ifunc-1.d,
+       * testsuite/ld-aarch64/ifunc-2-local.d,
+       * testsuite/ld-aarch64/ifunc-2.d,
+       * testsuite/ld-aarch64/ifunc-21.d,
+       * testsuite/ld-aarch64/ifunc-3a.d,
+       * testsuite/ld-arm/farcall-mixed-lib-v4t.d,
+       * testsuite/ld-arm/farcall-mixed-lib.d,
+       * testsuite/ld-arm/gc-hidden-1.d,
+       * testsuite/ld-arm/tls-gdesc-got.d,
+       * testsuite/ld-arm/tls-lib-loc.d,
+       * testsuite/ld-arm/tls-longplt-lib.d,
+       * testsuite/ld-arm/tls-thumb1.d,
+       * testsuite/ld-cris/libdso-10.d,
+       * testsuite/ld-cris/libdso-11.d,
+       * testsuite/ld-cris/libdso-13b.d,
+       * testsuite/ld-cris/libdso-14.d,
+       * testsuite/ld-cris/libdso-15.d,
+       * testsuite/ld-cris/pic-gc-72.d,
+       * testsuite/ld-cris/pic-gc-73.d,
+       * testsuite/ld-cris/tls-gc-71.d,
+       * testsuite/ld-mips-elf/mips16-pic-4a.nd,
+       * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd,
+       * testsuite/ld-mips-elf/pie-n32.d,
+       * testsuite/ld-mips-elf/pie-n64.d,
+       * testsuite/ld-mips-elf/pie-o32.d: Update for removed dynamic
+       section symbols.
+
+2018-06-12  Hans-Peter Nilsson  <hp@axis.com>
+
+       * testsuite/ld-cris/libdso-1.d: Correct recent address pattern update.
+
+2018-06-12  Nick Clifton  <nickc@redhat.com>
+
+       PR 22983
+       * testsuite/ld-plugin/lto.exp: Use individual tests to check for
+       the presence of each expected symbol.
+       * testsuite/ld-plugin/pr22983.1.d: New file.
+       * testsuite/ld-plugin/pr22983.2.d: New file.
+       * testsuite/ld-plugin/pr22983.3.d: New file.
+       * testsuite/ld-plugin/pr22983.4.d: New file.
+
+       * emulparams/aarch64elf.sh (OTHER_BSS_END_SYMBOLS): Make the
+       definition of the __bss_end__ symbol conditional upon CREATE_SHLIB.
+
+2018-06-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2018-06-09  Maciej W. Rozycki  <macro@mips.com>
+
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-1-7fff.d: New
+       test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-1-8000.d: New
+       test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-1-fff0.d: New
+       test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-1-10000.d: New
+       test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-1-2fe80.d: New
+       test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-7fff.d:
+       New test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-8000.d:
+       New test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-fff0.d:
+       New test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-10000.d:
+       New test.
+       * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-2fe80.d:
+       New test.
+       * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.  Fix
+       indentation.
+
+2018-06-09  Maciej W. Rozycki  <macro@mips.com>
+
+       * testsuite/ld-mips-elf/mips-elf.exp: Update symbol count in the
+       comment associated with lazy binding stub tests.
+
+2018-06-09  Maciej W. Rozycki  <macro@mips.com>
+
+       * Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency.
+       * Makefile.in: Regenerate.
+
+2018-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23161
+       * testsuite/ld-elf/pr23161d.rd: Remove local _edata, __bss_start,
+       and _end from dynamic symbol table.
+
+2018-06-08  H.J. Lu  <hongjiu.lu@intel.com>
+           Alan Modra  <amodra@gmail.com>
+
+       PR ld/23161
+       * emulparams/aarch64cloudabi.sh: PROVIDE __bss_start__, _bss_end__,
+       and __end__ in shared libraries.
+       * emulparams/aarch64fbsd.sh: Likewise.
+       * emulparams/aarch64linux.sh: Likewise.
+       * emulparams/aarch64linux32.sh: Likewise.
+       * emulparams/armelf_fuchsia.sh: Likewise.
+       * emulparams/armelf_linux.sh: Likewise.
+       * emulparams/armelf_phoenix.sh: Likewise.
+       * emulparams/aarch64elf.sh: Likewise, and __data_start
+       * emulparams/aarch64elf32.sh: Likewise.
+       * emulparams/armelf.sh: Likewise.
+       * emulparams/armnto.sh: Likewise.
+       * emulparams/elf32bmip.sh: Remove duplicate ". = ." from
+       OTHER_GOT_SYMBOLS.  PROVIDE _ftext, _fdata, and _fbss in shared libs.
+       * emulparams/elf32bmipn32-defs.sh: Likewise.
+       * emulparams/elf32frv.sh: PROVIDE __end and __data_start in shared libs.
+       * emulparams/elf32lriscv-defs.sh: Tidy.
+       * emulparams/elf32mcore.sh: PROVIDE __bss_start and _bss_end in
+       shared libs
+       * emulparams/elf32ppccommon.sh: PROVIDE __end in shared libs.
+       * emulparams/elf32rl78.sh: Tidy.
+       * emulparams/i386nto.sh: PROVIDE _btext in shared libs.
+       * emulparams/shelf_nto.sh: Likewise.
+       * emulparams/shlelf_nto.sh: Likewise.
+       * emulparams/score3_elf.sh: PROVIDE _gp, _bss_start__, _bss_end__,
+       __bss_end__, __end__, _fdata, _sdata_begin, and _bss_start in
+       shared libs.
+       * scripttempl/elf.sc: Don't use EXECUTABLE_SYMBOLS for shared
+       libraries.  PROVIDE _edata, edata, __bss_start, and _end in shared
+       libraries.
+       * testsuite/ld-elf/pr23161.map,
+       * testsuite/ld-elf/pr23161a.c,
+       * testsuite/ld-elf/pr23161b.c,
+       * testsuite/ld-elf/pr23161c.c,
+       * testsuite/ld-elf/pr23161a.rd,
+       * testsuite/ld-elf/pr23161b.rd,
+       * testsuite/ld-elf/pr23161c.rd,
+       * testsuite/ld-elf/pr23161d.rd: New tests.
+       * testsuite/ld-elf/shared.exp: Run ld/23161 tests.
+       * testsuite/ld-elf/pr23162.rd,
+       * testsuite/ld-aarch64/ifunc-1-local.d,
+       * testsuite/ld-aarch64/ifunc-1.d,
+       * testsuite/ld-aarch64/ifunc-2-local.d,
+       * testsuite/ld-aarch64/ifunc-2.d,
+       * testsuite/ld-aarch64/ifunc-21.d,
+       * testsuite/ld-aarch64/ifunc-3a.d,
+       * testsuite/ld-alpha/tlsbin.rd,
+       * testsuite/ld-alpha/tlsbin.sd,
+       * testsuite/ld-alpha/tlsbinr.rd,
+       * testsuite/ld-alpha/tlspic.rd,
+       * testsuite/ld-alpha/tlspic.sd,
+       * testsuite/ld-cris/dso-pltdis1.d,
+       * testsuite/ld-cris/dso-pltdis2.d,
+       * testsuite/ld-cris/dso12-pltdis.d,
+       * testsuite/ld-cris/gotplt1.d,
+       * testsuite/ld-cris/gotplt2.d,
+       * testsuite/ld-cris/gotplt3.d,
+       * testsuite/ld-cris/hiddef1.d,
+       * testsuite/ld-cris/libdso-1.d,
+       * testsuite/ld-cris/libdso-10.d,
+       * testsuite/ld-cris/libdso-11.d,
+       * testsuite/ld-cris/libdso-12.d,
+       * testsuite/ld-cris/libdso-12b.d,
+       * testsuite/ld-cris/libdso-12c.d,
+       * testsuite/ld-cris/libdso-13.d,
+       * testsuite/ld-cris/libdso-13b.d,
+       * testsuite/ld-cris/libdso-14.d,
+       * testsuite/ld-cris/libdso-15.d,
+       * testsuite/ld-cris/libdso-15b.d,
+       * testsuite/ld-cris/libdso-1c.d,
+       * testsuite/ld-cris/libdso-1d.d,
+       * testsuite/ld-cris/libdso-2.d,
+       * testsuite/ld-cris/pic-gc-72.d,
+       * testsuite/ld-cris/pic-gc-73.d,
+       * testsuite/ld-cris/pr16044.d,
+       * testsuite/ld-cris/pv32-1.d,
+       * testsuite/ld-cris/tls-dso-dtpoffd2.d,
+       * testsuite/ld-cris/tls-dso-dtpoffd4.d,
+       * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d,
+       * testsuite/ld-cris/tls-gc-71.d,
+       * testsuite/ld-cris/tls-gd-1.d,
+       * testsuite/ld-cris/tls-gd-1h.d,
+       * testsuite/ld-cris/tls-gd-2.d,
+       * testsuite/ld-cris/tls-gd-2h.d,
+       * testsuite/ld-cris/tls-ie-10.d,
+       * testsuite/ld-cris/tls-ie-11.d,
+       * testsuite/ld-cris/tls-ie-78.d,
+       * testsuite/ld-cris/tls-ie-8.d,
+       * testsuite/ld-cris/tls-ie-9.d,
+       * testsuite/ld-cris/tls-js1.d,
+       * testsuite/ld-cris/tls-ld-4.d,
+       * testsuite/ld-cris/tls-ld-5.d,
+       * testsuite/ld-cris/tls-ld-6.d,
+       * testsuite/ld-cris/tls-ld-7.d,
+       * testsuite/ld-cris/tls-ldgd-14.d,
+       * testsuite/ld-cris/tls-ldgd-15.d,
+       * testsuite/ld-cris/tls-ldgdex-14.d,
+       * testsuite/ld-cris/tls-ldgdex-15.d,
+       * testsuite/ld-cris/tls-ldgdx-14.d,
+       * testsuite/ld-cris/tls-ldgdx-15.d,
+       * testsuite/ld-cris/tls-legdx-16.d,
+       * testsuite/ld-cris/tls-legdx-17.d,
+       * testsuite/ld-cris/tls-local-54.d,
+       * testsuite/ld-cris/tls-local-60.d,
+       * testsuite/ld-cris/tls-local-61.d,
+       * testsuite/ld-cris/tls-local-63.d,
+       * testsuite/ld-cris/tls-local-64.d,
+       * testsuite/ld-cris/tls-ok-30.d,
+       * testsuite/ld-cris/tls-ok-32.d,
+       * testsuite/ld-cris/tls-ok-34.d,
+       * testsuite/ld-cris/tls-und-38.d,
+       * testsuite/ld-cris/tls-und-42.d,
+       * testsuite/ld-cris/tls-und-46.d,
+       * testsuite/ld-cris/tls-und-50.d,
+       * testsuite/ld-cris/weakhiddso.d,
+       * testsuite/ld-cris/weakref2.d,
+       * testsuite/ld-frv/fdpic-shared-1.d,
+       * testsuite/ld-frv/fdpic-shared-2.d,
+       * testsuite/ld-frv/fdpic-shared-3.d,
+       * testsuite/ld-frv/fdpic-shared-4.d,
+       * testsuite/ld-frv/fdpic-shared-5.d,
+       * testsuite/ld-frv/fdpic-shared-7.d,
+       * testsuite/ld-frv/fdpic-shared-8.d,
+       * testsuite/ld-frv/tls-dynamic-2.d,
+       * testsuite/ld-i386/ibt-plt-1.d,
+       * testsuite/ld-i386/ibt-plt-2a.d,
+       * testsuite/ld-i386/ibt-plt-2b.d,
+       * testsuite/ld-i386/ibt-plt-2c.d,
+       * testsuite/ld-i386/ibt-plt-2d.d,
+       * testsuite/ld-i386/ibt-plt-3a.d,
+       * testsuite/ld-i386/ibt-plt-3b.d,
+       * testsuite/ld-i386/ibt-plt-3c.d,
+       * testsuite/ld-i386/ibt-plt-3d.d,
+       * testsuite/ld-i386/plt2.dd,
+       * testsuite/ld-i386/pr20830.d,
+       * testsuite/ld-i386/tlsbin-nacl.rd,
+       * testsuite/ld-i386/tlsbin.rd,
+       * testsuite/ld-i386/tlsbin2-nacl.rd,
+       * testsuite/ld-i386/tlsbin2.rd,
+       * testsuite/ld-i386/tlsbindesc-nacl.rd,
+       * testsuite/ld-i386/tlsbindesc.rd,
+       * testsuite/ld-i386/tlsdesc-nacl.rd,
+       * testsuite/ld-i386/tlsdesc.rd,
+       * testsuite/ld-i386/tlsgdesc-nacl.rd,
+       * testsuite/ld-i386/tlsgdesc.rd,
+       * testsuite/ld-i386/tlsnopic-nacl.rd,
+       * testsuite/ld-i386/tlsnopic.dd,
+       * testsuite/ld-i386/tlsnopic.rd,
+       * testsuite/ld-i386/tlsnopic.sd,
+       * testsuite/ld-i386/tlspic-nacl.rd,
+       * testsuite/ld-i386/tlspic.rd,
+       * testsuite/ld-i386/tlspic2-nacl.rd,
+       * testsuite/ld-i386/tlspic2.rd,
+       * testsuite/ld-ia64/merge1.d,
+       * testsuite/ld-ia64/merge2.d,
+       * testsuite/ld-ia64/merge3.d,
+       * testsuite/ld-ia64/merge4.d,
+       * testsuite/ld-ia64/merge5.d,
+       * testsuite/ld-ia64/tlsbin.rd,
+       * testsuite/ld-ia64/tlspic.rd,
+       * testsuite/ld-ifunc/ifunc-2-i386-now.d,
+       * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
+       * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
+       * testsuite/ld-ifunc/ifunc-2-local-x86-64.d,
+       * testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
+       * testsuite/ld-ifunc/ifunc-2-x86-64.d,
+       * testsuite/ld-ifunc/pr17154-i386-now.d,
+       * testsuite/ld-ifunc/pr17154-i386.d,
+       * testsuite/ld-ifunc/pr17154-x86-64-now.d,
+       * testsuite/ld-ifunc/pr17154-x86-64.d,
+       * testsuite/ld-m68k/tls-def-1.d,
+       * testsuite/ld-m68k/tls-gd-1.d2,
+       * testsuite/ld-metag/shared.d,
+       * testsuite/ld-metag/stub_pic_app.d,
+       * testsuite/ld-mips-elf/rel32-n32.d,
+       * testsuite/ld-mips-elf/rel32-o32.d,
+       * testsuite/ld-mips-elf/rel64.d,
+       * testsuite/ld-powerpc/ambiguousv1.d,
+       * testsuite/ld-powerpc/ambiguousv1b.d,
+       * testsuite/ld-powerpc/ambiguousv2.d,
+       * testsuite/ld-powerpc/ambiguousv2b.d,
+       * testsuite/ld-powerpc/tlsexe.d,
+       * testsuite/ld-powerpc/tlsexe.r,
+       * testsuite/ld-powerpc/tlsexe32.d,
+       * testsuite/ld-powerpc/tlsexe32.g,
+       * testsuite/ld-powerpc/tlsexe32.r,
+       * testsuite/ld-powerpc/tlsexetoc.d,
+       * testsuite/ld-powerpc/tlsexetoc.r,
+       * testsuite/ld-powerpc/tlsso.d,
+       * testsuite/ld-powerpc/tlsso.r,
+       * testsuite/ld-powerpc/tlsso32.g,
+       * testsuite/ld-powerpc/tlsso32.r,
+       * testsuite/ld-powerpc/tlstocso.d,
+       * testsuite/ld-powerpc/tlstocso.g,
+       * testsuite/ld-powerpc/tlstocso.r,
+       * testsuite/ld-s390/gotreloc_31-1.dd,
+       * testsuite/ld-s390/tlsbin.dd,
+       * testsuite/ld-s390/tlsbin.rd,
+       * testsuite/ld-s390/tlsbin_64.dd,
+       * testsuite/ld-s390/tlsbin_64.rd,
+       * testsuite/ld-s390/tlspic.rd,
+       * testsuite/ld-s390/tlspic_64.rd,
+       * testsuite/ld-sh/tlsbin-2.d,
+       * testsuite/ld-sh/tlspic-2.d,
+       * testsuite/ld-sparc/gotop32.rd,
+       * testsuite/ld-sparc/gotop64.rd,
+       * testsuite/ld-sparc/tlssunbin32.rd,
+       * testsuite/ld-sparc/tlssunbin64.rd,
+       * testsuite/ld-sparc/tlssunnopic32.rd,
+       * testsuite/ld-sparc/tlssunnopic64.rd,
+       * testsuite/ld-sparc/tlssunpic32.rd,
+       * testsuite/ld-sparc/tlssunpic64.rd,
+       * testsuite/ld-x86-64/bnd-branch-1-now.d,
+       * testsuite/ld-x86-64/bnd-ifunc-1-now.d,
+       * testsuite/ld-x86-64/bnd-ifunc-2-now.d,
+       * testsuite/ld-x86-64/bnd-ifunc-2.d,
+       * testsuite/ld-x86-64/bnd-plt-1-now.d,
+       * testsuite/ld-x86-64/bnd-plt-1.d,
+       * testsuite/ld-x86-64/ibt-plt-1-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-1.d,
+       * testsuite/ld-x86-64/ibt-plt-2a-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-2a.d,
+       * testsuite/ld-x86-64/ibt-plt-2b-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-2b.d,
+       * testsuite/ld-x86-64/ibt-plt-2c-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-2c.d,
+       * testsuite/ld-x86-64/ibt-plt-2d-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-2d.d,
+       * testsuite/ld-x86-64/ibt-plt-3a-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-3a.d,
+       * testsuite/ld-x86-64/ibt-plt-3b-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-3b.d,
+       * testsuite/ld-x86-64/ibt-plt-3c-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-3c.d,
+       * testsuite/ld-x86-64/ibt-plt-3d-x32.d,
+       * testsuite/ld-x86-64/ibt-plt-3d.d,
+       * testsuite/ld-x86-64/ilp32-4-nacl.d,
+       * testsuite/ld-x86-64/ilp32-4.d,
+       * testsuite/ld-x86-64/load1c-nacl.d,
+       * testsuite/ld-x86-64/load1c.d,
+       * testsuite/ld-x86-64/load1d-nacl.d,
+       * testsuite/ld-x86-64/load1d.d,
+       * testsuite/ld-x86-64/mpx3n.dd,
+       * testsuite/ld-x86-64/mpx4.dd,
+       * testsuite/ld-x86-64/mpx4n.dd,
+       * testsuite/ld-x86-64/plt2.dd,
+       * testsuite/ld-x86-64/pr14207.d,
+       * testsuite/ld-x86-64/pr19162.d,
+       * testsuite/ld-x86-64/pr20253-1f.d,
+       * testsuite/ld-x86-64/pr20253-1l.d,
+       * testsuite/ld-x86-64/pr20830a-now.d,
+       * testsuite/ld-x86-64/pr20830a.d,
+       * testsuite/ld-x86-64/pr20830b-now.d,
+       * testsuite/ld-x86-64/pr20830b.d,
+       * testsuite/ld-x86-64/pr21038a-now.d,
+       * testsuite/ld-x86-64/pr21038a.d,
+       * testsuite/ld-x86-64/pr21038b-now.d,
+       * testsuite/ld-x86-64/pr21038b.d,
+       * testsuite/ld-x86-64/pr21038c-now.d,
+       * testsuite/ld-x86-64/pr21038c.d,
+       * testsuite/ld-x86-64/tlsbin-nacl.rd,
+       * testsuite/ld-x86-64/tlsbin.rd,
+       * testsuite/ld-x86-64/tlsbin2-nacl.rd,
+       * testsuite/ld-x86-64/tlsbin2.rd,
+       * testsuite/ld-x86-64/tlsbindesc-nacl.rd,
+       * testsuite/ld-x86-64/tlsbindesc.rd,
+       * testsuite/ld-x86-64/tlsdesc-nacl.rd,
+       * testsuite/ld-x86-64/tlsdesc.rd,
+       * testsuite/ld-x86-64/tlsgdesc-nacl.rd,
+       * testsuite/ld-x86-64/tlsgdesc.rd,
+       * testsuite/ld-x86-64/tlspic-nacl.rd,
+       * testsuite/ld-x86-64/tlspic.rd,
+       * testsuite/ld-x86-64/tlspic2-nacl.rd,
+       * testsuite/ld-x86-64/tlspic2.rd: Update.
+
+2018-06-07  Alan Modra  <amodra@gmail.com>
+
+       * emulparams/elf64bmip.sh (EXECUTABLE_SYMBOLS): Don't define.
+       (OTHER_SYMBOLS): Define this instead.
+       * emulparams/elf32bmipn32.sh (EXECUTABLE_SYMBOLS): Don't define.
+       (OTHER_SYMBOLS): Define similarly to elf64bmip.sh.
+       * emulparams/elf64hppa.sh (EXECUTABLE_SYMBOLS): Don't define.
+       (OTHER_SYMBOLS): Define instead.
+
+2018-06-07  Alan Modra  <amodra@gmail.com>
+
+       * emulparams/elf32_tic6x_le.sh (EXECUTABLE_SYMBOLS): Don't define.
+
+2018-06-06  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (earmelf_fbsd.c): Correct dependencies.
+       (earmelfb_fbsd.c, earmelfb_fuchsia.c): Likewise.
+       * Makefile.in: Regenerate.
+
+2018-06-05  Alan Modra  <amodra@gmail.com>
+
+       PR 23254
+       * plugin.c (plugin_call_claim_file): Revert 2016-07-19 patch.
+       (plugin_object_p): Don't dup file descriptor.
+
+2018-06-05  Flavio Ceolin  <flavio.ceolin@intel.com>
+
+       * testsuite/ld-elf/elf.exp Run new test.
+       * testsuite/ld-elf/stack-noexec.rd New file: Expected readelf output.
+
+2018-06-03  Sebastian Huber  <sebastian.huber@embedded-brains.de>
+           Jim Wilson  <jimw@sifive.com>
+
+       PR ld/23244
+       * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new weak ref tests.
+       * testsuite/ld-riscv-elf/weakref.ld: New.
+       * testsuite/ld-riscv-elf/weakref32.d: New.
+       * testsuite/ld-riscv-elf/weakref32.s: New.
+       * testsuite/ld-riscv-elf/weakref64.d: New.
+       * testsuite/ld-riscv-elf/weakref64.s: New.
+
+2018-06-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2018-05-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23238
+       * testsuite/ld-ifunc/ifunc-26.d: New file.
+       * testsuite/ld-ifunc/ifunc-26.s: Likewise.
+       * testsuite/ld-ifunc/ifunc.exp: Run *.d tests without a
+       working compiler.
+
+2018-05-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-ifunc/ifunc-10-i386.d: Skip NaCl targets.
+       * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
+       * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
+       * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
+
+2018-05-26  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23194
+       * testsuite/ld-i386/pr23194.d: Expect only R_386_GLOB_DAT
+       against foobar.
+       * testsuite/ld-i386/pr23194.map: Add foobar.
+       * testsuite/ld-x86-64/pr23194.map: Likewise.
+       * testsuite/ld-i386/pr23194.s: Add a common foobar symbol.
+       * testsuite/ld-x86-64/pr23194.s: Likewise.
+       * testsuite/ld-x86-64/pr23194.d: Expect only R_X86_64_GLOB_DAT
+       against foobar.
+
+2018-05-25  Alan Modra  <amodra@gmail.com>
+
+       * po/BLD-POTFILES.in: Regenerate.
+
+2018-05-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23201
+       * testsuite/ld-tic6x/shlib-1.rd: Adjusted.
+       * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
+       * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
+       * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
+
+2018-05-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23201
+       * ldexp.c (exp_fold_tree_1): Call bfd_link_hide_symbol to hide
+       a symbol.
+       * testsuite/ld-elf/provide-hidden-dynabs.nd: Removed.
+       * testsuite/ld-elf/provide-hidden-dynsec.nd: Likewise.
+       * testsuite/ld-elf/provide-hidden.exp: Replace
+       provide-hidden-dynsec.nd with provide-hidden-sec.nd and
+       provide-hidden-dyn.nd.  Replace provide-hidden-dynabs.nd with
+       provide-hidden-abs.nd and provide-hidden-dyn.nd.
+       * testsuite/ld-i386/pr23189.d: Expect no dynamic relocation.
+       * testsuite/ld-x86-64/pr23189.d: Likewise.
+
+2018-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23194
+       * testsuite/ld-i386/i386.exp: Run pr23194.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+       * testsuite/ld-i386/pr23194.d: New file.
+       * testsuite/ld-i386/pr23194.map: Likewise.
+       * testsuite/ld-i386/pr23194.s: Likewise.
+       * testsuite/ld-x86-64/pr23194.d: Likewise.
+       * testsuite/ld-x86-64/pr23194.map: Likewise.
+       * testsuite/ld-x86-64/pr23194.s: Likewise.
+
+2018-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-i386/i386.exp: Run pr23189 for all targets.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+
+2018-05-18  John Darrington  <john@darrington.wattle.id.au>
+
+       * Makefile.am: Add support for s12z architecture.
+       * configure.tgt: Likewise.
+       * Makefile.in: Regenerate.
+       * emulparams/m9s12zelf.sh: New file.
+       * scripttempl/elfm9s12z.sc: New file.
+       * testsuite/ld-discard/static.d: Expect to fail for the s12z
+       target.
+       * testsuite/ld-elf/endsym.d: Likewise.
+       * testsuite/ld-elf/merge.d: Likewise.
+       * testsuite/ld-elf/pr14926.d: Skip for the s12z target.
+       * testsuite/ld-elf/sec64k.exp: Likewise.
+       * testsuite/ld-s12z: New directory.
+       * testsuite/ld-s12z/opr-linking.d: New file.
+       * testsuite/ld-s12z/opr-linking.s: New file.
+       * testsuite/ld-s12z/relative-linking.d: New file.
+       * testsuite/ld-s12z/relative-linking.s: New file.
+       * testsuite/ld-s12z/z12s.exp: New file.
+
+2018-05-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23189
+       * testsuite/ld-i386/i386.exp: Run pr23189.
+       * testsuite/ld-x86-64/x86-64.exp: Likewise.
+       * testsuite/ld-i386/pr23189.d: New file.
+       * testsuite/ld-i386/pr23189.s: Likewise.
+       * testsuite/ld-i386/pr23189.t: Likewise.
+       * testsuite/ld-x86-64/pr23189.d: Likewise.
+       * testsuite/ld-x86-64/pr23189.s: Likewise.
+       * testsuite/ld-x86-64/pr23189.t: Likewise.
+
+2018-05-15  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/notes.exp: Restore LDFLAGS.
+
+2018-05-14  Nick Clifton  <nickc@redhat.com>
+
+       * testsuite/ld-elf/notes.exp: New file: Run new test.
+       * testsuite/ld-elf/note1_1.s: New file: Source file for test.
+       * testsuite/ld-elf/note1_2.s: New file: Source file for test.
+       * testsuite/ld-elf/note1.r: New file: Expected readelf output.
+
+2018-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23169
+       * testsuite/ld-ifunc/ifunc-9-i386.d: New file.
+       * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
+       * testsuite/ld-ifunc/pr23169a.c: Likewise.
+       * testsuite/ld-ifunc/pr23169a.rd: Likewise.
+       * testsuite/ld-ifunc/pr23169b.c: Likewise.
+       * testsuite/ld-ifunc/pr23169b.c: Likewise.
+       * testsuite/ld-ifunc/pr23169c.rd: Likewise.
+       * testsuite/ld-ifunc/pr23169c.rd: Likewise.
+       * testsuite/ld-ifunc/ifunc-9-x86.d: Removed.
+       * testsuite/ld-ifunc/ifunc.exp: Run PR ld/23169 tests.
+
+2018-05-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR ld/23162
+       * testsuite/ld-elf/pr23162.map: New file.
+       * testsuite/ld-elf/pr23162.rd: Likewise.
+       * testsuite/ld-elf/pr23162a.c: Likewise.
+       * testsuite/ld-elf/pr23162b.c: Likewise.
+       * testsuite/ld-elf/shared.exp: Run PR ld/23162 tests.
+
 2018-05-12  Alan Modra  <amodra@gmail.com>
 
        PR 20659
This page took 0.034025 seconds and 4 git commands to generate.