From: Julian Seward Date: Wed, 25 Jul 2012 11:02:01 +0000 (+0000) Subject: Partial update of bug fixes (I think it is still out of date though.) X-Git-Tag: svn/VALGRIND_3_8_0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffcff1568246fc9be69254bb9f063beeb06f9e77;p=thirdparty%2Fvalgrind.git Partial update of bug fixes (I think it is still out of date though.) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12781 --- diff --git a/NEWS b/NEWS index b3ec195591..8087f8c050 100644 --- 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 diff --git a/docs/internals/3_7_BUGSTATUS.txt b/docs/internals/3_7_BUGSTATUS.txt index 1d065d5cb0..1590efcf9c 100644 --- a/docs/internals/3_7_BUGSTATUS.txt +++ b/docs/internals/3_7_BUGSTATUS.txt @@ -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