tidy support for helper function such as memmove
commit4a42b0d95e5e376aedfc8e95e8555110c7a7293a
authorgrischka <grischka>
Mon, 23 Nov 2020 19:15:16 +0000 (23 20:15 +0100)
committergrischka <grischka>
Tue, 24 Nov 2020 10:47:02 +0000 (24 11:47 +0100)
tree6f730c54da01700d39342f87c6b7b97906e7eed2
parent2f78f54924e80fc27c8ce1a37992f943089e8817
tidy support for helper function such as memmove

tcc.h, tccgen.c: Introduce Sym *external_helper_sym(int v);
  to create an external reference with no specific type. This
  avoids type conflicts if the symbol is used from C too.
the other files: use it.
arm-gen.c
arm64-gen.c
c67-gen.c
i386-gen.c
riscv64-gen.c
tcc.h
tccgen.c
x86_64-gen.c