Set bfd errror for normal and TLS symbol access
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index 81980c0fecc49a5fb1a353971ea69c6ae9b9fdf0..3d7d59fa91e141d34d438fb1f0e6bd77c25a3615 100644 (file)
@@ -294,7 +294,7 @@ elf_core_file_p (bfd *abfd)
   {
     bfd_size_type high = 0;
     struct stat statbuf;
-    for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex) 
+    for (phindex = 0; phindex < i_ehdrp->e_phnum; ++phindex)
       {
        Elf_Internal_Phdr *p = i_phdrp + phindex;
        if (p->p_filesz)
@@ -315,7 +315,7 @@ elf_core_file_p (bfd *abfd)
          }
       }
   }
-  
+
   /* Save the entry point from the ELF header.  */
   bfd_get_start_address (abfd) = i_ehdrp->e_entry;
 
This page took 0.022838 seconds and 4 git commands to generate.