about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-01 01:32:04 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-01 01:32:04 +0000
commit06e2e0a747504a9cce34fa851e7afac2dc8efe42 (patch)
tree39e709620557418f0dca0a0626da98a6edac14d8 /ChangeLog
parentb6da933bfb2afb240b4a360974533ab3fdf2b0f3 (diff)
downloadglibc-06e2e0a747504a9cce34fa851e7afac2dc8efe42.tar.gz
glibc-06e2e0a747504a9cce34fa851e7afac2dc8efe42.tar.xz
glibc-06e2e0a747504a9cce34fa851e7afac2dc8efe42.zip
Update.
2003-05-31  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_plt_conflict):
	New function.
	(elf_machine_rela) <case R_PPC64_JMP_SLOT>: Avoid
	RESOLVE_CONFLICT_FIND_MAP.  If RESOLVE_CONFLICT_FIND_MAP is defined,
	call elf_machine_plt_conflict instead of elf_machine_fixup_plt.

	* sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add
	CFI directives.

	* csu/Makefile: Fix Makefile warnings regarding Scrt1.o.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f4cabe54e..b2dcf9af6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
+2003-05-31  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_plt_conflict):
+	New function.
+	(elf_machine_rela) <case R_PPC64_JMP_SLOT>: Avoid
+	RESOLVE_CONFLICT_FIND_MAP.  If RESOLVE_CONFLICT_FIND_MAP is defined,
+	call elf_machine_plt_conflict instead of elf_machine_fixup_plt.
+
 2003-05-31  Ulrich Drepper  <drepper@redhat.com>
 
-	* csu/Makefile: Fix Makefile warnings regarding Scrt1.
+	* sysdeps/i386/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE): Add
+	CFI directives.
+
+	* csu/Makefile: Fix Makefile warnings regarding Scrt1.o.
 
 	* libio/fileops.c (_IO_file_open): Don't mark as inline.