X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-tilepro.h;h=188f2fc9537853d5395684b40c3ef331096ad02d;hb=2571583aed598dd3f9651b53434e5f177a0e3cf7;hp=edb51d09568e8bd4b268e0fe58700411f9f7fc5d;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=external%2Fbinutils.git diff --git a/gas/config/tc-tilepro.h b/gas/config/tc-tilepro.h index edb51d0..188f2fc 100644 --- a/gas/config/tc-tilepro.h +++ b/gas/config/tc-tilepro.h @@ -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-2017 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 *);