diff options
Diffstat (limited to 'bfd/ecoff.c')
-rw-r--r-- | bfd/ecoff.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/ecoff.c b/bfd/ecoff.c index fe786ab..6183305 100644 --- a/bfd/ecoff.c +++ b/bfd/ecoff.c @@ -1944,8 +1944,6 @@ ecoff_canonicalize_reloc (abfd, section, relptr, symbols) return -1; tblptr = section->relocation; - if (tblptr == (arelent *) NULL) - return -1; for (count = 0; count < section->reloc_count; count++) *relptr++ = tblptr++; |