https://sourceware.org/bugzilla/show_bug.cgi?id=29998
--- Comment #29 from Alan Modra <amodra at gmail dot com> --- It looks like file_chain goes wrong at ldlang.c:8017 *insert = &files.head->input_statement; insert happens to equal file_chain.tail. When adding to the end of the list we ought to update file_chain.tail. -- You are receiving this mail because: You are on the CC list for the bug.