mailing list of musl libc
 help / color / mirror / code / Atom feed
9db4dd9cc58502e6f93f65782fa7bd5aa9bd0ff0 blob 145 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
.include "ibt.s"

.section .init
.global _init
_init:
	ENDBRANCH32
	sub $12,%esp

.section .fini
.global _fini
_fini:
	ENDBRANCH32
	sub $12,%esp
debug log:

solving 9db4dd9c ...
found 9db4dd9c in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found d2682a20 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d2682a20b0652aa919e7eaf372e7be1fa407a834	crt/i386/crti.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/crt/i386/crti.s b/crt/i386/crti.s
index d2682a20..9db4dd9c 100644

Checking patch crt/i386/crti.s...
Applied patch crt/i386/crti.s cleanly.

index at:
100644 9db4dd9cc58502e6f93f65782fa7bd5aa9bd0ff0	crt/i386/crti.s

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).