about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-21 16:38:12 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-21 16:38:12 +0000
commit4f263528ac93226a39d3cf52382d94c080e755e2 (patch)
tree052c95c83a7e46f2c4cdf719befa9d84f8b39c26
parent5ac4c397b78c700aac743ff67e7a987d734e63bd (diff)
downloadglibc-4f263528ac93226a39d3cf52382d94c080e755e2.tar.gz
glibc-4f263528ac93226a39d3cf52382d94c080e755e2.tar.xz
glibc-4f263528ac93226a39d3cf52382d94c080e755e2.zip
Update.
2000-04-21  Andreas Jaeger  <aj@suse.de>

	* sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
	* sysdeps/mips/mips64/add_n.S: Likewise.
	* sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
	* sysdeps/mips/mips64/lshift.S: Likewise.
	* sysdeps/mips/mips64/mul_1.S: Likewise.
	* sysdeps/mips/mips64/rshift.S: Likewise.
	* sysdeps/mips/mips64/setjmp.S: Likewise.
	* sysdeps/mips/mips64/sub_n.S: Likewise.
	* sysdeps/mips/mips64/submul_1.S: Likewise.

	* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
	and update comment.  The strtab from _dl_relocate_object can be
	used.
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ece1f65a5f..7ab0ef4ba6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-04-21  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
+	* sysdeps/mips/mips64/add_n.S: Likewise.
+	* sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
+	* sysdeps/mips/mips64/lshift.S: Likewise.
+	* sysdeps/mips/mips64/mul_1.S: Likewise.
+	* sysdeps/mips/mips64/rshift.S: Likewise.
+	* sysdeps/mips/mips64/setjmp.S: Likewise.
+	* sysdeps/mips/mips64/sub_n.S: Likewise.
+	* sysdeps/mips/mips64/submul_1.S: Likewise.
+
+	* sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
+	and update comment.  The strtab from _dl_relocate_object can be
+	used.
+
 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
 
 	* iconv/iconv.c (iconv): Add __builtin_expect where useful.