aboutsummaryrefslogtreecommitdiff
path: root/tests2/36_array_initialisers.c
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2017-12-10 06:18:27 +0100
committerMichael Matz <matz@suse.de>2017-12-10 06:50:58 +0100
commit8490c54dbd756130962825adf32ab955137da8a4 (patch)
treef86e81108aca1053fc810f6fdc77c62ef547a976 /tests2/36_array_initialisers.c
parent3ae1a2af1c10f9b64631d8e18d948498e14b283d (diff)
downloadtinycc-8490c54dbd756130962825adf32ab955137da8a4.tar.gz
tinycc-8490c54dbd756130962825adf32ab955137da8a4.tar.bz2
Fix some multi-file corner cases with asm
for this we have to create also asm symbols as VT_STATIC initially except if there's an indication that it should be global (.globl or undefined at end of unit). For this to work we need to be able to globalize symbols after they were local and enter them into the ELF hash tables, and also adjust the symbols that were potentially already used in relocs when they were still local. The easiest is to do a proper symbol resolution step also in multi-file mode, for regular symbols (the non-dynamic ones, i.e. not from shared libs).
Diffstat (limited to 'tests2/36_array_initialisers.c')
0 files changed, 0 insertions, 0 deletions