]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Partial update of bug fixes (I think it is still out of date though.)
authorJulian Seward <jseward@acm.org>
Wed, 25 Jul 2012 11:02:01 +0000 (11:02 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 25 Jul 2012 11:02:01 +0000 (11:02 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12781

NEWS
docs/internals/3_7_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index b3ec195591b85f5fcdabca3cd1234ab083e208df..8087f8c0503e80e60c8ba351cf06b697dafd4a38 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -183,6 +183,8 @@ where XXXXXX is the bug number as listed below.
 294812  patch allowing to run (on x86 at least) helgrind/drd on tool.
 295089  can not annotate source for both helgrind and drd
 295221  POWER Processor decimal floating point instruction support missing
+295427  building i386 support with clang on darwin11 requires
+        -new_linker linker option
 295428  coregrind/m_main.c has incorrect x86 assembly for darwin
 295590  Helgrind: Assertion 'cvi->nWaiters > 0' failed when cond var being waited upon destroyed
 295617  ARM - Add some missing syscalls
index 1d065d5cb0cfaf89f595f49951bba3495aea107b..1590efcf9c6264dd32562a56310e03580ff34af7 100644 (file)
@@ -128,17 +128,13 @@ get fixed.
 294454  delphi uses 16-bit addressing in the TEB (%fs)
   obscure (16 bit (0x67 ?) insns in 32 bit mode)
 
-294552  svn trunk compilation stuck in mig
-  XCode 4.3 problem?
-  no action so far
-  **possible OSX 10.8 issue
-
 294861  ./configure fails to locate Boost (located in /usr/local)
   low prio
 
 295053  Valgrind fails to load some x86_64 Mac OS Lion executables
   OSX
   **possible 3.8.0, med prio
+  address space collision with very large .bss, probably cantfix.
 
 295084  Hard-coded /usr/include
   OSX, XCode 4.3 problem
@@ -149,11 +145,6 @@ get fixed.
 295403  Memory access below SP with some STRD instructions.
   ARM, fiddly to fix/verify
 
-295427  building i386 support with clang on darwin11 requires
-        -new_linker linker option
-  OSX, XCode 4.3, 
-  **has plausible looking patch though (low risk)
-
 295472 "executable has wrong endian-ness" when target executable has
   correct endianess
   cross-compiling x86->ppc32 weirdness
@@ -253,7 +244,11 @@ get fixed.
 303460  Killed by fatal signal at doRegisterAllocation
   queried OP (gentoo weirdness)
 
--- Friday 13 July 2012  16:02 CEST
-
-303518 - can't build with glibc 2.16
+303518  can't build with glibc 2.16
   possibly fixed by r12743
+
+303536  ioctl for SIOCETHTOOL (ethtool(8)) isn't wrapped (w/ patch)
+
+303624  Galaxy Nexus (OMAP) segmentation fault on Android 4.1.1.
+
+-- Tues 17 July 2012 11am