about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-11 15:32:09 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-11 15:32:09 +0000
commitc2a329735e7381aed4b98c7639b20e201d8adaeb (patch)
tree1cc58978dca34536c327bc6c511329c929a16a12 /ChangeLog
parent486fa0b7d4358f52bb885d9177db196478ba980b (diff)
downloadglibc-c2a329735e7381aed4b98c7639b20e201d8adaeb.tar.gz
glibc-c2a329735e7381aed4b98c7639b20e201d8adaeb.tar.xz
glibc-c2a329735e7381aed4b98c7639b20e201d8adaeb.zip
Update.
	* sysdeps/powerpc/dl-machine.h (elf_machine_matches_host): Mark
	static inline, not extern inline.
	(elf_machine_dynamic): Likewise.
	(elf_machine_lazy_rel): Likewise.
	(elf_machine_plt_value): Likewise.
	* sysdeps/powerpc/backtrace.c: Include stddef.h to get NULL
	definition.
	Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e42d5e2dd0..c1b01d1512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 1998-12-11  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/powerpc/dl-machine.h (elf_machine_matches_host): Mark
+	static inline, not extern inline.
+	(elf_machine_dynamic): Likewise.
+	(elf_machine_lazy_rel): Likewise.
+	(elf_machine_plt_value): Likewise.
+	* sysdeps/powerpc/backtrace.c: Include stddef.h to get NULL
+	definition.
+	Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
 	* sysdeps/mips/dl-machine.h (elf_machine_rel): Fixl_addr parameter
 	type.  Reported by job bogan <job@piquin.uchicago.edu>.