diff options
author | Roland McGrath <roland@gnu.org> | 2005-01-22 08:03:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-01-22 08:03:39 +0000 |
commit | cd7129c9072be9f7ee95fc2858f238a0caa834e9 (patch) | |
tree | 6cae60756842f15b1969beca88fc10ebe25e8915 | |
parent | 91bf35de4c18fb4ed0bb495a8ad81a55311a273f (diff) | |
download | glibc-cd7129c9072be9f7ee95fc2858f238a0caa834e9.tar.gz glibc-cd7129c9072be9f7ee95fc2858f238a0caa834e9.tar.xz glibc-cd7129c9072be9f7ee95fc2858f238a0caa834e9.zip |
* elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
* sysdeps/i386/dl-machine.h: Update decl.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 053922006d..8404a62f20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-21 Roland McGrath <roland@redhat.com> + + * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS. + * sysdeps/i386/dl-machine.h: Update decl. + 2005-01-21 Jakub Jelinek <jakub@redhat.com> * elf/Makefile: Add rules to build and run tst-align2. |