removed unused elf_64_p field
[deliverable/binutils-gdb.git] / bfd / nlm32-alpha.c
index 95cf34b05bda1322fe9d73e4f02eaaa03cfbabfe..b18eb658675f1af4df0ef06b67be79f951d6d51c 100644 (file)
@@ -641,7 +641,7 @@ nlm_alpha_read_import (abfd, sym)
   sym -> symbol.value = 0;
   sym -> symbol.section = &bfd_und_section;
   if (bfd_read ((PTR) temp, sizeof (temp), 1, abfd) != sizeof (temp))
-    return faflse;
+    return false;
   rcount = bfd_h_get_32 (abfd, temp);
   nlm_relocs = ((struct nlm_relent *)
                bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)));
This page took 0.023166 seconds and 4 git commands to generate.