public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.8: 6017_all_alpha-glibc-2.8-creat.patch 6018_all_alpha-glibc-2.8-cache-shape.patch README.history
@ 2008-06-17 13:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2008-06-17 13:12 UTC (permalink / raw
  To: gentoo-commits

vapier      08/06/17 13:12:58

  Modified:             README.history
  Added:                6017_all_alpha-glibc-2.8-creat.patch
                        6018_all_alpha-glibc-2.8-cache-shape.patch
  Log:
  fix building on alpha

Revision  Changes    Path
1.2                  src/patchsets/glibc/2.8/README.history

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/README.history?r1=1.1&r2=1.2

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.8/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history	8 Jun 2008 00:10:41 -0000	1.1
+++ README.history	17 Jun 2008 13:12:58 -0000	1.2
@@ -1,3 +1,7 @@
+2		16.07.2008
+	+ 6017_all_alpha-glibc-2.8-creat.patch
+	+ 6018_all_alpha-glibc-2.8-cache-shape.patch
+
 1		07.06.2008
 	+ 0010_all_glibc-2.7-ssp-compat.patch
 	+ 0030_all_glibc-respect-env-CPPFLAGS.patch



1.1                  src/patchsets/glibc/2.8/6017_all_alpha-glibc-2.8-creat.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/6017_all_alpha-glibc-2.8-creat.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/6017_all_alpha-glibc-2.8-creat.patch?rev=1.1&content-type=text/plain

Index: 6017_all_alpha-glibc-2.8-creat.patch
===================================================================
alpha does not have a __NR_creat

http://bugs.gentoo.org/227275
http://sourceware.org/bugzilla/show_bug.cgi?id=6650

--- libc/sysdeps/unix/sysv/linux/wordsize-64/creat64.c
+++ libc/sysdeps/unix/sysv/linux/wordsize-64/creat64.c
@@ -1 +1,5 @@
 /* Defined as alias for the syscall.  */
+#include <sysdep.h>
+#ifndef __NR_creat
+#include "../../../../../io/creat64.c"
+#endif



1.1                  src/patchsets/glibc/2.8/6018_all_alpha-glibc-2.8-cache-shape.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/6018_all_alpha-glibc-2.8-cache-shape.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.8/6018_all_alpha-glibc-2.8-cache-shape.patch?rev=1.1&content-type=text/plain

Index: 6018_all_alpha-glibc-2.8-cache-shape.patch
===================================================================
older verisons of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

--- libc/sysdeps/unix/sysv/linux/alpha/dl-support.c
+++ libc/sysdeps/unix/sysv/linux/alpha/dl-support.c
@@ -1,2 +0,0 @@
-#include "dl-auxv.h"
-#include <elf/dl-support.c>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-17 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-17 13:12 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.8: 6017_all_alpha-glibc-2.8-creat.patch 6018_all_alpha-glibc-2.8-cache-shape.patch README.history 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