diff options
author | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-04 02:38:24 +0000 |
---|---|---|
committer | kkojima <kkojima@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-04 02:38:24 +0000 |
commit | 73956a0dc18ed4192ebb398ce156c4c20b2f8d85 (patch) | |
tree | a2d1ab2e5010198dee4fde656c70f6947d3899e7 /libgcc | |
parent | cca20f1e7ebeced938c13898988e280eb70d0d0b (diff) | |
download | gcc-73956a0dc18ed4192ebb398ce156c4c20b2f8d85.tar.gz |
* config.host (sh*-*-linux*): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174631 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 5a4fec5139d..b1dace7cd98 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-04 Kaz Kojima <kkojima@gcc.gnu.org> + + * config.host (sh*-*-linux*): Fix typo. + 2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * config/alpha/linux-unwind.h: Move from ../gcc/config/alpha. diff --git a/libgcc/config.host b/libgcc/config.host index c44ddd7b09a..851ff9b9bdc 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -574,7 +574,7 @@ sh-*-elf* | sh[12346l]*-*-elf* | \ case ${host} in sh*-*-linux*) tmake_file="${tmake_file} sh/t-linux" - md_unwind_header=sh/unwind-linux.h + md_unwind_header=sh/linux-unwind.h ;; esac ;; |