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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
struct user_regs_struct {
	unsigned long long regs[31];
	unsigned long long sp;
	unsigned long long pc;
	unsigned long long pstate;
};

struct user_fpsimd_struct {
	__uint128_t  vregs[32];
	unsigned int fpsr;
	unsigned int fpcr;
};

#define ELF_NREG 34
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NREG];
typedef struct user_fpsimd_struct elf_fpregset_t;
debug log:

solving a7376b2 ...
found a7376b2 in https://inbox.vuxu.org/musl/20150309185058.GL16260@port70.net/

applying [1/1] https://inbox.vuxu.org/musl/20150309185058.GL16260@port70.net/
diff --git a/arch/aarch64/bits/user.h b/arch/aarch64/bits/user.h
new file mode 100644
index 0000000..a7376b2

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

index at:
100644 a7376b2009786baa9c38d56401ea6447ea2b9bf7	arch/aarch64/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).