mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:29:20 +02:00
* make __lib_csu* weak symbols on m68k-linux
This commit is contained in:
parent
3da54dcf9f
commit
727e25e93e
@ -51,6 +51,18 @@ __entry:
|
|||||||
illegal
|
illegal
|
||||||
.size _start,.-_start
|
.size _start,.-_start
|
||||||
|
|
||||||
|
.weak __libc_csu_init
|
||||||
|
.type __libc_csu_init,@function
|
||||||
|
__libc_csu_init:
|
||||||
|
rts
|
||||||
|
.size __libc_csu_init,.-__libc_csu_init
|
||||||
|
|
||||||
|
.weak __libc_csu_fini
|
||||||
|
.type __libc_csu_fini,@function
|
||||||
|
__libc_csu_fini:
|
||||||
|
rts
|
||||||
|
.size __libc_csu_fini,.-__libc_csu_fini
|
||||||
|
|
||||||
# Used by System_exit procedure
|
# Used by System_exit procedure
|
||||||
.globl _haltproc
|
.globl _haltproc
|
||||||
.type _haltproc,@function
|
.type _haltproc,@function
|
||||||
|
Loading…
Reference in New Issue
Block a user