X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-score.h;h=8b56fd687a2a0503ee98c4f8595957164fa1e01c;hb=bd920864f3dc2cad376989a642ab774aef6b2fce;hp=43227fe2614edd3b756028f837fef804ec3250df;hpb=3739860c11a9cfcdaa4d5d204ea3536784de7bb3;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-score.h b/gas/config/tc-score.h index 43227fe261..8b56fd687a 100644 --- a/gas/config/tc-score.h +++ b/gas/config/tc-score.h @@ -1,5 +1,5 @@ /* tc-score.h -- Score specific file for assembler - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2020 Free Software Foundation, Inc. Contributed by: Brain.lin (brain.lin@sunplusct.com) Mei Ligang (ligang@sunnorth.com.cn) @@ -62,7 +62,7 @@ struct score_tc_frag_data #define TC_FRAG_TYPE struct score_tc_frag_data -#define TC_FRAG_INIT(FRAGP) \ +#define TC_FRAG_INIT(FRAGP, MAX_BYTES) \ do \ { \ (FRAGP)->tc_frag_data.is_insn = (((FRAGP)->fr_type == rs_machine_dependent) ? 1 : 0); \