2010-03-01 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Mon, 1 Mar 2010 16:47:52 +0000 (16:47 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 1 Mar 2010 16:47:52 +0000 (16:47 +0000)
* config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED.

gas/ChangeLog
gas/config/tc-score7.c

index 61886b4..1d4bd0e 100644 (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.
index 9edd699..b21ec52 100644 (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);
 }