diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-20 06:06:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-20 06:06:55 +0000 |
commit | 49547c68f9c2f0e524e64dc6ff8f43147907cae4 (patch) | |
tree | 4ddc654dfcd6c8c9e19330a94f50c537bd94f0b1 /ChangeLog | |
parent | 821fcfd5c3c0f3799b37fded7321199cdceade7e (diff) | |
download | glibc-49547c68f9c2f0e524e64dc6ff8f43147907cae4.tar glibc-49547c68f9c2f0e524e64dc6ff8f43147907cae4.tar.gz glibc-49547c68f9c2f0e524e64dc6ff8f43147907cae4.tar.bz2 glibc-49547c68f9c2f0e524e64dc6ff8f43147907cae4.zip |
Update.
2001-04-19 Alan Modra <amodra@one.net.au>
* Makerules (libc_pic.os): Add $(LDFLAGS-c_pic.os).
* sysdeps/hppa/Makefile (LDFLAGS-c_pic.os): Define.
(CFLAGS-.os): Remove.
* sysdeps/unix/sysv/linux/hppa/sysdep.h (CALL_MCOUNT): Update comment.
* sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG, NFPREG,
gregset): Correct for new kernel definitions.
2001-04-19 Alan Modra <alan@linuxcare.com.au>
* sysdeps/hppa/elf/initfini.c: Change dlt reg save to r3 and
generate unwind info by hand.
2001-04-19 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Optimize a bit.
* configure.in: Correct regular expression for msgfmt.
Patch by Bruno Haible <haible@ilog.fr>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2001-04-19 Alan Modra <amodra@one.net.au> + + * Makerules (libc_pic.os): Add $(LDFLAGS-c_pic.os). + * sysdeps/hppa/Makefile (LDFLAGS-c_pic.os): Define. + (CFLAGS-.os): Remove. + + * sysdeps/unix/sysv/linux/hppa/sysdep.h (CALL_MCOUNT): Update comment. + + * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h (NGREG, NFPREG, + gregset): Correct for new kernel definitions. + +2001-04-19 Alan Modra <alan@linuxcare.com.au> + + * sysdeps/hppa/elf/initfini.c: Change dlt reg save to r3 and + generate unwind info by hand. + +2001-04-19 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Optimize a bit. + + * configure.in: Correct regular expression for msgfmt. + Patch by Bruno Haible <haible@ilog.fr>. + 2001-04-19 Andreas Jaeger <aj@suse.de> * po/el.po: Add comment explaining what's broken. |