* expr.c (operand): Don't use [ for parens if we want an index op.
[deliverable/binutils-gdb.git] / gas / expr.h
index cdf337a811c2612fc346f9d7e6b44de3ae0f7fa3..14a2fd2720224bc5bbea8b28d9dca123b83173e1 100644 (file)
@@ -102,6 +102,8 @@ typedef enum
   O_logical_and,
   /* (X_add_symbol || X_op_symbol) + X_add_number.  */
   O_logical_or,
+  /* X_op_symbol [ X_add_symbol ] */
+  O_index,
   /* this must be the largest value */
   O_max
 } operatorT;
This page took 0.023275 seconds and 4 git commands to generate.