[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3967 - in glibc-package/branches/eglibc-2.11/debian: . patches patches/mips



Author: schizo
Date: 2009-11-13 06:48:06 +0000 (Fri, 13 Nov 2009)
New Revision: 3967

Removed:
   glibc-package/branches/eglibc-2.11/debian/patches/mips/local-lazy-eval.diff
Modified:
   glibc-package/branches/eglibc-2.11/debian/changelog
   glibc-package/branches/eglibc-2.11/debian/patches/series
Log:
Also remove mips/local-lazy-eval.diff

Modified: glibc-package/branches/eglibc-2.11/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/changelog	2009-11-13 01:06:52 UTC (rev 3966)
+++ glibc-package/branches/eglibc-2.11/debian/changelog	2009-11-13 06:48:06 UTC (rev 3967)
@@ -21,6 +21,7 @@
     - Update debian/patches/localedata/first_weekday.diff
     - Remove debian/patches/locale/fix-C-first_weekday.diff (obsolete)
     - Remove debian/patches/powerpc/cvs-readahead.diff (merged)
+    - Remove debian/patches/mips/local-lazy-eval.diff (obsolete)
 
  -- Clint Adams <schizo@debian.org>  Thu, 12 Nov 2009 17:20:41 -0500
 

Deleted: glibc-package/branches/eglibc-2.11/debian/patches/mips/local-lazy-eval.diff
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/mips/local-lazy-eval.diff	2009-11-13 01:06:52 UTC (rev 3966)
+++ glibc-package/branches/eglibc-2.11/debian/patches/mips/local-lazy-eval.diff	2009-11-13 06:48:06 UTC (rev 3967)
@@ -1,38 +0,0 @@
-# All lines beginning with `# DP:' are a description of the patch.
-# DP: Description: Workaround invalid resolving of lazy evaluation stubs
-# DP: Related bugs: #265678
-# DP: Dpatch author: Thiemo Seufer <ths@debian.org>
-# DP: Patch author: Thiemo Seufer <ths@debian.org>
-# DP: Upstream status: Debian-Specific
-# DP: Status Details: The correct fix will be done to modify toolchains in etch.
-# DP: Date: 2005-04-11, 2005-04-16 updated by gotom
-
-2005-04-16  GOTO Masanori  <gotom@debian.org>
-
-	* sysdeps/mips/dl-machine.h: Drop due to _dl_lookup_versioned_symbol
-	and _dl_lookup_symbol are changed into _dl_lookup_symbol_x.
-
-2005-04-11  Thiemo Seufer <ths@debian.org>
-
-	* first version.
-
----
- elf/do-lookup.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/elf/do-lookup.h
-+++ b/elf/do-lookup.h
-@@ -248,6 +248,13 @@
- 		}
- 	      /* FALLTHROUGH */
- 	    case STB_GLOBAL:
-+#ifdef __mips__
-+	      /* HACK: MIPS marks its lazy evaluation stubs with SHN_UNDEF
-+		 symbols, we skip them. */
-+	      if (sym->st_shndx == SHN_UNDEF)
-+		break;
-+#endif
-+
- 	      /* Global definition.  Just what we need.  */
- 	      result->s = sym;
- 	      result->m = (struct link_map *) map;

Modified: glibc-package/branches/eglibc-2.11/debian/patches/series
===================================================================
--- glibc-package/branches/eglibc-2.11/debian/patches/series	2009-11-13 01:06:52 UTC (rev 3966)
+++ glibc-package/branches/eglibc-2.11/debian/patches/series	2009-11-13 06:48:06 UTC (rev 3967)
@@ -121,7 +121,6 @@
 m68k/local-pthread_lock.diff
 m68k/submitted-gcc34-seccomment.diff
 
-#mips/local-lazy-eval.diff
 mips/local-r10k.diff
 
 s390/submitted-nexttowardf.diff


Reply to: