RISC-V: Fix lui argument parsing.
[deliverable/binutils-gdb.git] / gas / config / tc-tilepro.h
index edb51d09568e8bd4b268e0fe58700411f9f7fc5d..30a36293560ee8136f5aff82ed8f4d80b936be77 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-tile.h - Macros and type defines for a TILEPro chip.
-   Copyright (C) 2011-2014 Free Software Foundation, Inc.
+   Copyright (C) 2011-2019 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -54,7 +54,7 @@ struct tilepro_operand;
 extern void tilepro_cons_fix_new (struct frag *, int,
                                  int, struct expressionS *);
 
-#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP)      \
+#define TC_CONS_FIX_NEW(FRAG, WHERE, NBYTES, EXP, RELOC)       \
   tilepro_cons_fix_new (FRAG, WHERE, NBYTES, EXP)
 
 extern int tilepro_parse_name (char *, expressionS *, char *);
This page took 0.024174 seconds and 4 git commands to generate.