diff options
author | Nick Clifton <nickc@redhat.com> | 2007-01-22 08:55:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-01-22 08:55:34 +0000 |
commit | 489038311cebe05fc09ad5e7f914c5d326a22d1b (patch) | |
tree | cf497ed6e27f804d2746f5944aa659d8565d65d1 /gas/ChangeLog | |
parent | dd029bc9d69a7d69a040c1fe57793a3b1a88c3b3 (diff) | |
download | gdb-489038311cebe05fc09ad5e7f914c5d326a22d1b.zip gdb-489038311cebe05fc09ad5e7f914c5d326a22d1b.tar.gz gdb-489038311cebe05fc09ad5e7f914c5d326a22d1b.tar.bz2 |
* tc-score.c: Remove unnecessary uses of _().
Make the err_msg[] a file level local array in order to save storage space.
Remove unnecessary sprintf()s.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ad27dc5..1c307a4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2007-01-22 Nick Clifton <nickc@redhat.com> + + * tc-score.c: Remove unnecessary uses of _(). + Make the err_msg[] a file level local array in order to save + storage space. + Remove unnecessary sprintf()s. + 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn> * config/tc-score.c : Using _() for const string. |