mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
go32v2: define __crt0_startup_flags as .comm rather than a global symbol. This allows linking against DJGPP libs and code which might also define this symbol. This change is also inline with recent crt0.S versions in DJGPP.
git-svn-id: trunk@47536 -
This commit is contained in:
parent
95394d7f98
commit
bf8a020316
@ -38,6 +38,7 @@
|
|||||||
.comm __stubinfo, 4
|
.comm __stubinfo, 4
|
||||||
.comm ___djgpp_base_address, 4
|
.comm ___djgpp_base_address, 4
|
||||||
.comm ___djgpp_selector_limit, 4
|
.comm ___djgpp_selector_limit, 4
|
||||||
|
.comm __crt0_startup_flags, 4
|
||||||
.comm ___djgpp_stack_limit, 4
|
.comm ___djgpp_stack_limit, 4
|
||||||
.lcomm sel_buf, 8
|
.lcomm sel_buf, 8
|
||||||
|
|
||||||
@ -921,10 +922,6 @@ ___v2prt0_start_fs:
|
|||||||
___bs_count:
|
___bs_count:
|
||||||
.long 1
|
.long 1
|
||||||
|
|
||||||
.globl __crt0_startup_flags
|
|
||||||
__crt0_startup_flags:
|
|
||||||
.long 0
|
|
||||||
|
|
||||||
.globl __dos_ds
|
.globl __dos_ds
|
||||||
__dos_ds:
|
__dos_ds:
|
||||||
.long 0
|
.long 0
|
||||||
|
Loading…
Reference in New Issue
Block a user