This fixes a compile time error triggered by -Werror=format-security because
authorNick Clifton <nickc@redhat.com>
Thu, 27 Mar 2014 09:41:06 +0000 (09:41 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 27 Mar 2014 09:41:06 +0000 (09:41 +0000)
commitcb580a265c0344b2acfc3059b53689863378f5ed
tree0c41a638f2ee218daf32b9d1d46f28741eac20ec
parent3cc27770cfa2080f70d44659de9d62adc80489fc
This fixes a compile time error triggered by -Werror=format-security because
a call to sprintf was being made with a non-constant formatting string.

* config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
sprintf in order to avoid a compile time warning.
gas/ChangeLog
gas/config/tc-score.c