mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
* sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;. Reported by edwardsg@sgi.com [PR libc/4678].
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2002-10-09 Ulrich Drepper <drepper@redhat.com>
|
2002-10-09 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
|
||||||
|
Reported by edwardsg@sgi.com [PR libc/4678].
|
||||||
|
|
||||||
* Versions.def (libc): Add GLIBC_2.3.1.
|
* Versions.def (libc): Add GLIBC_2.3.1.
|
||||||
(libpthread): Add GLIBC_2.3.1.
|
(libpthread): Add GLIBC_2.3.1.
|
||||||
|
|
||||||
|
@@ -1,3 +1,25 @@
|
|||||||
|
2002-10-07 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/allocalim.h: New file.
|
||||||
|
* descr.h (struct _pthread_descr_struct): Add p_alloca_cutoff
|
||||||
|
field.
|
||||||
|
* manager.c (__pthread_allocate_stack): Add out_stacksize argument.
|
||||||
|
Pass stack size to caller.
|
||||||
|
(pthread_handle_create): Set p_alloca_cutoff.
|
||||||
|
* pthread.c (__pthread_initial_thread): Use C99 designated
|
||||||
|
initializers. Set p_alloca_cutoff.
|
||||||
|
(__pthread_manager_thread): Likewise.
|
||||||
|
(__pthread_initialize_minimal) [USE_TLS]: Set p_alloca_cutoff
|
||||||
|
for initial thread.
|
||||||
|
(__pthread_init_max_stacksize): Possibly decrease p_alloca_cutoff
|
||||||
|
for initial thread.
|
||||||
|
(__pthread_initialize_manager) [USE_TLS]: Set p_alloca_cutoff
|
||||||
|
for manager thread.
|
||||||
|
* specific.c (__libc_alloca_cutoff): New function.
|
||||||
|
* no-tsd.c (__libc_alloca_cutoff): New function.
|
||||||
|
* Versions: Export __libc_alloca_cutoff@@GLIBC_PRIVATE from libc
|
||||||
|
and libpthread.
|
||||||
|
|
||||||
2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
2002-10-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||||||
|
|
||||||
* sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__.
|
* sysdeps/sh/pt-machine.h: Make C code ifndef'ed with __ASSEMBLER__.
|
||||||
|
@@ -138,7 +138,7 @@ ENTRY(__getcontext)
|
|||||||
st8 [r2] = rLC, (SC_BR+0*8-SC_LC)
|
st8 [r2] = rLC, (SC_BR+0*8-SC_LC)
|
||||||
st8 [r3] = rPR, (SC_BR+1*8-SC_PR)
|
st8 [r3] = rPR, (SC_BR+1*8-SC_PR)
|
||||||
mov rB5 = b5
|
mov rB5 = b5
|
||||||
|
;;
|
||||||
st8 [r2] = rB0, 16
|
st8 [r2] = rB0, 16
|
||||||
st8 [r3] = rB1, 16
|
st8 [r3] = rB1, 16
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user