summaryrefslogtreecommitdiffstats
path: root/bfd/sco5-core.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-05-05 15:46:35 +0000
committerNick Clifton <nickc@redhat.com>2004-05-05 15:46:35 +0000
commit33216455a7084992c03481fee8a8320f98677ae1 (patch)
tree49f003e33849158ba305ecdc7a857fb90925ff2a /bfd/sco5-core.c
parent10a4b113218bc2f44aa4f511cc504e9b1c658bf4 (diff)
downloadppe42-binutils-33216455a7084992c03481fee8a8320f98677ae1.tar.gz
ppe42-binutils-33216455a7084992c03481fee8a8320f98677ae1.zip
Remove checks of the return value from bfd_cache_ookup()
Diffstat (limited to 'bfd/sco5-core.c')
-rw-r--r--bfd/sco5-core.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bfd/sco5-core.c b/bfd/sco5-core.c
index 5c34ff1b55..b88bd7b1af 100644
--- a/bfd/sco5-core.c
+++ b/bfd/sco5-core.c
@@ -123,13 +123,12 @@ sco5_core_file_p (abfd)
char *secname;
flagword flags;
- /* Read coreoffsets region at end of core (see core(FP)) */
+ /* Read coreoffsets region at end of core (see core(FP)). */
{
FILE *stream = bfd_cache_lookup (abfd);
struct stat statbuf;
- if (stream == NULL)
- return NULL;
+
if (fstat (fileno (stream), &statbuf) < 0)
{
bfd_set_error (bfd_error_system_call);
OpenPOWER on IntegriCloud