aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-07 06:37:42 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-07 06:37:42 +0000
commitacd262e611f704a7ae47101bec76c22d89a2401a (patch)
tree09a8663d895d868c92663ecaca21fa889b8b51e7 /ChangeLog
parent1e7947dcc92a6488d77e98da148ce64517999c0b (diff)
downloadglibc-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58a114c..87d92e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.