Fix regression from TUI disassembly style patch
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 81935a408c582226d4bd7da57914ba249c619402..431e5b62b1fc9d502a5848f59ab5edc5b011cc91 100644 (file)
@@ -1,3 +1,413 @@
+2019-11-05  Alan Modra  <amodra@gmail.com>
+
+       * emulparams/aarch64elf.sh (GENERATE_SHLIB_SCRIPT),
+       (GENERATE_PIE_SCRIPT): Don't set.
+       * emulparams/aarch64elf32.sh (GENERATE_SHLIB_SCRIPT),
+       (GENERATE_PIE_SCRIPT): Don't set.
+       * emulparams/arcelf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
+       * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT),
+       (GENERATE_PIE_SCRIPT): Don't set.
+       * emulparams/armelf_fbsd.sh (GENERATE_SHLIB_SCRIPT): Set.
+       * emulparams/armelf_nbsd.sh (GENERATE_SHLIB_SCRIPT),
+       (GENERATE_PIE_SCRIPT): Set.
+       * emulparams/armelf_vxworks.sh (GENERATE_SHLIB_SCRIPT): Set.
+       * emulparams/armsymbian.sh (GENERATE_SHLIB_SCRIPT): Set.
+       * emulparams/elf32bfin.sh (GENERATE_SHLIB_SCRIPT): Don't set.
+       * emulparams/elf32microblaze.sh (GENERATE_SHLIB_SCRIPT): Don't set.
+       * emulparams/score3_elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
+       * emulparams/shelf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
+       * emulparams/shelf_nbsd.sh (GENERATE_SHLIB_SCRIPT),
+       (GENERATE_PIE_SCRIPT): Set.
+       * emulparams/shelf_uclinux.sh (GENERATE_SHLIB_SCRIPT): Set.
+
+2019-11-05  Alan Modra  <amodra@gmail.com>
+
+       * emulparams/elf32bfinfd.sh: Unset EMBEDDED rather assigning as empty.
+       * emulparams/elf32frvfd.sh: Likewise.
+       * emulparams/elf32lm32fd.sh: Likewise.
+       * emulparams/i386lynx.sh: Likewise.
+
+2019-10-22  Alan Modra  <amodra@gmail.com>
+
+       PR 22269
+       * testsuite/ld-elf/pr22269-1.rd: Look for GOT section NONE and
+       RELATIVE relocs.
+       * testsuite/ld-elf/shared.exp (pr22269-1): Give test a better
+       name.  Use -z nocombreloc.
+
+2019-10-19  Alan Modra  <amodra@gmail.com>
+
+       PR ld/25110
+       * testsuite/ld-gc/gc.exp: Adjust LDFLAGS for pr19161 dump test on
+       hppa*-*-linux*.
+
+2019-10-17  Nelson Chu  <nelson.chu@sifive.com>
+
+       * testsuite/ld-riscv-elf/lib-nopic-01b.d: Update the error message.
+
+       * testsuite/ld-riscv-elf/lib-nopic-01a.s: Create the shared library
+       lib-nopic-01a.so, it will be linked with lib-nopic-01b.s.
+       * testsuite/ld-riscv-elf/lib-nopic-01b.s: Add new test for the
+       unresolved relocation.  Link the non-pic code into a shared library
+       may cause the error.
+       * testsuite/ld-riscv-elf/lib-nopic-01b.d: Likewise.
+       * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run the new test only when
+       the shared library is supported.
+
+2019-10-16  Alan Modra  <amodra@gmail.com>
+
+       PR 13616
+       * emulparams/elf64lppc.sh (NOP): Don't define.
+       * emulparams/elf64ppc.sh (NOP): Don't define.
+       * ldwrite.c (build_link_order): Use link_info.big_endian.  Move
+       code determining endian to use for data_statement to..
+       * ldemul.c (after_open_default): ..here.  Set link_info.big_endian.
+
+2019-10-16  Alan Modra  <amodra@gmail.com>
+
+       * genscripts.sh: Correct comments.  Remove outdated comment block
+       saying "Generate 5 or 6 script files..".  Remove description of
+       ld options from comment emitted to script files, and order options
+       as per comment block in genscripts.sh saying which scripts are
+       generated.
+
+2019-10-14  Alan Modra  <amodra@gmail.com>
+
+       * ldctor.h (struct set_element): Make next field a union, adding
+       idx field.
+       * ldctor.c (ctor_cmp): Dereference pointer and lose unnecessary
+       const.  Replace final sort on pointer value with final sort on idx.
+       (ldctor_add_set_entry): Adjust next field access.
+       (ldctor_build_sets): Likewise.  Set u.idx field for sort.
+
+2019-10-14  Alan Modra  <amodra@gmail.com>
+
+       * pe-dll.c (reloc_data_type): Add idx field.
+       (reloc_sort): Perform final sort by idx.
+       (generate_reloc): Set idx.
+
+2019-10-13  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Delete superflous "Changes in 2.33" comment.
+
+2019-10-09  Alan Modra  <amodra@gmail.com>
+
+       PR 25081
+       * ldlang.c (lang_size_sections_1): Set lma from section vma
+       rather than dot.
+
+2019-10-08  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/localgot.s,
+       * testsuite/ld-powerpc/localgot.d: New test.
+       * testsuite/ld-powerpc/powerpc.exp: Run it.
+
+2019-10-07  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       * testsuite/ld-msp430-elf/attr-gnu-main.s: New test.
+       * testsuite/ld-msp430-elf/attr-gnu-obj.s: New test.
+       * testsuite/ld-msp430-elf/attr-gnu-region-lower-upper.d: New test.
+       * testsuite/ld-msp430-elf/attr-gnu-region-lower.d: New test.
+       * testsuite/ld-msp430-elf/attr-gnu-region-upper.d: New test.
+       * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests.
+
+2019-10-07  Alan Modra  <amodra@gmail.com>
+
+       * ldmisc.c (vfinfo): Save and restore bfd_error around bfd
+       function calls that might set it.
+       * testsuite/ld-elf/indirect.exp: Don't expect "nonrepresentable
+       section" message.
+
+2019-10-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/tlsexe.r: Adjust for added TLSMARK symbol.
+       * testsuite/ld-powerpc/tlsexe32.r: Likewise.
+       * testsuite/ld-powerpc/tlsso.r: Likewise.
+       * testsuite/ld-powerpc/tlsso32.r: Likewise.
+       * testsuite/ld-powerpc/tls32no.d,
+       * testsuite/ld-powerpc/tls32no.g: New test files.
+       * testsuite/ld-powerpc/tlsexe32no.d,
+       * testsuite/ld-powerpc/tlsexe32no.g,
+       * testsuite/ld-powerpc/tlsexe32no.r: New test files.
+       * testsuite/ld-powerpc/tlsexeno.d,
+       * testsuite/ld-powerpc/tlsexeno.g,
+       * testsuite/ld-powerpc/tlsexeno.r: New test files.
+       * testsuite/ld-powerpc/tlsexetocno.d,
+       * testsuite/ld-powerpc/tlsexetocno.g: New test files.
+       * testsuite/ld-powerpc/tlsno.d,
+       * testsuite/ld-powerpc/tlsno.g: New test files.
+       * testsuite/ld-powerpc/tlstocno.d,
+       * testsuite/ld-powerpc/tlstocno.g: New test files.
+       * testsuite/ld-powerpc/powerpc.exp: Run new tests.
+
+2019-10-07  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-arm/tls-gdesc-neg.d: Relax target match.
+
+2019-10-04  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-powerpc/tlsso.d: Adjust to suit tlsld_got usage change.
+       * testsuite/ld-powerpc/tlsso.g: Likewise.
+       * testsuite/ld-powerpc/tlsso.r: Likewise.
+       * testsuite/ld-powerpc/tlsso32.d: Likewise.
+       * testsuite/ld-powerpc/tlsso32.g: Likewise.
+       * testsuite/ld-powerpc/tlsso32.r: Likewise.
+
+2019-10-04  Szabolcs Nagy  <szabolcs.nagy@arm.com>
+
+       PR ld/25062
+       * testsuite/ld-arm/arm-elf.exp: Update.
+       * testsuite/ld-arm/tls-gdesc-neg.d: New test.
+       * testsuite/ld-arm/tls-gdesc-neg.s: New test.
+
+2019-09-23  Nick Alcock  <nick.alcock@oracle.com>
+
+       * configure.ac (TESTCTFLIB): Set to the .so or .a, like TESTBFDLIB.
+       * Makefile.am (TESTCTFLIB): Use it.
+       (LIBCTF): Use the .la file.
+       (check-DEJAGNU): Use it.
+       * Makefile.in: Regenerated.
+       * configure: Likewise.
+
+2019-09-30  Nick Alcock  <nick.alcock@oracle.com>
+
+       * ldlang.h: (struct lang_input_statement_struct): Add the_ctf.
+       (struct elf_sym_strtab): Add forward.
+       (struct elf_strtab_hash): Likewise.
+       (ldlang_ctf_apply_strsym): Declare.
+       (ldlang_write_ctf_late): Likewise.
+       * ldemul.h (ldemul_emit_ctf_early): New.
+       (ldemul_examine_strtab_for_ctf): Likewise.
+       (ld_emulation_xfer_type) <emit_ctf_early>: Likewise.
+       (ld_emulation_xfer_type) <examine_strtab_for_ctf>: Likewise.
+       * ldemul.c (ldemul_emit_ctf_early): New.
+       (ldemul_examine_strtab_for_ctf): Likewise.
+       * ldlang.c: Include ctf-api.h.
+       (CTF_COMPRESSION_THRESHOLD): New.
+       (ctf_output): New. Initialized in...
+       (ldlang_open_ctf): ... this new function.  Open all the CTF
+       sections in the input files: mark them non-loaded and empty
+       so as not to copy their contents to the output, but linker-created
+       so the section gets created in the target.
+       (ldlang_merge_ctf): New, merge types via ctf_link_add_ctf and
+       ctf_link.
+       (ldlang_ctf_apply_strsym): New, an examine_strtab callback: wrap
+       ldemul_examine_strtab_for_ctf.
+       (lang_write_ctf): New, write out the CTF section.
+       (ldlang_write_ctf_late): New, late call via bfd's emit_ctf hook.
+       (lang_process): Call ldlang_open_ctf, ldlang_merge_ctf, and
+       lang_write_ctf.
+       * ldmain.c (link_callbacks): Add ldlang_ctf_apply_strsym,
+       ldlang_write_ctf_late.
+       * emultempl/aix.em: Add ctf-api.h.
+       * emultempl/armcoff.em: Likewise.
+       * emultempl/beos.em: Likewise.
+       * emultempl/elf.em: Likewise.
+       * emultempl/generic.em: Likewise.
+       * emultempl/linux.em: Likewise.
+       * emultempl/msp430.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/pep.em: Likewise.
+       * emultempl/ticoff.em: Likewise.
+       * emultempl/vanilla.em: Likewise.
+       * ldcref.c: Likewise.
+       * ldctor.c: Likewise.
+       * ldelf.c: Likewise.
+       * ldelfgen.c: Likewise.
+       * ldemul.c: Likewise.
+       * ldexp.c: Likewise.
+       * ldfile.c: Likewise.
+       * ldgram.c: Likewise.
+       * ldlex.l: Likewise.
+       * ldmain.c: Likewise.
+       * ldmisc.c: Likewise.
+       * ldver.c: Likewise.
+       * ldwrite.c: Likewise.
+       * lexsup.c: Likewise.
+       * mri.c: Likewise.
+       * pe-dll.c: Likewise.
+       * plugin.c: Likewise.
+
+       * ldelfgen.c (ldelf_emit_ctf_early): New.
+       (ldelf_examine_strtab_for_ctf): tell libctf about the symtab and
+       strtab.
+       (struct ctf_strsym_iter_cb_arg): New, state to do so.
+       (ldelf_ctf_strtab_iter_cb): New: tell libctf about
+       each string in the strtab in turn.
+       (ldelf_ctf_symbols_iter_cb): New, tell libctf
+       about each symbol in the symtab in turn.
+       * ldelfgen.h (struct elf_sym_strtab): Add forward.
+       (struct elf_strtab_hash): Likewise.
+       (struct ctf_file): Likewise.
+       (ldelf_emit_ctf_early): Declare.
+       (ldelf_examine_strtab_for_ctf): Likewise.
+       * emultempl/elf-generic.em (LDEMUL_EMIT_CTF_EARLY): Set it.
+       (LDEMUL_EXAMINE_STRTAB_FOR_CTF): Likewise.
+       * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
+       emit_ctf_early and examine_strtab_for_ctf, NULL by default.
+       * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
+       * emultempl/vanilla.em (ld_vanilla_emulation): Likewise.
+
+       * Makefile.am: Pull in libctf (and zlib, a transitive requirement
+       for compressed CTF section emission).  Pass it on to DejaGNU.
+       * configure.ac: Add AM_ZLIB.
+       * aclocal.m4: Added zlib.m4.
+       * Makefile.in: Regenerated.
+       * testsuite/ld-bootstrap/bootstrap.exp: Use it when relinking ld.
+
+2019-10-02  Alan Modra  <amodra@gmail.com>
+
+       * ld.texi (-Bsymbolic, -Bsymbolic-functions): Don't mention PIEs.
+       * ld.h (symbolic_enum, dynamic_list_enum),
+       (args_type <symbolic, dynamic_list>): Move to..
+       * lexsup.c (parse_args): ..here, using auto vars opt_symbolic
+       and opt_dynamic_list rather than command_line fields.  Only
+       act on -Bsymbolic and -Bsymbolic-functions for shared library
+       output.  Free dynamic_list.
+
+2019-09-26  Alan Modra  <amodra@gmail.com>
+
+       PR 24262
+       * ld.texi (-plugin): Revert 2019-03-15 change.
+
+2019-09-25  Alan Modra  <amodra@gmail.com>
+
+       * ld.texi (SORT_BY_ALIGNMENT): Reword slightly.
+       (SORT_BY_INIT_PRIORITY): Elucidate.
+       * ldlang.c: Include limits.h.
+       (get_init_priority): Comment.  Change param to a section,
+       return an int.  Sanity check priority digits.  Support sorting
+       more sections with trailing digits.  Return -1 on error.
+       (compare_section): Adjust.
+
+2019-09-25  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/avrelf.em (_before_allocation): Silence build warning
+       using clang.
+
+2019-09-23  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-plugin/pr24406-1.c (main): Correct buffer size
+       to read.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * deffilep.y: Include bfdlink.h.
+       * ldelf.c: Likewise.
+       * ldelfgen.c: Likewise.
+       * ldver.c: Likewise.
+       * mri.c: Likewise.
+       * emultempl/irix.em: Don't include ld.h, ldmain.h, libiberty.h.
+       Comment.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/m68kelf.em: Include elf32-m68k.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/bfin.em: Include elf32-bfin.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/cr16elf.em: Include elf32-cr16.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/aix.em: Include xcofflink.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/armelf.em: Include elf32-arm.h.
+       * emultempl/pe.em: Move func defines later and include coff-arm.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/aarch64elf.em: Include elfxx-aarch64.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/ia64elf.em: Include elfxx-ia64.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/v850elf.em: Include elf32-v850.h.
+
+2019-09-23  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/cskyelf.em: Include elf32-csky.h.
+
+2019-09-22  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-srec/sr3.cc (FOO_MSG_LEN): Set to 4.
+
+2019-09-20  Nelson Chu <nelson.chu@sifive.com>
+
+       * testsuite/ld-riscv-elf/weakref32.s: Add relaxable undef weak code.
+       * testsuite/ld-riscv-elf/weakref64.s: Likewise.
+       * testsuite/ld-riscv-elf/weakref32.d: Updated.
+       * testsuite/ld-riscv-elf/weakref64.d: Updated.
+
+2019-09-20  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/xtensaelf.em (xtensa_get_section_deps): Comment.
+       Use bfd_section_userdata.
+       (xtensa_set_section_deps): Use bfd_set_section_userdata.
+       * ldlang.c (lang_output_section_get): Use bfd_section_userdata.
+       (sort_def_symbol): Likewise, and bfd_set_section_userdata.
+       (init_os): Use bfd_set_section_userdata.
+       (print_all_symbols): Use bfd_section_userdata.
+       * ldlang.h (get_userdata): Delete.
+
+2019-09-20  Alan Modra  <amodra@gmail.com>
+
+       * ldelf.c (ldelf_after_open, ldelf_place_orphan
+       * ldlang.c (walk_wild_file, lang_process): Use bfd_usrdata.
+       (load_symbols, ldlang_add_file): Use bfd_set_usrdata.
+       * ldmain.c (add_archive_element): Use bfd_usrdata.
+       * ldlang.h (bfd_input_just_syms): New inline function.
+       * emultempl/aarch64elf.em (build_section_lists): Use it.
+       * emultempl/mmo.em (mmo_place_orphan): Likewise.
+       * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
+       * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
+       * emultempl/ppc64elf.em (build_section_lists): Likewise.
+
+2019-09-18  Alan Modra  <amodra@gmail.com>
+
+       * ldcref.c, * ldctor.c, * ldelf.c, * ldlang.c, * pe-dll.c,
+       * emultempl/aarch64elf.em, * emultempl/aix.em,
+       * emultempl/armcoff.em, * emultempl/armelf.em,
+       * emultempl/cr16elf.em, * emultempl/cskyelf.em,
+       * emultempl/m68hc1xelf.em, * emultempl/m68kelf.em,
+       * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
+       * emultempl/mmo.em, * emultempl/msp430.em,
+       * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
+       * emultempl/ppc64elf.em, * emultempl/xtensaelf.em: Update
+       throughout for bfd section macro and function changes.
+
+2019-09-18  Alan Modra  <amodra@gmail.com>
+
+       * ldcref.c (check_reloc_refs): Update bfd_get_section to
+       bfd_asymbol_section.
+
+2019-09-18  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in: Re-generate.
+       * configure: Re-generate.
+
+2019-09-18  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (stricpy, strcut, name_compare): Constify params.
+       (get_first_input_target): Make return and "target" const.
+
 2019-09-18  Alan Modra  <amodra@gmail.com>
 
        * emultempl/pe.em (after_open): Use bfd_set_filename.
This page took 0.028247 seconds and 4 git commands to generate.