about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35b9f26830..b8c52d7b48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1999-12-30  Geoffrey Keating  <geoffk@cygnus.com>
+
+	* sysdeps/powerpc/dl-machine.c: Many minor formatting changes.
+	(OPCODE_LWZU): New macro.
+	(OPCODE_ADDIS_HI): New macro.
+	(OPCODE_LIS_HI): New macro.
+	(__elf_machine_runtime_setup): Change PLT code-generation scheme
+ 	for thread safety even with very large PLTs, better efficiency,
+ 	and to fix a cache-flushing bug.  Also support the Motorola
+	8xx processors which have a different cache line size than all
+	the others.
+	(__elf_machine_fixup_plt): Likewise.
+	(__process_machine_rela): Don't use elf_machine_fixup_plt.
+
 1999-12-30  Ulrich Drepper  <drepper@cygnus.com>
 
 	* wcsmbs/wcscoll.c: Use multibyte character version.