diff options
Diffstat (limited to 'bfd/coff-i386.c')
-rw-r--r-- | bfd/coff-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-i386.c b/bfd/coff-i386.c index b185b81..a9725c4 100644 --- a/bfd/coff-i386.c +++ b/bfd/coff-i386.c @@ -417,7 +417,7 @@ coff_pe_i386_relocate_section (bfd *output_bfd, struct internal_syment *syms, asection **sections) { - if (info->relocatable) + if (bfd_link_relocatable (info)) return TRUE; return _bfd_coff_generic_relocate_section (output_bfd, info, input_bfd, |