X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-ia64.h;h=b478532549a9b93586347880794829fefd290490;hb=7d7167ce1b93f8bb151daa2572314987eaeb9e3c;hp=7e044413e037e410d36fa5474fa3577c8ff7ed71;hpb=91cb9803fcf6d1c7001395d80f79120ae8e6338a;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-ia64.h b/gas/config/tc-ia64.h index 7e044413e0..b478532549 100644 --- a/gas/config/tc-ia64.h +++ b/gas/config/tc-ia64.h @@ -1,5 +1,5 @@ /* tc-ia64.h -- Header file for tc-ia64.c. - Copyright (C) 1998-2017 Free Software Foundation, Inc. + Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by David Mosberger-Tang This file is part of GAS, the GNU Assembler. @@ -166,7 +166,7 @@ void ia64_vms_note (void); /* Record if an alignment frag should end with a stop bit. */ #define TC_FRAG_TYPE int -#define TC_FRAG_INIT(FRAGP) do {(FRAGP)->tc_frag_data = 0;}while (0) +#define TC_FRAG_INIT(FRAGP, MAX_BYTES) do {(FRAGP)->tc_frag_data = 0;}while (0) /* Give an error if a frag containing code is not aligned to a 16 byte boundary. */