* Extensive changes to permit symbols to contain any expression
[deliverable/binutils-gdb.git] / gas / config / obj-bout.c
index d467715b1174f76dc22a372c5d9f1018e52c05e0..6fc5b376673367179f3cd41549140340deb7bd1a 100644 (file)
@@ -28,11 +28,11 @@ const short                 /* in: segT   out: N_TYPE bits */
   N_DATA,
   N_BSS,
   N_UNDF,                      /* unknown */
-  N_UNDF,                      /* absent */
-  N_UNDF,                      /* pass1 */
   N_UNDF,                      /* error */
-  N_UNDF,                      /* bignum/flonum */
-  N_UNDF,                      /* difference */
+  N_UNDF,                      /* expression */
+  N_UNDF,                      /* debug */
+  N_UNDF,                      /* ntv */
+  N_UNDF,                      /* ptv */
   N_REGISTER,                  /* register */
 };
 
This page took 0.022689 seconds and 4 git commands to generate.