mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Add scouts honor escape hatch for source embedding
This commit is contained in:
parent
c91b3c5006
commit
b4269930f7
547 changed files with 1516 additions and 944 deletions
10
ape/ape.S
10
ape/ape.S
|
@ -45,11 +45,10 @@
|
|||
#include "libc/nexgen32e/vidya.h"
|
||||
#include "libc/nt/pedef.h"
|
||||
#include "libc/sysv/consts/prot.h"
|
||||
.yoink __FILE__
|
||||
.yoink "NOTICE"
|
||||
.section .head,"ax",@progbits
|
||||
|
||||
/ Common Sections.
|
||||
.source "NOTICE"
|
||||
.source "ape/ape.S"
|
||||
.source "ape/ape.lds"
|
||||
.section .text,"ax",@progbits
|
||||
.align __SIZEOF_POINTER__
|
||||
.previous
|
||||
|
@ -69,6 +68,7 @@ cstr: .endobj cstr,globl,hidden # ←for gdb readibility
|
|||
.section .sort.rodata.real.str1.1,"aMS",@progbits
|
||||
rlstr: .endobj rlstr,globl,hidden # ←for gdb readibility
|
||||
.previous
|
||||
.section .head,"ax",@progbits
|
||||
|
||||
/* ████████ ████████ ███████████
|
||||
██░░░░▒▒██ ██░░░░▒▒██ ████░░░░░░░░░▒▒████
|
||||
|
@ -1932,4 +1932,4 @@ __data_start:
|
|||
.hidden __piro_start
|
||||
|
||||
.end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue