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 installed to correct typo in sparc/linux.h


When cross-compiling to sparc-unknown-linux-gnu, I get:

 > In file included from hconfig.h:10, from gengenrtl.c:22:
 > gcc/config/sparc/linux.h:53: parse error before string constant

Tested by recompiling cc1.  Installed as obvious.

		--Kaveh


2001-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.

diff -rup orig/egcc-CVS20011216/gcc/config/sparc/linux.h egcc-CVS20011216/gcc/config/sparc/linux.h
--- orig/egcc-CVS20011216/gcc/config/sparc/linux.h	Sat Dec 15 07:30:24 2001
+++ egcc-CVS20011216/gcc/config/sparc/linux.h	Mon Dec 17 10:49:03 2001
@@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA.  */
      %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\
    crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
 #else
+#define STARTFILE_SPEC \
   "%{!shared: \
      %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\
    crti.o%s %{static:crtbeginT.o%s}\


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