mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
; * msdos/emacs.djl: Don't interfere with the order of other symbols.
This commit is contained in:
parent
49eab999f1
commit
c3492b969d
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue