From: Tristan Gingold Date: Mon, 1 Mar 2010 16:45:35 +0000 (+0000) Subject: 2010-03-01 Tristan Gingold X-Git-Tag: binutils-2_20_1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a5a14a7ee0d22c12d55af8e435e88a6636aff2e;p=thirdparty%2Fbinutils-gdb.git 2010-03-01 Tristan Gingold * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 494778ab8bc..8e80aaf265b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2010-03-01 Tristan Gingold + + * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED. + 2010-02-08 Christophe Lyon * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for diff --git a/gas/config/tc-score7.c b/gas/config/tc-score7.c index c931102ce31..ebab249e24d 100644 --- a/gas/config/tc-score7.c +++ b/gas/config/tc-score7.c @@ -6281,7 +6281,7 @@ s7_atof (int type, char *litP, int *sizeP) Called after md_convert_frag(). */ static void -s7_frag_check (fragS * fragp) +s7_frag_check (fragS * fragp ATTRIBUTE_UNUSED) { know (fragp->insn_addr <= s7_RELAX_PAD_BYTE); }