add macros get get/put short/long.
[unix-history] / usr / src / include / nlist.h
index 1adfbed..26fafcc 100644 (file)
@@ -1,4 +1,10 @@
-/*     nlist.h 4.1     83/05/03        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)nlist.h     5.2 (Berkeley) %G%
+ */
 
 /*
  * Format of a symbol table entry; this file is included by <a.out.h>
 
 /*
  * Format of a symbol table entry; this file is included by <a.out.h>
@@ -23,7 +29,7 @@ struct        nlist {
 #define        N_DATA  0x6             /* data */
 #define        N_BSS   0x8             /* bss */
 #define        N_COMM  0x12            /* common (internal to ld) */
 #define        N_DATA  0x6             /* data */
 #define        N_BSS   0x8             /* bss */
 #define        N_COMM  0x12            /* common (internal to ld) */
-#define        N_FN    0x1f            /* file name symbol */
+#define        N_FN    0x1e            /* file name symbol */
 
 #define        N_EXT   01              /* external bit, or'ed in */
 #define        N_TYPE  0x1e            /* mask for all the type bits */
 
 #define        N_EXT   01              /* external bit, or'ed in */
 #define        N_TYPE  0x1e            /* mask for all the type bits */