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 + + * config.host (sh*-*-linux*): Fix typo. + 2011-06-03 Rainer Orth * 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 ;;