diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 04:43:15 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-11-07 04:43:15 +0000 |
commit | b322ec875396c780c666e8ef129527a7e356ecfc (patch) | |
tree | 29fbffb37752e23892012d834182434e39c3dfa5 /usr.bin | |
parent | 573b3659e73295a82a68d1d4547243ff9094b3f2 (diff) |
hppa is bigendian
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/nm/byte.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/nm/byte.c b/usr.bin/nm/byte.c index de253a7c47a..4671b96c208 100644 --- a/usr.bin/nm/byte.c +++ b/usr.bin/nm/byte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: byte.c,v 1.3 2001/08/19 23:21:40 espie Exp $ */ +/* $OpenBSD: byte.c,v 1.4 2003/11/07 04:43:14 mickey Exp $ */ /* * Copyright (c) 1999 * Marc Espie. All rights reserved. @@ -31,6 +31,7 @@ static int byte_sex(mid) case MID_SUN020: case MID_HP200: case MID_HP300: + case MID_HPPA: case MID_HPUX800: case MID_HPUX: case MID_SPARC: |