; * msdos/emacs.djl: Don't interfere with the order of other symbols.

This commit is contained in:
Po Lu 2025-03-25 10:37:09 +08:00
parent 49eab999f1
commit c3492b969d

View 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);