diff options
Diffstat (limited to 'bfd/tekhex.c')
-rw-r--r-- | bfd/tekhex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/tekhex.c b/bfd/tekhex.c index 85f5593..2220d50 100644 --- a/bfd/tekhex.c +++ b/bfd/tekhex.c @@ -403,9 +403,6 @@ first_phase (bfd *abfd, int type, char *src) if (!getvalue (&src, &val)) return FALSE; section->size = val - section->vma; - /* PR binutils/17512: Make sure that the size is sane. */ - if (section->size > (bfd_size_type) bfd_get_size (abfd)) - return FALSE; section->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC; break; case '0': |