public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 80_all_sparc-biarch.patch
@ 2008-12-26  0:39 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-26  0:39 UTC (permalink / raw
  To: gentoo-commits

vapier      08/12/26 00:39:11

  Modified:             80_all_sparc-biarch.patch
  Log:
  delete a few more lines that are in the common linux.h

Revision  Changes    Path
1.2                  src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch?r1=1.1&r2=1.2

Index: 80_all_sparc-biarch.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 80_all_sparc-biarch.patch	7 Dec 2008 19:58:50 -0000	1.1
+++ 80_all_sparc-biarch.patch	26 Dec 2008 00:39:11 -0000	1.2
@@ -1,8 +1,11 @@
-add support for "--enable-targets=all" to sparc*-*-linux-* just like for powerpc
-and x86
+add support for "--enable-targets=all" to sparc*-*-linux-* just like for
+powerpc and x86
 
 http://bugs.gentoo.org/214765
 
+the bulk of this patch is removing the duplicated linux bits from the sparc
+headers and using the gcc/linux.h work
+
 --- gcc/config.gcc
 +++ gcc/config.gcc
 @@ -355,7 +355,7 @@
@@ -119,10 +122,11 @@
  /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
     for the special GCC options -static and -shared, which allow us to
     link things in one of these three modes by applying the appropriate
-@@ -121,15 +84,6 @@
+@@ -121,16 +84,6 @@
+ 
  /* If ELF is the default format, we should not use /lib/elf.  */
  
- #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
+-#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
 -#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
 -#if UCLIBC_DEFAULT
 -#define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
@@ -223,13 +227,11 @@
  
  /* Provide a ENDFILE_SPEC appropriate for GNU/Linux.  Here we tack on
     the GNU/Linux magical crtend.o file (see crtstuff.c) which
-@@ -80,16 +59,11 @@
-    object constructed before entering `main', followed by a normal
+@@ -80,15 +59,10 @@
     GNU/Linux "finalizer" file, `crtn.o'.  */
  
--#undef  ENDFILE_SPEC
+ #undef  ENDFILE_SPEC
 -
-+#undef ENDFILE_SPEC
  #define ENDFILE_SPEC \
    "%{shared|pie:crtendS.o%s;:crtend.o%s} crtn.o%s\
     %{ffast-math|funsafe-math-optimizations:crtfastmath.o%s}"
@@ -254,10 +256,12 @@
  /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
     for the special GCC options -static and -shared, which allow us to
     link things in one of these three modes by applying the appropriate
-@@ -146,17 +114,6 @@
+@@ -146,19 +114,6 @@
+ 
+ /* If ELF is the default format, we should not use /lib/elf.  */
  
- #define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
- #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2"
+-#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
+-#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2"
 -#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
 -#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
 -#if UCLIBC_DEFAULT






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 80_all_sparc-biarch.patch
@ 2008-12-26 14:38 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-12-26 14:38 UTC (permalink / raw
  To: gentoo-commits

vapier      08/12/26 14:38:49

  Modified:             80_all_sparc-biarch.patch
  Log:
  restore the glibc linux defines

Revision  Changes    Path
1.3                  src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch?r1=1.2&r2=1.3

Index: 80_all_sparc-biarch.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.2/gentoo/80_all_sparc-biarch.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 80_all_sparc-biarch.patch	26 Dec 2008 00:39:11 -0000	1.2
+++ 80_all_sparc-biarch.patch	26 Dec 2008 14:38:49 -0000	1.3
@@ -122,11 +122,10 @@
  /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
     for the special GCC options -static and -shared, which allow us to
     link things in one of these three modes by applying the appropriate
-@@ -121,16 +84,6 @@
- 
+@@ -121,15 +84,6 @@
  /* If ELF is the default format, we should not use /lib/elf.  */
  
--#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
+ #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
 -#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
 -#if UCLIBC_DEFAULT
 -#define CHOOSE_DYNAMIC_LINKER(G, U) "%{mglibc:%{muclibc:%e-mglibc and -muclibc used together}" G ";:" U "}"
@@ -256,12 +255,10 @@
  /* Provide a LINK_SPEC appropriate for GNU/Linux.  Here we provide support
     for the special GCC options -static and -shared, which allow us to
     link things in one of these three modes by applying the appropriate
-@@ -146,19 +114,6 @@
- 
- /* If ELF is the default format, we should not use /lib/elf.  */
+@@ -146,17 +114,6 @@
  
--#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
--#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2"
+ #define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
+ #define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux.so.2"
 -#define UCLIBC_DYNAMIC_LINKER32 "/lib/ld-uClibc.so.0"
 -#define UCLIBC_DYNAMIC_LINKER64 "/lib/ld64-uClibc.so.0"
 -#if UCLIBC_DEFAULT






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-12-26 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-26 14:38 [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.2/gentoo: 80_all_sparc-biarch.patch Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-26  0:39 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox