diff options
Diffstat (limited to 'src/ld.c')
| -rw-r--r-- | src/ld.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1519,6 +1519,8 @@ create_special_section_symbol (struct symbol **symp, const char *name) abort (); (*symp)->defined = 1; + (*symp)->local = 1; + (*symp)->hidden = 1; (*symp)->type = STT_OBJECT; ++ld_state.nsymtab; |
