about summary refs log tree commit diff
path: root/ChangeLog.hjl
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.hjl')
-rw-r--r--ChangeLog.hjl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.hjl b/ChangeLog.hjl
new file mode 100644
index 0000000000..29722f27b0
--- /dev/null
+++ b/ChangeLog.hjl
@@ -0,0 +1,12 @@
+2012-11-13  H.J. Lu  <hongjiu.lu@intel.com>
+
+	[BZ #14831]
+	* elf/Makefile (tests): Add tst-audit8.
+	($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
+	($(objpfx)tst-audit8.out): New target.
+	(tst-audit8-ENV): New variable.
+	* elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
+	audit if l_reloc_result is NULL.
+	(ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
+	defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
+	* elf/tst-audit8.c: New file.