Create a pseudo section for the ELF AUXV core dump note on FreeBSD.
authorJohn Baldwin <jhb@FreeBSD.org>
Sun, 12 Jun 2016 19:34:51 +0000 (12:34 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 24 Jun 2016 17:33:51 +0000 (10:33 -0700)
commit3350c5f5de3d2e62dd9de2a76cf2d5d8728d2600
treedad8f75e3a2e339eb5469a05823b168d710d6618
parent7697fc9ec3a970f05abb836107653c46ada466ad
Create a pseudo section for the ELF AUXV core dump note on FreeBSD.

The procstat AUXV core dump note in FreeBSD consists of 32-bit integer
followed by an array of auxiliary vector entries.

bfd/ChangeLog:

* elf.c (elfcore_grok_freebsd_note): Handle NT_FREEBSD_PROCSTAT_AUXV
notes.
bfd/ChangeLog
bfd/elf.c