diff options
| author | bjh21 <bjh21@NetBSD.org> | 2000-05-09 21:55:44 +0000 |
|---|---|---|
| committer | bjh21 <bjh21@NetBSD.org> | 2000-05-09 21:55:44 +0000 |
| commit | 6c97e2bd7817f6eb36ea04f65488ea1e95cb158f (patch) | |
| tree | 499bc6851619a39119e4f4e8919311cbb9b2948d /usr.bin | |
| parent | 6a36c27519360fbbcb9b0533b93429d400c5e315 (diff) | |
Initial commit of arm26 port
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/crunch/crunchide/extern.h | 4 | ||||
| -rw-r--r-- | usr.bin/xlint/lint1/param.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/crunch/crunchide/extern.h b/usr.bin/crunch/crunchide/extern.h index 3c924ffc602..659a70cb5cc 100644 --- a/usr.bin/crunch/crunchide/extern.h +++ b/usr.bin/crunch/crunchide/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.7 1999/11/26 13:47:53 msaitoh Exp $ */ +/* $NetBSD: extern.h,v 1.8 2000/05/09 21:56:05 bjh21 Exp $ */ /* * Copyright (c) 1997 Christopher G. Demetriou. All rights reserved. @@ -33,7 +33,7 @@ #if defined(__alpha__) # define NLIST_ECOFF # define NLIST_ELF64 -#elif defined(__mips__) +#elif defined(__arm26__) || defined(__mips__) # define NLIST_ELF32 #elif defined(__powerpc__) # define NLIST_ELF32 diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index d6297b00a8b..429b5085947 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.10 2000/04/09 01:08:17 bad Exp $ */ +/* $NetBSD: param.h,v 1.11 2000/05/09 21:56:06 bjh21 Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -84,7 +84,7 @@ #elif defined(__vax__) #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 -#elif defined(__arm32__) +#elif defined(__arm26__) || defined(__arm32__) #define PTRDIFF_IS_LONG 0 #define SIZEOF_IS_ULONG 0 #elif defined(__powerpc__) || defined(__ppc__) |
