aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-11-14 15:44:40 -0800
committerH.J. Lu <hjl.tools@gmail.com>2012-11-14 15:44:40 -0800
commit2e64d2659d3edaebc792ac596a9863f1626e5c25 (patch)
tree4d551713145a5b3e0ff1351c0de7f8cab70a7fc4 /ChangeLog
parentf507f7d598aec75a51689abf5863122b49ca6954 (diff)
downloadglibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.zip
glibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.tar.gz
glibc-2e64d2659d3edaebc792ac596a9863f1626e5c25.tar.bz2
Skip audit if l_reloc_result is NULL
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5a3645..8014b6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-11-14 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.
+
2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
* io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.