commit | 509fdd5a8720250b8e0ddb5691ec94352c85e970 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Thu Apr 20 07:01:22 2023 +0930 |
committer | Alan Modra <amodra@gmail.com> | Thu Apr 20 09:03:53 2023 +0930 |
tree | 0fb2b5f0f1e3262f1b1afaa36f7be495e06a3bc1 | |
parent | 2605f35cda6ec0710ad87e14912dd4ee537e674e [diff] |
sh4-linux segfaults running ld testsuite Segmentation fault FAIL: pr22269-1 (static pie undefined weak) and others running "visibility (hidden undef)" tests No code has any right to access bfd_link_hash_entry u.def without first checking the type, and SYMBOL_REFERENCES_LOCAL isn't sufficient. * elf32-sh.c (sh_elf_finish_dynamic_symbol): Don't use relative relocs in GOT unless symbol is defined.