Skip to content

Commit

Permalink
We won't support a.out on arm64/aarch64. As such there will be no nee…
Browse files Browse the repository at this point in the history
…d to

support it in nlist(3).

Reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
zxombie committed Mar 18, 2015
1 parent 957d1c1 commit f7004ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/libc/gen/nlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7004ad

Please sign in to comment.