defined twice: revert
An error message is changed to suggest -fcommon
This commit is contained in:
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",
|
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);
|
sym_bind, sh_num, new_vis, esym_bind, esym->st_shndx, esym_vis);
|
||||||
#endif
|
#endif
|
||||||
// tcc_error_noabort("'%s' defined twice", name);
|
tcc_error_noabort("'%s' defined twice... may be -fcommon is needed?", name);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
do_patch:
|
do_patch:
|
||||||
|
|||||||
Reference in New Issue
Block a user