Define NLIST_ELF32 and Define NLIST_ELF64 for SH5.
This commit is contained in:
parent
adaf086af4
commit
05774dcd91
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: extern.h,v 1.17 2002/06/10 14:28:14 fredette Exp $ */
|
||||
/* $NetBSD: extern.h,v 1.18 2002/07/11 19:15:54 scw Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
|
||||
@ -53,6 +53,9 @@
|
||||
# define NLIST_AOUT
|
||||
# define NLIST_ELF32
|
||||
# define NLIST_ELF64
|
||||
#elif defined(__SH5__)
|
||||
# define NLIST_ELF32
|
||||
# define NLIST_ELF64
|
||||
#elif defined(__sh__)
|
||||
# define NLIST_COFF
|
||||
# define NLIST_ELF32
|
||||
|
Loading…
Reference in New Issue
Block a user