mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Introduce new linker for fat ape binaries
This commit is contained in:
parent
e3c456d23a
commit
0105e3e2b6
44 changed files with 3140 additions and 867 deletions
|
@ -347,14 +347,6 @@
|
|||
pop \dest
|
||||
.endm
|
||||
|
||||
// Declares optional function.
|
||||
.macro .optfn fn:req
|
||||
.globl "\fn"
|
||||
.weak "\fn"
|
||||
.equ "\fn",_missingno
|
||||
.type "\fn",@function
|
||||
.endm
|
||||
|
||||
// Embeds fixed-width zero-filled string table.
|
||||
// @note zero-padded ≠ nul-terminated
|
||||
.macro .fxstr width head rest:vararg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue