Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
0f0a6f8f
Commit
0f0a6f8f
authored
May 20, 2020
by
Jean-Claude Beaudoin
Browse files
Redefine our alloca() to __mkcc_alloca(). That remained to be done on ARM.
parent
0422565b
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/tinycc/lib/alloca-arm.S
View file @
0f0a6f8f
.
text
.
align
2
.
global
alloca
.
global
__mkcc_
alloca
.
type
alloca
,
%
function
alloca
:
rsb
sp
,
r0
,
sp
bic
sp
,
sp
,
#
7
mov
r0
,
sp
mov
pc
,
lr
.
size
alloca
,
.
-
alloca
.
size
__mkcc_
alloca
,
.
-
__mkcc_
alloca
.
section
.
note
.
GNU
-
stack
,
""
,%
progbits
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment