mailing list of musl libc
 help / color / mirror / code / Atom feed
24f4d20995afab2950c06415fa6a3fa9b267dc2f blob 483 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
#define _REDIR_TIME64 1
#define _Addr int
#define _Int64 long long
#define _Reg int

#if __XTENSA_EB__
#define __BYTE_ORDER 4321
#elif __XTENSA_EL__
#define __BYTE_ORDER 1234
#else
#error Unknown endianness
#endif

#define __LONG_MAX 0x7fffffffL

#ifndef __cplusplus
#ifdef __WCHAR_TYPE__
TYPEDEF __WCHAR_TYPE__ wchar_t;
#else
TYPEDEF unsigned wchar_t;
#endif
#endif

TYPEDEF float float_t;
TYPEDEF double double_t;

TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
debug log:

solving 24f4d20995af ...
found 24f4d20995af in https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/ ||
	https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/

applying [1/2] https://inbox.vuxu.org/musl/20240328200319.4016902-2-jcmvbkbc@gmail.com/
diff --git a/arch/xtensa/bits/alltypes.h.in b/arch/xtensa/bits/alltypes.h.in
new file mode 100644
index 000000000000..24f4d20995af

Checking patch arch/xtensa/bits/alltypes.h.in...
Applied patch arch/xtensa/bits/alltypes.h.in cleanly.

skipping https://inbox.vuxu.org/musl/20240506180112.1045944-2-jcmvbkbc@gmail.com/ for 24f4d20995af
index at:
100644 24f4d20995afab2950c06415fa6a3fa9b267dc2f	arch/xtensa/bits/alltypes.h.in

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