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

1
2
3
4
5
6
7
8
 
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 struct user_fpregs_struct elf_fpregset_t;
debug log:

solving d2e383b2 ...
found d2e383b2 in https://git.vuxu.org/mirror/musl/

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