Add relocatable POSIX version of cc_amd64.S.

This commit is contained in:
Andrius Štikonas 2022-09-29 01:29:44 +01:00
parent 999a4b5148
commit da7132246a
7 changed files with 4680 additions and 6 deletions

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
.intel_syntax
.intel_syntax noprefix
.global _start
.text

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
.intel_syntax
.intel_syntax noprefix
.global _start
.text

4674
amd64/Development/cc_amd64.S Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
# but we need to leave stack space
# rax, rcx, rdx, r8, r9, r10 and r11 are volatile and can be changed by called function
.intel_syntax
.intel_syntax noprefix
.global _start
.text

View File

@ -6,7 +6,7 @@
# Some of the functions are deliberately inlined at the slight expense of
# binary size to avoid tricky jump calculations in hex0 code.
.intel_syntax
.intel_syntax noprefix
.global _start
.text

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
.intel_syntax
.intel_syntax noprefix
.global _start
.text

View File

@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
.intel_syntax
.intel_syntax noprefix
.global _start
.text