Re: [Tinycc-devel] New ARM warning. Does it reveal an issue?

2018-06-09 Thread Christian Jullien
No news from maintainers, so I ping again. Beside the warning, what happens with prepare_dynamic_rel in case of ARM/ARM64 processor? It fails to default case which does nothing so this entire function is just as return 0; If it's Ok, sym_index = ELFW(R_SYM)(rel->r_info); should move to the two

[Tinycc-devel] New ARM warning. Does it reveal an issue?

2018-04-29 Thread Christian Jullien
Hi all, Recompiling mod on ARM gives me this new Warning : tccelf.c:869:9: warning: variable 'sym_index' set but not used [-Wunused-but-set-variable] int sym_index, type, count; ^ On: /* count the number of dynamic relocations so that we can reserve their