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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
struct user {
	unsigned long regs[38+64];
	unsigned long u_tsize, u_dsize, u_ssize;
	unsigned long long start_code, start_data, start_stack;
	long long signal;
	unsigned long long *u_ar0;
	unsigned long long magic;
	char u_comm[32];
};
#define ELF_NGREG 45
#define ELF_NFPREG 33
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
debug log:

solving ba6f777 ...
found ba6f777 in https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/ ||
	https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/

applying [1/2] https://inbox.vuxu.org/musl/BD7773622145634B952E5B54ACA8E349AA2444A6@PUMAIL01.pu.imgtec.org/
diff --git a/arch/mips64/bits/user.h b/arch/mips64/bits/user.h
new file mode 100644
index 0000000..ba6f777

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

skipping https://inbox.vuxu.org/musl/DE16056458B9894F9D46202EC1BBB28B3BE15ED6@PUMAIL01.pu.imgtec.org/ for ba6f777
index at:
100644 ba6f777ffaa33c7504ddbad45e00505250bcd05e	arch/mips64/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).