diff options
Diffstat (limited to 'bfd/som.c')
-rw-r--r-- | bfd/som.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4221,8 +4221,6 @@ som_canonicalize_reloc (abfd, section, relptr, symbols) count = section->reloc_count; tblptr = section->relocation; - if (tblptr == (arelent *) NULL) - return -1; while (count--) *relptr++ = tblptr++; |