aboutsummaryrefslogtreecommitdiff
path: root/bfd/tekhex.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2014-11-07 09:37:39 +1030
committerAlan Modra <amodra@gmail.com>2014-11-07 13:19:15 +1030
commit405724050266e30fcc8cbcee416cde41862e8e8f (patch)
treef35a8d0b9758bbae7c5b50431042e07246802ae5 /bfd/tekhex.c
parent2dd2cd1c92d09ad96b643d2574d0dc6cd7e4841a (diff)
downloadgdb-405724050266e30fcc8cbcee416cde41862e8e8f.zip
gdb-405724050266e30fcc8cbcee416cde41862e8e8f.tar.gz
gdb-405724050266e30fcc8cbcee416cde41862e8e8f.tar.bz2
Revert bfd_get_size checks
* archive.c (_bfd_slurp_extended_name_table): Revert bfd_get_size check. * coffcode.h (coff_set_alignment_hook): Likewise. (coff_slurp_line_table): Likewise. * coffgen.c (coff_get_normalized_symtab): Likewise. (_bfd_coff_get_external_symbols): Likewise. * elf.c (bfd_elf_get_str_section): Likewise. * tekhex.c (first_phase): Likewise.
Diffstat (limited to 'bfd/tekhex.c')
-rw-r--r--bfd/tekhex.c3
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':