]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
elf_common: add ELF note names
authorEd Maste <emaste@FreeBSD.org>
Fri, 20 Sep 2019 09:04:52 +0000 (09:04 +0000)
committerEd Maste <emaste@FreeBSD.org>
Fri, 20 Sep 2019 09:04:52 +0000 (09:04 +0000)
commit8b43027381dc3360d784849b7b585595bc8cfae9
tree7a2ac210ecfb5cfd7a81b9fa6728996731ed2a7d
parente6b3bd22d8eff48799c344b6a9225ca2a06be994
elf_common: add ELF note names

r348628 added a definition of NT_GNU_BUILD_ID.  Some software (Valgrind)
also expects a #define for the note name (ELF_NOTE_GNU) in the case that
NT_GNU_BUILD_ID is defined.

PR: 239669
Reported by: Yuichiro NAITO
Sponsored by: The FreeBSD Foundation
Event: EuroBSDCon FreeBSD DevSummit 2019
sys/sys/elf_common.h