* config/bfin-defs.h (Expr_Node_Type enum): Add Expr_Node_GOT_Reloc.
[deliverable/binutils-gdb.git] / gas / config / bfin-defs.h
index 46ae61e2912321960fbf66745aa9659f5237a166..48bacb3ed7d4ec528738c25b7215f7adbb2047ec 100644 (file)
@@ -263,6 +263,7 @@ typedef enum
   Expr_Node_Binop,             /* Binary operator.  */
   Expr_Node_Unop,              /* Unary operator.  */
   Expr_Node_Reloc,             /* Symbol to be relocated.  */
+  Expr_Node_GOT_Reloc,         /* Symbol to be relocated using the GOT.  */
   Expr_Node_Constant           /* Constant.  */
 } Expr_Node_Type;
 
This page took 0.027198 seconds and 4 git commands to generate.