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]

[PATCH] complete the sparc_bi.h -> biarch64.h rename


2002-01-31  David O'Brien  <obrien@FreeBSD.org>

	* config/sparc/sol2-sld-64.h: Include sparc/biarch64.h rather than
	sparc/sparc_bi.h.


Index: config/sparc/sol2-sld-64.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/sparc/sol2-sld-64.h,v
retrieving revision 1.20
diff -u -r1.20 sol2-sld-64.h
--- sol2-sld-64.h	2001/12/10 23:38:50	1.20
+++ sol2-sld-64.h	2002/01/31 15:00:59
@@ -2,7 +2,7 @@
    running Solaris 2 using the system linker.  */
 
 #ifdef AS_SPARC64_FLAG
-#include "sparc/sparc_bi.h"
+#include "sparc/biarch64.h"
 #endif
 
 #include "sparc/sparc.h"


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