mailing list of musl libc
 help / color / mirror / code / Atom feed
227f022e2fec22e9d5970ffb13a8cc4883b579df blob 213 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
struct user_regs {
	unsigned long gpr[32];
	unsigned long pc;
	unsigned long sr;
};

#define ELF_NGREG 32
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];

typedef elf_greg_t elf_fpregset_t[ELF_NGREG];
debug log:

solving 227f022e2fec ...
found 227f022e2fec in https://inbox.vuxu.org/musl/20220517215826.1016573-1-f.fainelli@gmail.com/
found e69de29bb2d1 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391	arch/or1k/bits/user.h

applying [1/1] https://inbox.vuxu.org/musl/20220517215826.1016573-1-f.fainelli@gmail.com/
diff --git a/arch/or1k/bits/user.h b/arch/or1k/bits/user.h
index e69de29bb2d1..227f022e2fec 100644

Checking patch arch/or1k/bits/user.h...
Applied patch arch/or1k/bits/user.h cleanly.

index at:
100644 227f022e2fec22e9d5970ffb13a8cc4883b579df	arch/or1k/bits/user.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).