blob: c4d88870aa625f0f87a007f45429ee05854534c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
############################################################################
## mmglue: midipix architecture- and target-specific bits for musl libc ##
## Copyright (C) 2013--2023 SysDeer Technologies, LLC ##
## Released under the Standard MIT License; see COPYING.MMGLUE. ##
############################################################################
.text
.globl ___chkstk_ms
___chkstk_ms:
ret
.globl _pei386_runtime_relocator
_pei386_runtime_relocator:
ret
.section .got$_pei386_runtime_relocator,"r"
.global __imp__pei386_runtime_relocator
__imp__pei386_runtime_relocator:
.quad _pei386_runtime_relocator
.linkonce discard
|