Define NLIST_ELF32 for mips native format. Also NLIST_ECOFF (pmax, arc PROMs)
NLIST_AOUT (old pmax bootblocks).
This commit is contained in:
parent
ea1aa3511c
commit
92fda0ceb3
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: extern.h,v 1.2 1998/11/26 08:11:33 sakamoto Exp $ */
|
||||
/* $NetBSD: extern.h,v 1.3 1998/12/05 07:30:38 jonathan Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
|
||||
@ -34,6 +34,11 @@
|
||||
#define NLIST_ECOFF
|
||||
#define NLIST_ELF64
|
||||
#else
|
||||
#ifdef __mips__
|
||||
#define NLIST_ECOFF
|
||||
#define NLIST_ELF32
|
||||
#define NLIST_AOUT
|
||||
#else
|
||||
#ifdef __powerpc__
|
||||
#define NLIST_ELF32
|
||||
#else
|
||||
@ -43,6 +48,7 @@
|
||||
/* #define NLIST_ELF64 */
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef NLIST_AOUT
|
||||
int check_aout __P((const char *, size_t));
|
||||
|
Loading…
x
Reference in New Issue
Block a user