Add support to readelf for reading OpenBSD ELF core notes.
authorFrederic Cambus <fred@statdns.com>
Sat, 11 Sep 2021 21:30:22 +0000 (23:30 +0200)
committerAlan Modra <amodra@gmail.com>
Thu, 30 Sep 2021 00:30:57 +0000 (10:00 +0930)
commit98ca73afe51e1e921915c37f242c88d4d445841c
tree6157a6bee913cbf92e6a7a50ead7e8fc3a44fe24
parentf141837642f08eb13f4476d85bbe69d76252abd3
Add support to readelf for reading OpenBSD ELF core notes.

* readelf.c (get_openbsd_elfcore_note_type): New function.
(process_note): Add support for OpenBSD core notes.
binutils/readelf.c