blob: 955ebf8c28e202710b6c43648f4d0367e6fcd151 (
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:
.long __pei386_runtime_relocator
.linkonce discard
|