]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r334363: elfdump: chase ABI tag note name change from r232832
authoremaste <emaste@FreeBSD.org>
Tue, 19 Jun 2018 17:11:53 +0000 (17:11 +0000)
committeremaste <emaste@FreeBSD.org>
Tue, 19 Jun 2018 17:11:53 +0000 (17:11 +0000)
commit9f3661ce9c416857b3bd8e57fda92a7a90528cd8
treeaef453e326c68aea3c655326a755d00231f7c3b8
parentcc5ca4e5a51f2dd3d019b8352f02d5fda823ba90
MFC r334363: elfdump: chase ABI tag note name change from r232832

r232832 changed the ABI tag note name from .note.ABI-tag to .note.tag.
Follow suit in elfdump.

Elfdump's note parsing is very basic and should be significantly
reworked, but for now just restore the broken functionality.

PR: 228290
Submitted by: martin at lispworks.com
usr.bin/elfdump/elfdump.c