X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-dlx.h;h=03659345d9660b834d6ee81b97a7909124010661;hb=d4693039f950eefb983a66e3270209b738e4ce8a;hp=8da1c11f76417bd0cce8603c7529d7cbc0b8a545;hpb=48afb19489cf39cb7f48e24fe7c567a9cd438b95;p=external%2Fbinutils.git diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index 8da1c11..0365934 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -1,5 +1,5 @@ /* tc-dlx.h -- Assemble for the DLX - Copyright (C) 2002-2016 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -31,6 +31,12 @@ #define LEX_DOLLAR 1 +#include "bit_fix.h" + +#define TC_FIX_TYPE bit_fixS * +#define tc_fix_data fx_bit_fixP +#define TC_INIT_FIX_DATA(FIX) do (FIX)->fx_bit_fixP = NULL; while (0) + extern void dlx_pop_insert (void); extern int dlx_unrecognized_line (int); extern bfd_boolean md_dlx_fix_adjustable (struct fix *);