configure: fix tcc_lddir, cpu

... and other minor cosmetic fixes
This commit is contained in:
grischka
2016-10-03 12:29:38 +02:00
parent f795e1be83
commit 78f1c10e0f
6 changed files with 70 additions and 67 deletions

View File

@ -1447,6 +1447,7 @@ static void pe_print_sections(TCCState *s1, const char *fname)
/* ------------------------------------------------------------- */
/* helper function for load/store to insert one more indirection */
#ifndef TCC_TARGET_ARM
ST_FUNC SValue *pe_getimport(SValue *sv, SValue *v2)
{
Sym *sym;
@ -1486,6 +1487,7 @@ ST_FUNC SValue *pe_getimport(SValue *sv, SValue *v2)
v2->r |= sv->r & VT_LVAL;
return v2;
}
#endif
ST_FUNC int pe_putimport(TCCState *s1, int dllindex, const char *name, addr_t value)
{