Sigh. Null pointer return might be right in some cases; don't abort.

This commit is contained in:
Ken Raeburn 1993-06-22 21:39:40 +00:00
parent 94dbb655ba
commit 15012ad131

View File

@ -2641,8 +2641,6 @@ DEFUN (section_from_elf_index, (abfd, index),
case SHT_NOBITS:
if (!hdr->rawdata)
bfd_section_from_shdr (abfd, index);
if (!hdr->rawdata)
abort ();
return (struct sec *) hdr->rawdata;
default: