]> git.eshelyaron.com Git - emacs.git/commitdiff
; * msdos/emacs.djl: Don't interfere with the order of other symbols.
authorPo Lu <luangruo@yahoo.com>
Tue, 25 Mar 2025 02:37:09 +0000 (10:37 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 25 Mar 2025 18:19:53 +0000 (19:19 +0100)
(cherry picked from commit c3492b969da3b117904a070a2617b31dd965f109)

msdos/emacs.djl

index 65b2401667e26e0d2db4a2eec732b99a1ba3ce54..e8791cd6831e53e48685ca7c6b1f9f90749c98f8 100644 (file)
@@ -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);