diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/tc-score7.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 61886b4..1d4bd0e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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. diff --git a/gas/config/tc-score7.c b/gas/config/tc-score7.c index 9edd699..b21ec52 100644 --- a/gas/config/tc-score7.c +++ b/gas/config/tc-score7.c @@ -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); } |