This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix md_unwind_header file name


The header file was renamed when it was moved.  Tested on
hppa-unknown-linux-gnu.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

2011-06-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>

	* config.host (hppa*-*-linux*): Correct md_unwind_header name.

Index: config.host
===================================================================
--- config.host	(revision 174624)
+++ config.host	(working copy)
@@ -298,7 +298,7 @@
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]