summaryrefslogtreecommitdiff
path: root/bfd/hpux-core.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-01-23 20:27:54 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-01-23 20:27:54 +0000
commit0de99d3b8b4315990f9f8249343dd8a30487c01c (patch)
tree6ed33b2bf1157897eadf0f7a4040f78a8c831f46 /bfd/hpux-core.c
parent94a69d6552ea081d0ccecb6ab4784d48e3d54e95 (diff)
downloadbinutils-redhat-0de99d3b8b4315990f9f8249343dd8a30487c01c.tar.gz
2001-01-23 Kazu Hirata <kazu@hxi.com>
* aoutx.h: Fix formatting. * bfd.c: Likewise. * bfd-in2.h: Likewise. * bfd-in.h: Likewise. * cpu-i386.c: Likewise. * cpu-m68hc11.c: Likewise. * dwarf2.c: Likewise. * elf64-x86-64.c: Likewise. * format.c: Likewise. * freebsd.h: Likewise. * hash.c: Likewise. * hp300hpux.c: Likewise. * hppabsd-core.c: Likewise. * hpux-core.c: Likewise.
Diffstat (limited to 'bfd/hpux-core.c')
-rw-r--r--bfd/hpux-core.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/bfd/hpux-core.c b/bfd/hpux-core.c
index bfaa2c21b2..cc8207769f 100644
--- a/bfd/hpux-core.c
+++ b/bfd/hpux-core.c
@@ -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 */
};