mailing list of musl libc
 help / color / mirror / code / Atom feed
5dfa182d9bbf6b7dc82b71ab4fc39855627465ef blob 172 bytes (raw)

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

.text
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
	ENDBRANCH32
	push (%esp)
	push 12(%esp)
	push 12(%esp)
	call __dlsym
	add $12,%esp
	ret
debug log:

solving 5dfa182d ...
found 5dfa182d in https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
found 097e30ce in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 097e30ce9cee2ed70a463f57d63b103f5138fabb	src/ldso/i386/dlsym.s

applying [1/1] https://inbox.vuxu.org/musl/20201019224342.53303-5-joao.moreira@intel.com/
diff --git a/src/ldso/i386/dlsym.s b/src/ldso/i386/dlsym.s
index 097e30ce..5dfa182d 100644

Checking patch src/ldso/i386/dlsym.s...
Applied patch src/ldso/i386/dlsym.s cleanly.

index at:
100644 5dfa182d9bbf6b7dc82b71ab4fc39855627465ef	src/ldso/i386/dlsym.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).