=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nm/Attic/byte.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/nm/Attic/byte.c 1999/08/29 17:22:05 1.2 +++ src/usr.bin/nm/Attic/byte.c 2001/08/19 23:21:40 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: byte.c,v 1.2 1999/08/29 17:22:05 espie Exp $ */ +/* $OpenBSD: byte.c,v 1.3 2001/08/19 23:21:40 espie Exp $ */ /* * Copyright (c) 1999 * Marc Espie. All rights reserved. @@ -35,6 +35,8 @@ case MID_HPUX: case MID_SPARC: case MID_MIPS: + case MID_SPARC64: + case MID_POWERPC: return BIG_ENDIAN; default: /* we don't know what this is, so we don't want to process it */ return 0;