mailing list of musl libc
 help / color / mirror / code / Atom feed
31740c5f938e2f057246a25d59c71aa82668c4fd blob 232 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#!/bin/sh

objects=$(ls *.o)

for obj in ${objects} ; do
    objcopy --redefine-syms=redefine_syms.txt ${obj} tmp.o
    mv tmp.o ${obj}
    objcopy --redefine-syms=redefine_syms.txt ${obj%.o}.lo tmp.o
    mv tmp.o ${obj%.o}.lo
done
debug log:

solving 31740c5 ...
found 31740c5 in https://inbox.vuxu.org/musl/1437983619.757.6.camel@inria.fr/ ||
	https://inbox.vuxu.org/musl/1438036221.19958.0.camel@inria.fr/ ||
	https://inbox.vuxu.org/musl/1438602469.2248.2.camel@inria.fr/

applying [1/3] https://inbox.vuxu.org/musl/1437983619.757.6.camel@inria.fr/
diff --git a/src/stdatomic/redefine_syms.sh b/src/stdatomic/redefine_syms.sh
new file mode 100755
index 0000000..31740c5

Checking patch src/stdatomic/redefine_syms.sh...
Applied patch src/stdatomic/redefine_syms.sh cleanly.

skipping https://inbox.vuxu.org/musl/1438036221.19958.0.camel@inria.fr/ for 31740c5
skipping https://inbox.vuxu.org/musl/1438602469.2248.2.camel@inria.fr/ for 31740c5
index at:
100755 31740c5f938e2f057246a25d59c71aa82668c4fd	src/stdatomic/redefine_syms.sh

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