mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-19 19:34:19 +08:00
comment out tcc_error_noabort("'%s' defined twice"...
gcc-3.4.6 don't give such error by default
example file1
char __version_303_xxxxxxxx;
void func1() {}
example file2
char __version_303_xxxxxxxx;
void func2() {}
int main() { return 0; }
This commit is contained in:
parent
12f94f2770
commit
c07785a1ea
2
tccelf.c
2
tccelf.c
@ -248,7 +248,7 @@ ST_FUNC int add_elf_sym(Section *s, addr_t value, unsigned long size,
|
||||
printf("new_bind=%x new_shndx=%x new_vis=%x old_bind=%x old_shndx=%x old_vis=%x\n",
|
||||
sym_bind, sh_num, new_vis, esym_bind, esym->st_shndx, esym_vis);
|
||||
#endif
|
||||
tcc_error_noabort("'%s' defined twice", name);
|
||||
// tcc_error_noabort("'%s' defined twice", name);
|
||||
}
|
||||
} else {
|
||||
do_patch:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user