|
From: <sv...@va...> - 2014-06-23 19:43:40
|
Author: florian
Date: Mon Jun 23 19:43:32 2014
New Revision: 14088
Log:
BZ 330257 has been fixed in r14055.
Modified:
trunk/NEWS
trunk/docs/internals/3_9_BUGSTATUS.txt
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jun 23 19:43:32 2014
@@ -118,6 +118,7 @@
329612 Incorrect handling of AT_BASE for image execution
329956 valgrind crashes when lmw/stmw instructions are used on ppc64
330228 mmap must align to VKI_SHMLBA on mips32
+330257 LLVM does not support `-mno-dynamic-no-pic` option
330459 --track-fds=yes doesn't track eventfds
330469 Add clock_adjtime syscall support
330622 Add test to regression suite for POWER instruction: dcbzl
Modified: trunk/docs/internals/3_9_BUGSTATUS.txt
==============================================================================
--- trunk/docs/internals/3_9_BUGSTATUS.txt (original)
+++ trunk/docs/internals/3_9_BUGSTATUS.txt Mon Jun 23 19:43:32 2014
@@ -141,7 +141,6 @@
326724 Valgrind does not compile on OSX 1.9 Mavericks
326797 Assertion 'sizeof(UWord) == sizeof(UInt)' failed.
327745 valgrind 3.9.0 build fails on Mac OS X 10.6.8
-330257 LLVM does not support `-mno-dynamic-no-pic` option
333248 WARNING: unhandled syscall: unix:443
=== GDB server =========================================================
|