Rev 38 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 89 2019-03-09 18:30:02
- Author: 7u83
- Log message:
- TenDRA works on FreeBSD 386
with this merge TenDRA can be compiled under FreeBSD and also
compile itself. Therefore al lot of headers had to be created in
/src/lib/machines/freebsd/80x86/include because the latest FreeBSD
headers are poluted with variadic macros which TenDRA currently can't
process.
Further changes:
- tcc is compiled in pure ANSI mode by default now
- some serious bugs (return w/o value from int function)
were removed. These bugs were not seen in TenDRA 4. Introduced
in TenDRA 5 somehow.
- There seems to be still a bug which prevents correct compiling
when structure alignment is set to 8 bits. Works only with
32 bits for now.