Add a missing line to _bfd_generic_get_section_contents_in_window

PR binutils/21665
	* libbfd.c (_bfd_generic_get_section_contents_in_window): Add
	a missing line.
This commit is contained in:
H.J. Lu 2017-06-26 15:47:16 -07:00
parent b417536f23
commit 1f473e3d0a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2017-06-26 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/21665
* libbfd.c (_bfd_generic_get_section_contents_in_window): Add
a missing line.
2017-06-26 Maciej W. Rozycki <macro@imgtec.com>
* cpu-mips.c (arch_info_struct): Mark the 4010 32-bit.

View File

@ -877,6 +877,7 @@ _bfd_generic_get_section_contents_in_window
else
sz = section->size;
filesz = bfd_get_file_size (abfd);
if (filesz < 0)
{
/* This should never happen. */
abort ();