Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Enable ELF32 support for VAX.



details:   https://anonhg.NetBSD.org/src/rev/a1d77f66fb5b
branches:  trunk
changeset: 509395:a1d77f66fb5b
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 03 08:23:13 2001 +0000

description:
Enable ELF32 support for VAX.

diffstat:

 lib/libc/gen/nlist_private.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 013644cb0b99 -r a1d77f66fb5b lib/libc/gen/nlist_private.h
--- a/lib/libc/gen/nlist_private.h      Thu May 03 07:46:29 2001 +0000
+++ b/lib/libc/gen/nlist_private.h      Thu May 03 08:23:13 2001 +0000
@@ -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__)



Home | Main Index | Thread Index | Old Index