diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:50:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:50:16 +0000 |
commit | 16e9c715dffb96efda481dc20cdb5bb6fbde0dff (patch) | |
tree | d03a25f71ad5dc4fd58b2e3d11b5ecdfc05c793a /bfd/ChangeLog | |
parent | 5a298d2d9c2cf09936f8380963173e6b66249207 (diff) | |
download | gdb-16e9c715dffb96efda481dc20cdb5bb6fbde0dff.zip gdb-16e9c715dffb96efda481dc20cdb5bb6fbde0dff.tar.gz gdb-16e9c715dffb96efda481dc20cdb5bb6fbde0dff.tar.bz2 |
Apply patch from Egor Duda to process win32_pstatus notes in core dumps.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 063dbce..ddec593 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2000-01-10 Egor Duda <deo@logos-m.ru> + + * config.bfd: Include elf32_i386 vector to target list for cygwin + and mingw. + + * config.in: Undefine HAVE_WIN32_PSTATUS_T. + * configure.in: Test for structure win32_pstatus_t in + <sys/procfs.h> + * configure: Regenerate. + + * elf.c (elfcore_grok_win32pstatus): New function: process + win32_pstatus_t notes in elf core file. + (elfcore_grok_note): Detect win32_pstatus notes. + 2000-01-03 Martin v. Loewis <loewis@informatik.hu-berlin.de> * elflink.c (_bfd_elf_link_record_dynamic_symbol): Process symbol |