forked from pool/glibc
Accepting request 55356 from home:rguenther:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/55356 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=45
This commit is contained in:
parent
cdc77a6a68
commit
cf5c9e2f72
20
glibc-2.11.3-bnc658509.diff
Normal file
20
glibc-2.11.3-bnc658509.diff
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
--- ./string/bits/string3.h.orig 2010-12-09 13:29:45.000000000 +0100
|
||||||
|
+++ ./string/bits/string3.h 2010-12-09 13:30:15.000000000 +0100
|
||||||
|
@@ -53,7 +53,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
__extern_always_inline void *
|
||||||
|
-__NTH (memmove (void *__restrict __dest, __const void *__restrict __src,
|
||||||
|
+__NTH (memmove (void * __dest, __const void * __src,
|
||||||
|
size_t __len))
|
||||||
|
{
|
||||||
|
return __builtin___memmove_chk (__dest, __src, __len, __bos0 (__dest));
|
||||||
|
@@ -88,7 +88,7 @@
|
||||||
|
|
||||||
|
#ifdef __USE_BSD
|
||||||
|
__extern_always_inline void
|
||||||
|
-__NTH (bcopy (__const void *__restrict __src, void *__restrict __dest,
|
||||||
|
+__NTH (bcopy (__const void * __src, void * __dest,
|
||||||
|
size_t __len))
|
||||||
|
{
|
||||||
|
(void) __builtin___memmove_chk (__dest, __src, __len, __bos0 (__dest));
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 9 12:33:35 UTC 2010 - rguenther@novell.com
|
||||||
|
|
||||||
|
- Drop restrict qualifiers from memmove and bcopy fortify wrappers.
|
||||||
|
[bnc#658509]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 30 01:53:42 CET 2010 - pbaudis@suse.cz
|
Tue Nov 30 01:53:42 CET 2010 - pbaudis@suse.cz
|
||||||
|
|
||||||
|
@ -141,6 +141,7 @@ Patch502: ARM_glibc-2.10.1-local-lowlevellock.diff
|
|||||||
Patch503: ARM_glibc-2.10.1-local-no-hwcap.diff
|
Patch503: ARM_glibc-2.10.1-local-no-hwcap.diff
|
||||||
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=11155
|
# http://sources.redhat.com/bugzilla/show_bug.cgi?id=11155
|
||||||
Patch600: glibc-sparc64-fxstat.diff
|
Patch600: glibc-sparc64-fxstat.diff
|
||||||
|
Patch601: glibc-2.11.3-bnc658509.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU C Library provides the most important standard libraries used
|
The GNU C Library provides the most important standard libraries used
|
||||||
@ -362,6 +363,7 @@ rm nscd/s-stamp
|
|||||||
%patch503
|
%patch503
|
||||||
%endif
|
%endif
|
||||||
%patch600 -p1
|
%patch600 -p1
|
||||||
|
%patch601
|
||||||
#
|
#
|
||||||
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!
|
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user