X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-nds32.h;h=525d7343f01b1d047b3b0fa40da98647b0880771;hb=53fc67f8b2663261810353ae8e4f9920ae7a1c56;hp=150fbda8691e4396f0eee8644e942ecda7439229;hpb=fbaf61ad525eb2818598b699d44df32e46583925;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-nds32.h b/gas/config/tc-nds32.h index 150fbda869..525d7343f0 100644 --- a/gas/config/tc-nds32.h +++ b/gas/config/tc-nds32.h @@ -1,5 +1,5 @@ /* tc-nds32.h -- Header file for tc-nds32.c. - Copyright (C) 2012-2018 Free Software Foundation, Inc. + Copyright (C) 2012-2020 Free Software Foundation, Inc. Contributed by Andes Technology Corporation. This file is part of GAS. @@ -191,7 +191,7 @@ struct nds32_frag_type extern void nds32_frag_init (fragS *); #define TC_FRAG_TYPE struct nds32_frag_type -#define TC_FRAG_INIT(fragP) nds32_frag_init (fragP) +#define TC_FRAG_INIT(fragP, max_bytes) nds32_frag_init (fragP) /* CFI directive. */ extern void nds32_elf_frame_initial_instructions (void);