diff options
author | Chen Gang <gang.chen.5i5j@gmail.com> | 2014-06-13 15:52:55 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-06-13 15:52:55 +0100 |
commit | 2132b4072fb1368afbc0405f909bdf67fcfee427 (patch) | |
tree | ea1e4825b3749b403de72a6f01c9eb8742a674b2 /gas/ChangeLog | |
parent | b94ade42840d1b0fbf818db49d98da9ba80c1d53 (diff) | |
download | gdb-2132b4072fb1368afbc0405f909bdf67fcfee427.zip gdb-2132b4072fb1368afbc0405f909bdf67fcfee427.tar.gz gdb-2132b4072fb1368afbc0405f909bdf67fcfee427.tar.bz2 |
A simple replacement of sprintf (xxx, "%s", xxx) with strcpy.
* config/tc-score7.c: Replace sprintf with strcpy where
appropriate.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fd331d7..265a272 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2014-06-13 Chen Gang <gang.chen.5i5j@gmail.com> + + * config/tc-score7.c: Replace sprintf with strcpy where + appropriate. + 2014-06-07 Alan Modra <amodra@gmail.com> * config/tc-ppc.c (ppc_insert_operand): Handle PPC_OPERAND_SIGNOPT |