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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#define ELF_NREG 64

struct user_regs_struct
{
  /* GPR */
  unsigned long long gpr_regs[ELF_NREG];

  /* SFR */
  unsigned long lc;
  unsigned long le;
  unsigned long ls;
  unsigned long ra;
  unsigned long cs;
  unsigned long spc;
};

typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NREG];
typedef struct {} elf_fpregset_t;
debug log:

solving d317b6ec ...
found d317b6ec in https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/

applying [1/1] https://inbox.vuxu.org/musl/20220711152322.23418-1-jborne@kalray.eu/
diff --git a/arch/kvx/bits/user.h b/arch/kvx/bits/user.h
new file mode 100644
index 00000000..d317b6ec

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

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