Blame SOURCES/glibc-fedora-elf-rh737223.patch

ce426f
Binary filesglibc-2.17-c758a686/elf/.rtld.c.rej.swp andglibc-2.17-c758a686/elf/.rtld.c.rej.swp differ
ce426f
diff -Nru glibc-2.17-c758a686/elf/setup-vdso.h glibc-2.17-c758a686/elf/setup-vdso.h
ce426f
--- glibc-2.17-c758a686/elf/setup-vdso.h	2012-10-10 21:34:38.000000000 -0600
ce426f
+++ glibc-2.17-c758a686/elf/setup-vdso.h	2012-10-11 09:43:14.152958832 -0600
ce426f
@@ -93,7 +93,9 @@ setup_vdso (struct link_map *main_map __
ce426f
 	  char *copy = malloc (len);
ce426f
 	  if (copy == NULL)
ce426f
 	    _dl_fatal_printf ("out of memory\n");
ce426f
-	  l->l_libname->name = l->l_name = memcpy (copy, dsoname, len);
ce426f
+	  l->l_libname->name = memcpy (copy, dsoname, len);
ce426f
+	  if (GLRO(dl_debug_mask))
ce426f
+	    l->l_name = copy;
ce426f
 	}
ce426f
 
ce426f
       /* Add the vDSO to the object list.  */