public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Fix md_unwind_header file name
@ 2011-06-04 15:24 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2011-06-04 15:24 UTC (permalink / raw)
  To: gcc-patches

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-04 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-04 15:24 [committed] Fix md_unwind_header file name John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).