diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-04 16:38:59 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-04 16:38:59 +1030 |
commit | 45830fd60e3c7b694dfa03f6fc1e7de431a3fcd1 (patch) | |
tree | 5bf74dab37da45fc4991e9808561bfa77579bbd6 /ld/ldexp.c | |
parent | 91114f7583fac8fdf57c58a1f632839da62e43da (diff) | |
download | binutils-45830fd60e3c7b694dfa03f6fc1e7de431a3fcd1.zip binutils-45830fd60e3c7b694dfa03f6fc1e7de431a3fcd1.tar.gz binutils-45830fd60e3c7b694dfa03f6fc1e7de431a3fcd1.tar.bz2 |
Revert "PR25570, ld duplicate "warning: changing start of section""
This reverts commit 91114f7583fac8fdf57c58a1f632839da62e43da.
Diffstat (limited to 'ld/ldexp.c')
-rw-r--r-- | ld/ldexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -742,7 +742,7 @@ fold_name (etree_type *tree) output_section = h->u.def.section->output_section; if (output_section == NULL) { - if (expld.phase != lang_final_phase_enum) + if (expld.phase <= lang_mark_phase_enum) new_rel (h->u.def.value, h->u.def.section); else einfo (_("%X%P:%pS: unresolvable symbol `%s'" |