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:
grischka
2021-01-26 16:51:20 +01:00
parent 25628cffe5
commit 557b4a1f6d
10 changed files with 21 additions and 15 deletions

View File

@@ -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;