diff options
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r-- | gas/config/obj-elf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 9f7361648f..79f8033e0f 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -2446,5 +2446,6 @@ const struct format_ops elf_format_ops = #endif elf_obj_read_begin_hook, elf_obj_symbol_new_hook, - 0 + 0, + elf_adjust_symtab }; |