X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-nds32.h;h=4d4da274d256119ed24d3f92e5bed95cd08499db;hb=7e9ad3a35cde2342e07c34345d5ee671ea8aeeb4;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..4d4da274d2 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-2019 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);