summaryrefslogtreecommitdiff
path: root/core/nds32/ec.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/nds32/ec.lds.S')
-rw-r--r--core/nds32/ec.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/nds32/ec.lds.S b/core/nds32/ec.lds.S
index 5955c24df1..1f125243c9 100644
--- a/core/nds32/ec.lds.S
+++ b/core/nds32/ec.lds.S
@@ -68,7 +68,7 @@ SECTIONS
. = ALIGN(4);
__hcmds = .;
- KEEP(*(.rodata.hcmds))
+ KEEP(*(SORT(.rodata.hcmds*)))
__hcmds_end = .;
. = ALIGN(4);