From: Po Lu Date: Tue, 25 Mar 2025 02:37:09 +0000 (+0800) Subject: ; * msdos/emacs.djl: Don't interfere with the order of other symbols. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=641cf8186af5e03af1b716a24726bef24c108d89;p=emacs.git ; * msdos/emacs.djl: Don't interfere with the order of other symbols. (cherry picked from commit c3492b969da3b117904a070a2617b31dd965f109) --- 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);