From 82f247af451f1be76fd19cfd822422600c5afa53 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Sat, 4 Jun 2011 02:38:24 +0000 Subject: [PATCH] config.host (sh*-*-linux*): Fix typo. * config.host (sh*-*-linux*): Fix typo. From-SVN: r174631 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ;; -- 2.30.2