X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-dlx.h;h=1844d6ade13994cdcc58550e67006710a49fdee3;hb=de54374205650be71237ce51ef7981d30ddd78dc;hp=b6450aec36abf32cf1d490ba37e57143f5400337;hpb=827041555ac443bd57340060f3e034fd7b199dd8;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index b6450aec36..1844d6ade1 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-2019 Free Software Foundation, Inc. + Copyright (C) 2002-2020 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 *);