Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/alpha/include pull up rev(s) 1.5 from trunk. (...



details:   https://anonhg.NetBSD.org/src/rev/57a365803a91
branches:  netbsd-1-4
changeset: 468834:57a365803a91
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Jun 21 19:21:41 1999 +0000

description:
pull up rev(s) 1.5 from trunk. (cgd)

diffstat:

 sys/arch/alpha/include/ecoff_machdep.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ba48d7756eb8 -r 57a365803a91 sys/arch/alpha/include/ecoff_machdep.h
--- a/sys/arch/alpha/include/ecoff_machdep.h    Mon Jun 21 19:21:24 1999 +0000
+++ b/sys/arch/alpha/include/ecoff_machdep.h    Mon Jun 21 19:21:41 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ecoff_machdep.h,v 1.4 1997/04/06 08:47:22 cgd Exp $ */
+/* $NetBSD: ecoff_machdep.h,v 1.4.16.1 1999/06/21 19:21:41 cgd Exp $ */
 
 /*
  * Copyright (c) 1994 Adam Glass
@@ -51,6 +51,11 @@
 #define ECOFF_SEGMENT_ALIGNMENT(ep) \
     (((ep)->f.f_flags & ECOFF_FLAG_EXEC) == 0 ? 8 : 16)
 
+#define        ECOFF_FLAG_OBJECT_TYPE_MASK     0x3000
+#define                ECOFF_OBJECT_TYPE_NO_SHARED     0x1000
+#define                ECOFF_OBJECT_TYPE_SHARABLE      0x2000
+#define                ECOFF_OBJECT_TYPE_CALL_SHARED   0x3000
+
 struct ecoff_symhdr {
        int16_t         magic;
        int16_t         vstamp;



Home | Main Index | Thread Index | Old Index