diff options
Diffstat (limited to 'gold/archive.cc')
-rw-r--r-- | gold/archive.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/archive.cc b/gold/archive.cc index c3f7b94..c2e6ff6 100644 --- a/gold/archive.cc +++ b/gold/archive.cc @@ -653,7 +653,8 @@ Archive::get_elf_object_for_member(off_t off, bool* punconfigured) { Object* obj = parameters->options().plugins()->claim_file(input_file, memoff, - memsize); + memsize, + NULL); if (obj != NULL) { // The input file was claimed by a plugin, and its symbols |