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
commitcac599095d7e060ef124f081734878b1c87c29f3 (patch)
tree6a9cfa81c9d7106f7ed3adf894246c07d5ca703c /bfd/hpux-core.c
parent5c35ad0f8827a73228a134b8064744b261e82e58 (diff)
downloadgdb-cac599095d7e060ef124f081734878b1c87c29f3.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 bfaa2c21b25..cc8207769fd 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 */
};