mailing list of musl libc
 help / color / mirror / code / Atom feed
9cc0bc701ea016aef5c7e4d1300a89807b8a9f1a blob 219 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#include <signal.h>

struct user_fpregs_struct {
	double f[32];
	unsigned int fcsr;
};

#define ELF_NGREG 32
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
typedef union __riscv_mc_fp_state elf_fpregset_t;
debug log:

solving 9cc0bc70 ...
found 9cc0bc70 in https://inbox.vuxu.org/musl/20190929003101.2886019-1-raj.khem@gmail.com/
found d2e383b2 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d2e383b24e53b9e5ebf99b46986d81cb46ec494d	arch/riscv64/bits/user.h

applying [1/1] https://inbox.vuxu.org/musl/20190929003101.2886019-1-raj.khem@gmail.com/
diff --git a/arch/riscv64/bits/user.h b/arch/riscv64/bits/user.h
index d2e383b2..9cc0bc70 100644

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

index at:
100644 9cc0bc701ea016aef5c7e4d1300a89807b8a9f1a	arch/riscv64/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).