nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.
2016-11-24 Chung-Lin Tang <cltang@codesourcery.com> * config/nios2/nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED. From-SVN: r242819
This commit is contained in:
parent
90b725f0b0
commit
665ad37b6a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2016-11-24 Chung-Lin Tang <cltang@codesourcery.com>
|
||||||
|
|
||||||
|
* config/nios2/nios2.c (nios2_init_libfuncs): Add ATTRIBUTE_UNUSED.
|
||||||
|
|
||||||
2016-11-23 Peter Bergner <bergner@vnet.ibm.com>
|
2016-11-23 Peter Bergner <bergner@vnet.ibm.com>
|
||||||
|
|
||||||
PR target/78458
|
PR target/78458
|
||||||
|
|
|
@ -3604,7 +3604,7 @@ nios2_expand_builtin (tree exp, rtx target, rtx subtarget ATTRIBUTE_UNUSED,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Implement TARGET_INIT_LIBFUNCS. */
|
/* Implement TARGET_INIT_LIBFUNCS. */
|
||||||
static void
|
static void ATTRIBUTE_UNUSED
|
||||||
nios2_init_libfuncs (void)
|
nios2_init_libfuncs (void)
|
||||||
{
|
{
|
||||||
init_sync_libfuncs (UNITS_PER_WORD);
|
init_sync_libfuncs (UNITS_PER_WORD);
|
||||||
|
|
Loading…
Add table
Reference in a new issue