diff options
Diffstat (limited to 'bfd/mipsbsd.c')
-rw-r--r-- | bfd/mipsbsd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/mipsbsd.c b/bfd/mipsbsd.c index 5d699aa..0b6424d 100644 --- a/bfd/mipsbsd.c +++ b/bfd/mipsbsd.c @@ -303,8 +303,6 @@ MY(canonicalize_reloc)(abfd, section, relptr, symbols) if (!NAME(aout,slurp_reloc_table)(abfd, section, symbols)) return -1; tblptr = section->relocation; - if (!tblptr) - return -1; /* fix up howto entries */ for (count = 0; count++ < section->reloc_count;) |