|
From: <sv...@va...> - 2012-07-25 11:02:12
|
sewardj 2012-07-25 12:02:01 +0100 (Wed, 25 Jul 2012)
New Revision: 12781
Log:
Partial update of bug fixes (I think it is still out of date though.)
Modified files:
trunk/NEWS
trunk/docs/internals/3_7_BUGSTATUS.txt
Modified: trunk/docs/internals/3_7_BUGSTATUS.txt (+8 -13)
===================================================================
--- trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-25 10:49:26 +01:00 (rev 12780)
+++ trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-25 12:02:01 +01:00 (rev 12781)
@@ -128,17 +128,13 @@
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 @@
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 @@
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
+ possibly fixed by r12743
-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
Modified: trunk/NEWS (+2 -0)
===================================================================
--- trunk/NEWS 2012-07-25 10:49:26 +01:00 (rev 12780)
+++ trunk/NEWS 2012-07-25 12:02:01 +01:00 (rev 12781)
@@ -183,6 +183,8 @@
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
|