We won't support a.out on arm64/aarch64. As such there will be no need to

support it in nlist(3).

Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2015-03-18 13:54:53 +00:00
parent 42a8247119
commit 667a4af397
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280219

View File

@ -47,7 +47,10 @@ __FBSDID("$FreeBSD$");
#include <unistd.h>
#include "un-namespace.h"
/* There is no a.out support on arm64 */
#ifndef __aarch64__
#define _NLIST_DO_AOUT
#endif
#define _NLIST_DO_ELF
#ifdef _NLIST_DO_ELF