From 9015683b1c9a8d301cd846fcc8bf73726310bd4f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 8 Nov 2012 21:16:43 +0000 Subject: gdb * linux-tdep.c (linux_make_siginfo_note): New function. (linux_make_corefile_notes): Use it. * corelow.c (get_core_siginfo): New function. (core_xfer_partial) : New case. gdb/testsuite * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from core files, if possible. * gdb.base/siginfo-thread.c: New file * gdb.base/siginfo-thread.exp: New file bfd * elf.c (elfcore_grok_note) : New case; make pseudosection. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d472c5d..4d32f21 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-11-08 Tom Tromey + + * elf.c (elfcore_grok_note) : New case; make + pseudosection. + 2012-11-08 Alan Modra * aclocal.m4: Regenerate. -- cgit v1.1