mailing list of musl libc
 help / color / mirror / code / Atom feed
c54fa0739c15240beab64ef5f6ae95cdbafd96b2 blob 251 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
__asm__(
".text \n"
".global " START " \n"
START ": \n"
#ifdef CET_IBT
" endbr64 \n"
#endif
"	xor %rbp,%rbp \n"
"	mov %rsp,%rdi \n"
".weak _DYNAMIC \n"
".hidden _DYNAMIC \n"
"	lea _DYNAMIC(%rip),%rsi \n"
"	andq $-16,%rsp \n"
"	call " START "_c \n"
);
debug log:

solving c54fa073 ...
found c54fa073 in https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
found 3eec61bd in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 3eec61bdcdb87ab342940093be4d62869ced5c4a	arch/x86_64/crt_arch.h

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-4-joao.moreira@intel.com/
diff --git a/arch/x86_64/crt_arch.h b/arch/x86_64/crt_arch.h
index 3eec61bd..c54fa073 100644

Checking patch arch/x86_64/crt_arch.h...
Applied patch arch/x86_64/crt_arch.h cleanly.

index at:
100644 c54fa0739c15240beab64ef5f6ae95cdbafd96b2	arch/x86_64/crt_arch.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).