diff options
Diffstat (limited to 'binutils/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 1cbcd17..1a6fc8a 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -1443,7 +1443,7 @@ is_hidden_symbol (asymbol *sym) { elf_symbol_type *elf_sym; - elf_sym = elf_symbol_from (sym->the_bfd, sym); + elf_sym = elf_symbol_from (sym); if (elf_sym != NULL) switch (ELF_ST_VISIBILITY (elf_sym->internal_elf_sym.st_other)) { |