mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08: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
|
the result that lread.o (which defines lispsym) must be aligned
|
||||||
to a multiple of 8 by hand. */
|
to a multiple of 8 by hand. */
|
||||||
lread.o(.bss)
|
lread.o(.bss)
|
||||||
EXCLUDE_FILE(lread.o) *(.bss)
|
*(EXCLUDE_FILE(lread.o) .bss .gnu.linkonce.b.*)
|
||||||
*(.gnu.linkonce.b.*)
|
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
end = . ; PROVIDE(_end = .) ;
|
end = . ; PROVIDE(_end = .) ;
|
||||||
. = ALIGN(0x200);
|
. = ALIGN(0x200);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue