diff options
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r-- | ld/ldsym.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -512,7 +512,7 @@ write_file_locals (output_buffer) { } else if (discard_locals == DISCARD_L && - (p->name[0] == lprefix)) + !strncmp (lprefix, p->name, lprefix_len)) { } else if (p->flags == BSF_WARNING) |