mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
9f68d6eee9
It turned out that the linker was doing the wrong with the amalgamation library concerning weak stubs. A regression test has been added and new binaries have been uploaded to https://justine.lol/cosmopolitan/ Ideally this should be fixed by building a tool that turns multiple .a files into a single .a file with deduplication. As a workaround for now the cosmopolitan.a build is restructured to not include LIBC_STUBS which meant technical debt needed to be paid off where non-stub interfaces were moved to LIBC_INTRIN and LIBC_NEXGEN32E. Thank @PerfectProductions in #31 for the report! |
||
---|---|---|
.. | ||
alignof_test.c | ||
alloca_test.c | ||
arith_test.c | ||
asm_test.c | ||
assert_test.c | ||
attribute_test.c | ||
bitfield_test.c | ||
builtin_test.c | ||
cast_test.c | ||
common.c | ||
compat_test.c | ||
complit_test.c | ||
const_test.c | ||
constexpr_test.c | ||
control_test.c | ||
dce_test.c | ||
decl_test.c | ||
enum_test.c | ||
extern_test.c | ||
float_test.c | ||
function_test.c | ||
generic_test.c | ||
include1.h | ||
include2.h | ||
include3.h | ||
include4.h | ||
initializer_test.c | ||
int128_test.c | ||
line_test.c | ||
literal_test.c | ||
macro_test.c | ||
offsetof_test.c | ||
pointer_test.c | ||
pragma-once_test.c | ||
sizeof_test.c | ||
string_test.c | ||
struct_test.c | ||
test.h | ||
test.mk | ||
tls_test.c.todo | ||
typedef_test.c | ||
typeof_test.c | ||
unicode_test.c | ||
union_test.c | ||
usualconv_test.c | ||
varargs_test.c | ||
variable_test.c | ||
vector_test.c | ||
vla_test.c |