projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94dbb65
)
Sigh. Null pointer return might be right in some cases; don't abort.
author
Ken Raeburn
<raeburn@cygnus>
Tue, 22 Jun 1993 21:39:40 +0000
(21:39 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 22 Jun 1993 21:39:40 +0000
(21:39 +0000)
bfd/elfcode.h
patch
|
blob
|
history
diff --git
a/bfd/elfcode.h
b/bfd/elfcode.h
index da830f58e739170b83f7778273bb20a1387d604e..fbaa47ba8fa258ad10385f9db457ed6d5d288961 100644
(file)
--- a/
bfd/elfcode.h
+++ b/
bfd/elfcode.h
@@
-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: