2001-01-23 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / bfd / hpux-core.c
index bfaa2c21b258275923772a912195541c6b6bf2af..cc8207769fd7e5b5a5550d4fe3bca3e0f85c72a4 100644 (file)
@@ -85,7 +85,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 /* .lwpid and .user_tid are only valid if PROC_INFO_HAS_THREAD_ID, else they
    are set to 0.  Also, until HP-UX implements MxN threads, .user_tid and
    .lwpid are synonymous. */
-struct hpux_core_struct 
+struct hpux_core_struct
 {
   int sig;
   int lwpid;               /* Kernel thread ID. */
@@ -142,7 +142,6 @@ hpux_core_make_empty_symbol (abfd)
   return new;
 }
 
-
 /* this function builds a bfd target if the file is a corefile.
    It returns null or 0 if it finds out thaat it is not a core file.
    The way it checks this is by looking for allowed 'type' field values.
@@ -288,7 +287,7 @@ hpux_core_core_file_p (abfd)
              */
          unknown_sections++;
           break;
-       
+
          default: return 0; /*unrecognized core file type */
        }
     }
@@ -389,7 +388,7 @@ const bfd_target hpux_core_vec =
      bfd_false, bfd_false,
      bfd_false, bfd_false
     },
-    
+
        BFD_JUMP_TABLE_GENERIC (_bfd_generic),
        BFD_JUMP_TABLE_COPY (_bfd_generic),
        BFD_JUMP_TABLE_CORE (hpux_core),
@@ -401,6 +400,6 @@ const bfd_target hpux_core_vec =
        BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
     NULL,
-    
+
     (PTR) 0                    /* backend_data */
 };
This page took 0.038953 seconds and 4 git commands to generate.