From 73d5923e480944e2d66bde8c59f4dff298ec57e3 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Wed, 2 Aug 2017 11:48:07 +0100 Subject: Fix assertion failure for xtensa linker. * emultempl/xtensaelf.em (xtensa_wild_group_interleave_callback): Only check for by_name sorting. --- ld/emultempl/xtensaelf.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emultempl') diff --git a/ld/emultempl/xtensaelf.em b/ld/emultempl/xtensaelf.em index 1447d52..3827d91 100644 --- a/ld/emultempl/xtensaelf.em +++ b/ld/emultempl/xtensaelf.em @@ -1432,7 +1432,7 @@ xtensa_wild_group_interleave_callback (lang_statement_union_type *statement) struct wildcard_list *l; for (l = w->section_list; l != NULL; l = l->next) { - if (l->spec.sorted != none) + if (l->spec.sorted == by_name) { no_reorder = TRUE; break; -- cgit v1.1