diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-12-06 14:09:12 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2011-12-06 14:09:12 +0000 |
commit | 355b81d94960ef44b9773b9fe2b6646af2ddd5a2 (patch) | |
tree | 0ce356f801aee11c12bdd2e4b40b5bf418c19bbb /bfd/elf-bfd.h | |
parent | b18003d16853012faa6097da68d995bc54b8e66b (diff) | |
download | gdb-355b81d94960ef44b9773b9fe2b6646af2ddd5a2.zip gdb-355b81d94960ef44b9773b9fe2b6646af2ddd5a2.tar.gz gdb-355b81d94960ef44b9773b9fe2b6646af2ddd5a2.tar.bz2 |
include/elf/ChangeLog:
* common.h (NT_S390_LAST_BREAK): Define.
(NT_S390_SYSTEM_CALL): Likewise.
bfd/ChangeLog:
* elf-bfd.h (elfcore_write_s390_last_break): Add prototype.
(elfcore_write_s390_system_call): Likewise.
* elf.c (elfcore_write_s390_last_break): New function.
(elfcore_write_s390_system_call): Likewise.
(elfcore_write_register_note): Call them.
(elfcore_grok_s390_last_break): New function.
(elfcore_grok_s390_system_call): Likewise.
(elfcore_grok_note): Call them.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index d6e2ab2..486b76e 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -2237,6 +2237,10 @@ extern char *elfcore_write_s390_ctrs (bfd *, char *, int *, const void *, int); extern char *elfcore_write_s390_prefix (bfd *, char *, int *, const void *, int); +extern char *elfcore_write_s390_last_break + (bfd *, char *, int *, const void *, int); +extern char *elfcore_write_s390_system_call + (bfd *, char *, int *, const void *, int); extern char *elfcore_write_arm_vfp (bfd *, char *, int *, const void *, int); extern char *elfcore_write_lwpstatus |