diff options
Diffstat (limited to 'gas/subsegs.c')
-rw-r--r-- | gas/subsegs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/subsegs.c b/gas/subsegs.c index e9ed688..7e4f19c 100644 --- a/gas/subsegs.c +++ b/gas/subsegs.c @@ -524,7 +524,7 @@ section_symbol (segT sec) else { segT seg; - s = symbol_find_base (sec->symbol->name, 0); + s = symbol_find (sec->symbol->name); /* We have to make sure it is the right symbol when we have multiple sections with the same section name. */ if (s == NULL |