2010-03-01 Tristan Gingold <gingold@adacore.com>

* config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
This commit is contained in:
Tristan Gingold 2010-03-01 16:47:52 +00:00
parent 90884b2b1f
commit bd56defd73
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-03-01 Tristan Gingold <gingold@adacore.com>
* config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.
2010-02-26 Doug Evans <dje@sebabeach.org>
* configure.tgt: Fix mep cpu case.

View file

@ -6280,7 +6280,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);
}