mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
2001-09-24 Ulrich Drepper <drepper@redhat.com> * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype. (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
This commit is contained in:
parent
9d0881aa76
commit
8db6604d86
@ -1,10 +1,14 @@
|
||||
2001-09-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
|
||||
|
||||
2001-09-20 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* include/dlfcn.h (__RTLD_SPROF): New definiton.
|
||||
* elf/dl-open.c (dl_open_worker): Return immediately after loading
|
||||
for __RTLD_SPROF.
|
||||
* elf/sprof.c (main): Default to the filename if soname doesn't exist.
|
||||
(load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF.
|
||||
(load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
|
||||
|
||||
2001-09-20 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
|
@ -266,7 +266,7 @@ extern int wctob (wint_t __c) __THROW;
|
||||
|
||||
/* Determine whether PS points to an object representing the initial
|
||||
state. */
|
||||
extern int mbsinit (__const mbstate_t *__ps) __THROW;
|
||||
extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__;
|
||||
|
||||
/* Write wide character representation of multibyte character pointed
|
||||
to by S to PWC. */
|
||||
|
Loading…
Reference in New Issue
Block a user