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