mirror of git://sourceware.org/git/glibc.git
Update.
* sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
This commit is contained in:
parent
c4eba5de13
commit
9219f85333
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* version.h (VERSION): Bump to 2.2.93.
|
* version.h (VERSION): Bump to 2.2.93.
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
|
||||||
|
|
||||||
2002-09-02 Jakub Jelinek <jakub@redhat.com>
|
2002-09-02 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
|
* elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
||||||
This directory contains the version 2.2.92 release of the GNU C Library.
|
This directory contains the version 2.2.93 release of the GNU C Library.
|
||||||
Many bugs have been fixed since the last release.
|
Many bugs have been fixed since the last release.
|
||||||
Some bugs surely remain.
|
Some bugs surely remain.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
clone.S
|
clone.S
|
||||||
ldd-rewrite.sed
|
ldd-rewrite.sed
|
||||||
|
__start_context.S
|
||||||
ucontext_i.h
|
ucontext_i.h
|
||||||
umount.c
|
umount.c
|
||||||
sys/debugreg.h
|
sys/debugreg.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue