diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-20 16:15:39 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-20 16:15:39 +0000 |
commit | c7285b7170b0e62c84ad808abf794a5b0911b69a (patch) | |
tree | 2698ca2b1b73a9093c306ddc61353e78938e7c17 /libgcc | |
parent | 0cdefccf99551bdd1bf73721efe2fb4406f552a5 (diff) | |
download | gcc-c7285b7170b0e62c84ad808abf794a5b0911b69a.tar.gz |
ChangeLog: Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208714 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index fea09cc0189..51db8a2809c 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,7 +1,6 @@ 2014-03-20 Joel Sherrill <joel.sherrill@oarcorp.com> - * config.host (v850*-*-*): Add to tmake_file instead of resetting - it. This was removing the v850*-*-rtems* settings. + * config.host (v850*-*-*): Add to tmake_file instead of resetting it. 2014-03-10 Uros Bizjak <ubizjak@gmail.com> |