diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-07 06:37:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-07 06:37:42 +0000 |
commit | acd262e611f704a7ae47101bec76c22d89a2401a (patch) | |
tree | 09a8663d895d868c92663ecaca21fa889b8b51e7 /ChangeLog | |
parent | 1e7947dcc92a6488d77e98da148ce64517999c0b (diff) | |
download | glibc-acd262e611f704a7ae47101bec76c22d89a2401a.zip glibc-acd262e611f704a7ae47101bec76c22d89a2401a.tar.gz glibc-acd262e611f704a7ae47101bec76c22d89a2401a.tar.bz2 |
Update.
2004-02-06 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc32/dl-machine.c: Declare __cache_line_size as
weak extern.
(__elf_machine_runtime_setup): Invalidate the instruction cache over
the whole range of the PLT.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-02-06 Steven Munroe <sjmunroe@us.ibm.com> + + * sysdeps/powerpc/powerpc32/dl-machine.c: Declare __cache_line_size as + weak extern. + (__elf_machine_runtime_setup): Invalidate the instruction cache over + the whole range of the PLT. + 2004-02-06 Andreas Schwab <schwab@suse.de> * posix/regcomp.c (build_range_exp): Fix off-by-one. |