bfd/
[deliverable/binutils-gdb.git] / gas / config / tc-mn10300.c
index 102c2eacef84aa6779badc4c5a5b2466b3caf649..56ee06e2a74eeea7c1325800292710f56ac0c59f 100644 (file)
@@ -2407,7 +2407,8 @@ tc_gen_reloc (seg, fixp)
              break;
 
            default:
-             reloc->sym_ptr_ptr = (asymbol **) &bfd_abs_symbol;
+             reloc->sym_ptr_ptr
+               = (asymbol **) bfd_abs_section_ptr->symbol_ptr_ptr;
              return reloc;
            }
        }
This page took 0.023277 seconds and 4 git commands to generate.