From 9ce2f7534fe8e270b7837f3b71dc609a40f383ca Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 6 Dec 2011 14:09:12 +0000 Subject: 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. --- include/elf/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/elf/common.h') diff --git a/include/elf/common.h b/include/elf/common.h index 4f20569ec..5cddc0bef 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -543,6 +543,10 @@ /* note name must be "LINUX". */ #define NT_S390_PREFIX 0x305 /* S390 prefix register */ /* note name must be "LINUX". */ +#define NT_S390_LAST_BREAK 0x306 /* S390 breaking event address */ + /* note name must be "LINUX". */ +#define NT_S390_SYSTEM_CALL 0x307 /* S390 system call restart data */ + /* note name must be "LINUX". */ #define NT_ARM_VFP 0x400 /* ARM VFP registers */ /* note name must be "LINUX". */ -- cgit v1.2.3