diff options
| author | seyko <seyko2@gmail.com> | 2015-10-29 17:10:04 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-10-29 17:10:04 +0300 |
| commit | 35e715a1e3eb9949419c92196a07bde3e281a613 (patch) | |
| tree | 51ffbfce94bc9b61e6d1bfa67f14246ef623a0bd /tccelf.c | |
| parent | c07785a1eac2ce244e7b5e2102e587961ff5c2dc (diff) | |
| download | tinycc-35e715a1e3eb9949419c92196a07bde3e281a613.tar.gz tinycc-35e715a1e3eb9949419c92196a07bde3e281a613.tar.bz2 | |
defined twice: revert
An error message is changed to suggest -fcommon
Diffstat (limited to 'tccelf.c')
| -rw-r--r-- | tccelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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... may be -fcommon is needed?", name); } } else { do_patch: |
