diff options
Diffstat (limited to 'tccgen.c')
| -rw-r--r-- | tccgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5600,7 +5600,7 @@ ST_FUNC void decl(int l) sym = external_sym(v, &type, r, asm_label); if (type.t & VT_WEAK) - sym->type.t |= VT_WEAK; + weaken_symbol(sym); if (ad.alias_target) { Section tsec; |
