mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-05 12:14:52 +08:00
configure chmod 755 etc.
lib/tcov.c: - can't be cross-compiled (needs stdio.h) - can be included in libtcc1.a Reason why bt-xxx.o/bcheck.o are linked separatly is because we don't want then to linked into exe's and dlls at the same time.
This commit is contained in:
@@ -58,7 +58,11 @@ ts1:;
|
||||
void *p = (void*)&main;
|
||||
char cc[] = "static string";
|
||||
double d = 8.0;
|
||||
struct __attribute__((packed)) {
|
||||
struct
|
||||
#ifndef __arm__
|
||||
__attribute__((packed))
|
||||
#endif
|
||||
{
|
||||
unsigned x : 12;
|
||||
unsigned char y : 7;
|
||||
unsigned z : 28, a: 4, b: 5;
|
||||
|
||||
Reference in New Issue
Block a user