diff options
Diffstat (limited to 'gold/arm.cc')
-rw-r--r-- | gold/arm.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gold/arm.cc b/gold/arm.cc index aadac32..a0bcecd 100644 --- a/gold/arm.cc +++ b/gold/arm.cc @@ -8213,7 +8213,8 @@ Target_arm<big_endian>::gc_process_relocs(Symbol_table* symtab, typedef Target_arm<big_endian> Arm; typedef typename Target_arm<big_endian>::Scan Scan; - gold::gc_process_relocs<32, big_endian, Arm, elfcpp::SHT_REL, Scan>( + gold::gc_process_relocs<32, big_endian, Arm, elfcpp::SHT_REL, Scan, + Target_arm::Relocatable_size_for_reloc>( symtab, layout, this, |