diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-01-22 19:19:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-01-22 19:19:24 +0000 |
commit | 07302d31d504cfabb529ecc077418209e531d29d (patch) | |
tree | 5cd2cb7e6099a90c6ba9070b4696a1d4a94b4d61 /gas | |
parent | 57fdbbbe8f1c649b99800c899636fa2f07f2221f (diff) | |
download | gdb-07302d31d504cfabb529ecc077418209e531d29d.zip gdb-07302d31d504cfabb529ecc077418209e531d29d.tar.gz gdb-07302d31d504cfabb529ecc077418209e531d29d.tar.bz2 |
Mention bug #.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1c307a4..4fcae4f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,6 @@ 2007-01-22 Nick Clifton <nickc@redhat.com> + PR gas/3871 * tc-score.c: Remove unnecessary uses of _(). Make the err_msg[] a file level local array in order to save storage space. @@ -7,6 +8,7 @@ 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn> + PR gas/3871 * config/tc-score.c : Using _() for const string. Do not assign inst.error with a local string pointer. (md_section_align): Pad section. |