make microblaze build with -Wwrite-strings
[deliverable/binutils-gdb.git] / gas / config / tc-tilepro.h
index 5374d2673feda17747e1272b6467ee23e0021d20..f55416884d1d7c21b48155592ae782cb2212a371 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-tile.h - Macros and type defines for a TILEPro chip.
-   Copyright 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2016 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.025863 seconds and 4 git commands to generate.