mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 07:10:05 +00:00
Update.
This commit is contained in:
parent
20f38f83c7
commit
3e9e64ed34
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
1999-11-22 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* stdlib/longlong.h: Avoid UDIV_TIME redefinition.
|
||||
* sysdeps/sparc/sparc32/dl-machine.h: Fix loading of SPARC v8plus
|
||||
libraries from statically linked programs.
|
||||
Patches by David S. Miller <davem@redhat.com>.
|
||||
|
||||
* sysdeps/generic/siglist.h: Avoid declaring the same field
|
||||
twice if SIGPWR is defined to SIGLOST.
|
||||
* sysdeps/sparc/sparc32/memcpy.S: bcopy takes size_t argument,
|
||||
not signed, so we should not special case it for negative args.
|
||||
* sysdeps/sparc/sparc32/sparcv9/memmove.c: Don't use generic
|
||||
memmove, use the one provided in memcpy.S.
|
||||
* sysdeps/sparc/sparc64/memcpy.S: bcopy should handle overlapping
|
||||
copies like memmove, while the previous version worked like memcpy.
|
||||
Implement optimized assembly memmove.
|
||||
* sysdeps/sparc/sparc64/memmove.c: New file.
|
||||
|
||||
1999-11-23 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* po/cs.po: Update from translators.
|
||||
|
Loading…
Reference in New Issue
Block a user