svn commit: trunk/buildroot/toolchain/gcc: 3.3.6 3.4.6

andersen at uclibc.org andersen at uclibc.org
Fri Jun 23 07:09:56 UTC 2006


Author: andersen
Date: 2006-06-23 00:09:55 -0700 (Fri, 23 Jun 2006)
New Revision: 15491

Log:
support linking with xgot


Added:
   trunk/buildroot/toolchain/gcc/3.3.6/810-mips-xgot.patch
   trunk/buildroot/toolchain/gcc/3.4.6/810-mips-xgot.patch


Changeset:
Added: trunk/buildroot/toolchain/gcc/3.3.6/810-mips-xgot.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/3.3.6/810-mips-xgot.patch	2006-06-23 07:06:48 UTC (rev 15490)
+++ trunk/buildroot/toolchain/gcc/3.3.6/810-mips-xgot.patch	2006-06-23 07:09:55 UTC (rev 15491)
@@ -0,0 +1,6 @@
+--- gcc.orig/gcc/config/mips/t-linux	1970-01-01 01:00:00.000000000 +0100
++++ gcc/gcc/config/mips/t-linux	2004-08-26 18:28:12.000000000 +0200
+@@ -0,0 +1,3 @@
++# Compile crtbegin/end with xgot so it works for both
++# normal and large GOTs.
++CRTSTUFF_T_CFLAGS = -Wa,-xgot

Added: trunk/buildroot/toolchain/gcc/3.4.6/810-mips-xgot.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/3.4.6/810-mips-xgot.patch	2006-06-23 07:06:48 UTC (rev 15490)
+++ trunk/buildroot/toolchain/gcc/3.4.6/810-mips-xgot.patch	2006-06-23 07:09:55 UTC (rev 15491)
@@ -0,0 +1,6 @@
+--- gcc.orig/gcc/config/mips/t-linux	1970-01-01 01:00:00.000000000 +0100
++++ gcc/gcc/config/mips/t-linux	2004-08-26 18:28:12.000000000 +0200
+@@ -0,0 +1,3 @@
++# Compile crtbegin/end with xgot so it works for both
++# normal and large GOTs.
++CRTSTUFF_T_CFLAGS = -mxgot




More information about the uClibc-cvs mailing list