From 0defd7866392143e217750bc2b34be3ef0d6b57b Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 4 Jun 2011 15:21:01 +0000 Subject: [PATCH] config.host (hppa*-*-linux*): Correct md_unwind_header name. * config.host (hppa*-*-linux*): Correct md_unwind_header name. From-SVN: r174640 --- libgcc/ChangeLog | 4 ++++ libgcc/config.host | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b1dace7cd98..4701c3d6179 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-06-04 John David Anglin + + * config.host (hppa*-*-linux*): Correct md_unwind_header name. + 2011-06-04 Kaz Kojima * config.host (sh*-*-linux*): Fix typo. diff --git a/libgcc/config.host b/libgcc/config.host index 851ff9b9bdc..f0e28f844e3 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -298,7 +298,7 @@ h8300-*-elf*) hppa*64*-*-linux*) ;; hppa*-*-linux*) - md_unwind_header=pa/pa32-linux.h + md_unwind_header=pa/linux-unwind.h ;; hppa[12]*-*-hpux10*) md_unwind_header=pa/hpux-unwind.h -- 2.30.2