From 78aee7b9ec2f8d0ce4530bde29686c9368713fc4 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 3 May 2001 08:23:13 +0000 Subject: [PATCH] Enable ELF32 support for VAX. --- lib/libc/gen/nlist_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/nlist_private.h b/lib/libc/gen/nlist_private.h index 0591f6c55d52..a7bcd6630e27 100644 --- a/lib/libc/gen/nlist_private.h +++ b/lib/libc/gen/nlist_private.h @@ -1,4 +1,4 @@ -/* $NetBSD: nlist_private.h,v 1.11 2001/02/17 21:18:40 bjh21 Exp $ */ +/* $NetBSD: nlist_private.h,v 1.12 2001/05/03 08:23:13 matt Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou @@ -42,7 +42,7 @@ # define NLIST_ECOFF # define NLIST_ELF32 #elif defined(__arm__) || defined(__i386__) || defined (__m68k__) || \ - defined(__powerpc__) + defined(__powerpc__) || defined(__vax__) # define NLIST_AOUT # define NLIST_ELF32 #elif defined(__sparc__)