Files
tinycc/tests
Michael Matz 9e0d23cc47 tccasm: Unify C and asm symbol table
This makes the asm symbols use the same members as the C symbols
for global decls, e.g. using the ELF symbol to hold offset and
section.  That allows us to use only one symbol table for C and
asm symbols and to get rid of hacks to synch between them.

We still need some special handling for symbols that come purely
from asm sources.
2017-11-27 04:59:29 +01:00
..
2017-10-11 18:13:43 +02:00
2017-10-11 18:13:43 +02:00
2017-09-24 18:03:26 -07:00
2016-12-20 18:05:33 +01:00
2017-11-19 15:36:47 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00