summaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-02-13 21:53:31 +0000
committerMichael Snyder <msnyder@specifix.com>2002-02-13 21:53:31 +0000
commit3c908f47010b3f1cfae81ff299fd6c01e710937f (patch)
treebec547009f1eff864da13bde3ebe5c4db5937b63 /bfd/elf-bfd.h
parent62fdae737276f7adfba97de613169ddd49dd2eee (diff)
downloadgdb-3c908f47010b3f1cfae81ff299fd6c01e710937f.tar.gz
2002-02-11 Michael Snyder <msnyder@redhat.com>
* elf-bfd.h (elfcore_write_lwpstatus): Add prototype. * elf.c (elfcore_grok_pstatus): Add prototype. (elfcore_grok_lwpstatus): Add prototype. (elfcore_write_lwpstatus): New function. (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r--bfd/elf-bfd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index 0bd559f5022..4439daaff98 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -1531,6 +1531,8 @@ extern char *elfcore_write_prfpreg
PARAMS ((bfd *, char *, int *, void *, int));
extern char *elfcore_write_prxfpreg
PARAMS ((bfd *, char *, int *, void *, int));
+extern char *elfcore_write_lwpstatus
+ PARAMS ((bfd*, char*, int*, long, int, void*));
/* MIPS ELF specific routines. */