diff options
author | Andreas Jaeger <aj@suse.de> | 2001-03-07 13:15:32 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-03-07 13:15:32 +0000 |
commit | b9fb7870f362c66325b7b3059145c7e11098a4c5 (patch) | |
tree | 9af77974063eef994dae93607aac2a9dea2bb3b3 /ChangeLog | |
parent | 150f9fb85d0cea50a01b24adb8e9beda4529abc2 (diff) | |
download | glibc-b9fb7870f362c66325b7b3059145c7e11098a4c5.tar.gz glibc-b9fb7870f362c66325b7b3059145c7e11098a4c5.tar.xz glibc-b9fb7870f362c66325b7b3059145c7e11098a4c5.zip |
Update.
2001-03-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use _dl_error_printf instead of _dl_sysdep_error. * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_dl_procinfo): Use _dl_printf instead of _dl_sysdep_message. * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_dl_procinfo): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a027ed5dac..42d84e4b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-03-07 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Use + _dl_error_printf instead of _dl_sysdep_error. + * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_dl_procinfo): + Use _dl_printf instead of _dl_sysdep_message. + * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h (_dl_procinfo): + Likewise. + 2001-03-06 Ben Collins <bcollins@debian.org> * manual/arith.texi (Integers): Fix documentation of fast and |