From c3492b969da3b117904a070a2617b31dd965f109 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 25 Mar 2025 10:37:09 +0800 Subject: [PATCH] ; * msdos/emacs.djl: Don't interfere with the order of other symbols. --- msdos/emacs.djl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/msdos/emacs.djl b/msdos/emacs.djl index 65b2401667e..e8791cd6831 100644 --- a/msdos/emacs.djl +++ b/msdos/emacs.djl @@ -56,8 +56,7 @@ SECTIONS the result that lread.o (which defines lispsym) must be aligned to a multiple of 8 by hand. */ lread.o(.bss) - EXCLUDE_FILE(lread.o) *(.bss) - *(.gnu.linkonce.b.*) + *(EXCLUDE_FILE(lread.o) .bss .gnu.linkonce.b.*) *(COMMON) end = . ; PROVIDE(_end = .) ; . = ALIGN(0x200);