r6812 - in glibc-package/branches/glibc-2.22/debian: . patches patches/alpha
Author: aurel32
Date: 2015-12-11 23:30:57 +0000 (Fri, 11 Dec 2015)
New Revision: 6812
Removed:
glibc-package/branches/glibc-2.22/debian/patches/alpha/submitted-rtld-fPIC.diff
Modified:
glibc-package/branches/glibc-2.22/debian/changelog
glibc-package/branches/glibc-2.22/debian/patches/series
Log:
debian/patches/alpha/submitted-rtld-fPIC.diff: drop, fixed upstream
another way.
Modified: glibc-package/branches/glibc-2.22/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.22/debian/changelog 2015-12-11 21:37:32 UTC (rev 6811)
+++ glibc-package/branches/glibc-2.22/debian/changelog 2015-12-11 23:30:57 UTC (rev 6812)
@@ -16,6 +16,8 @@
and run this test.
* debian/patches/s390/submitted-nexttowardf.diff: drop, fixed upstream
another way.
+ * debian/patches/alpha/submitted-rtld-fPIC.diff: drop, fixed upstream
+ another way.
-- Aurelien Jarno <aurel32@debian.org> Thu, 10 Dec 2015 23:41:13 +0100
Deleted: glibc-package/branches/glibc-2.22/debian/patches/alpha/submitted-rtld-fPIC.diff
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/alpha/submitted-rtld-fPIC.diff 2015-12-11 21:37:32 UTC (rev 6811)
+++ glibc-package/branches/glibc-2.22/debian/patches/alpha/submitted-rtld-fPIC.diff 2015-12-11 23:30:57 UTC (rev 6812)
@@ -1,20 +0,0 @@
-2009-05-26 Aurelien Jarno <aurelien@aurel32.net>
-
- * sysdeps/alpha/Makefile (CFLAGS-rtld.c): add $(PIC-ccflag).
-
----
- sysdeps/alpha/Makefile | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/sysdeps/alpha/Makefile
-+++ b/sysdeps/alpha/Makefile
-@@ -34,7 +34,8 @@
-
- ifeq ($(subdir),elf)
- # The ld.so startup code cannot use literals until it self-relocates.
--CFLAGS-rtld.c = -mbuild-constants
-+# It uses more than 64k for the small data area.
-+CFLAGS-rtld.c = -mbuild-constants $(PIC-ccflag)
- endif
-
- ifeq ($(subdir),math)
Modified: glibc-package/branches/glibc-2.22/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.22/debian/patches/series 2015-12-11 21:37:32 UTC (rev 6811)
+++ glibc-package/branches/glibc-2.22/debian/patches/series 2015-12-11 23:30:57 UTC (rev 6812)
@@ -39,7 +39,6 @@
alpha/local-gcc4.1.diff
alpha/submitted-dl-support.diff
-alpha/submitted-rtld-fPIC.diff
alpha/local-string-functions.diff
alpha/submitted-abilist.diff
alpha/submitted-fegetenv-namespace.diff
Reply to: