commit | a9e61227c09c03d5cb54f9c88520baffc1d86c86 | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Sat Feb 05 07:26:31 2022 -0800 |
committer | H.J. Lu <hjl.tools@gmail.com> | Sat Feb 05 07:34:12 2022 -0800 |
tree | fec294b10daee4ed1afd307b3f3166ba22ad2c58 | |
parent | 0acf434a23768449cbb4b3732355f3f2febecaee [diff] |
x86: Skip undefined symbol when finishing DT_RELR Don't abort for undefined symbol when finishing DT_RELR. Instead, skip undefined symbol. Undefined symbol will be reported by relocate_section. * elfxx-x86.c (elf_x86_size_or_finish_relative_reloc): Skip undefined symbol in finishing phase.