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]

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


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 


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