[3.4-BIB] patch installed: fix typo in last change

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Sun Sep 29 12:43:00 GMT 2002


Tested via cross-compiling cc1 to m88k-unknown-openbsd.

Installed as obvious on the gcc-3_4-basic-improvements-branch.

		--Kaveh


2002-09-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* openbsd.h: Fix typo in last change.
	
diff -rup orig/egcc-bib-CVS20020928/gcc/config/openbsd.h egcc-bib-CVS20020928/gcc/config/openbsd.h
--- orig/egcc-bib-CVS20020928/gcc/config/openbsd.h	2002-09-20 07:02:55.000000000 -0400
+++ egcc-bib-CVS20020928/gcc/config/openbsd.h	2002-09-29 11:26:59.302953227 -0400
@@ -109,7 +109,7 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_SPEC "%{fpic:-k} %{fPIC:-k -K}"
 #endif
 
-/* Since we use gas, stdin -> - is a good idea.  &/
+/* Since we use gas, stdin -> - is a good idea.  */
 #define AS_NEEDS_DASH_FOR_PIPED_INPUT
 
 /* LINK_SPEC appropriate for OpenBSD.  Support for GCC options 



More information about the Gcc-patches mailing list