[binutils-gdb] PR 21384, --dynamic-list regression with f02cb058

sergiodj+buildbot@sergiodj.net sergiodj+buildbot@sergiodj.net
Tue May 2 15:46:00 GMT 2017


*** TEST RESULTS FOR COMMIT 73ec947d59c511411377ad51ef792a5fcdd3f0cc ***

Author: Alan Modra <amodra@gmail.com>
Branch: master
Commit: 73ec947d59c511411377ad51ef792a5fcdd3f0cc

PR 21384, --dynamic-list regression with f02cb058

The commit to "Always descend into output section statements in
lang_do_assignments" meant that linker script symbols were not
bfd_link_hash_new when ld called bfd_elf_record_link_assignment.
This patch corrects that problem by testing h->non_elf instead.

	PR 21384
	* elflink.c (bfd_elf_link_mark_dynamic_symbol): Test h->non_elf
	rather than h->root.type == bfd_link_hash_new.
	(bfd_elf_record_link_assignment): Similarly, call
	bfd_elf_link_mark_dynamic_symbol when h->non_elf.



More information about the Gdb-testers mailing list