Imported from ../bash-1.14.7.tar.gz.
This commit is contained in:
commit
726f63884d
402 changed files with 150297 additions and 0 deletions
16
lib/malloc/i386-alloca.s
Normal file
16
lib/malloc/i386-alloca.s
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.file "alloca.s"
|
||||
.text
|
||||
.align 4
|
||||
.def alloca; .val alloca; .scl 2; .type 044; .endef
|
||||
.globl alloca
|
||||
alloca:
|
||||
popl %edx
|
||||
popl %eax
|
||||
addl $3,%eax
|
||||
andl $0xfffffffc,%eax
|
||||
subl %eax,%esp
|
||||
movl %esp,%eax
|
||||
pushl %eax
|
||||
pushl %edx
|
||||
ret
|
||||
.def alloca; .val .; .scl -1; .endef
|
||||
Loading…
Add table
Add a link
Reference in a new issue