mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:49:20 +02:00
parent
3c93c77902
commit
52bda8fa7c
@ -156,7 +156,6 @@ hlt:
|
|||||||
b hlt
|
b hlt
|
||||||
.end _haltproc
|
.end _haltproc
|
||||||
.size _haltproc,.-_haltproc
|
.size _haltproc,.-_haltproc
|
||||||
|
|
||||||
/* Define a symbol for the first piece of initialized data. */
|
/* Define a symbol for the first piece of initialized data. */
|
||||||
.data
|
.data
|
||||||
.globl __data_start
|
.globl __data_start
|
||||||
@ -174,3 +173,9 @@ __data_start:
|
|||||||
.comm operatingsystem_parameter_argc,4
|
.comm operatingsystem_parameter_argc,4
|
||||||
.comm operatingsystem_parameter_argv,4
|
.comm operatingsystem_parameter_argv,4
|
||||||
|
|
||||||
|
/* Also define _IO_stdin_used as it is used to */
|
||||||
|
/* distinguish different libc version */
|
||||||
|
.section .rodata
|
||||||
|
.globl _IO_stdin_used
|
||||||
|
_IO_stdin_used:
|
||||||
|
.long 0x20001
|
||||||
|
Loading…
Reference in New Issue
Block a user