[BACK]Return to HACKS CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/doc/HACKS between version 1.120.2.1 and 1.120.2.2

version 1.120.2.1, 2011/11/10 14:31:21 version 1.120.2.2, 2012/04/17 00:02:55
Line 537  port arm
Line 537  port arm
                 really should be enough, but turns out not to be.                  really should be enough, but turns out not to be.
         kcah          kcah
   
           hack    gcc-4.5 arm CNAME hostname lookup failure on
                   certain DNS environment (probably -ftree-ter problem)
           cdate   Sat Dec 24 04:59:00 UTC 2011
           mdate
           who     tsutsui
           file    lib/libc/net/Makefile.inc 1.79
           descr   Hostname lookup against CNAMEs by some commands fails
                   on certain DNS environments if lib/libc/net/gethnamaddr.c
                   (ping(8) etc) and lib/libc/net/getaddrinfo.c (ftp(1) etc)
                   are compiled with -O2, even though nslookup(1) against
                   the same CNAME returns proper hostname.
                   They works properly if compiled with -O2 -fno-tree-ter.
                   Also -O2 fails but -O2 -fno-tree-ter works on the following
                   test case in gcc bugzilla:
                   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48863#c4
           kcah
   
   
 port    sh3  port    sh3
   
Line 592  port sparc
Line 609  port sparc
         kcah          kcah
   
   
 port    sparc64  
   
         hack    disable optimzations for uvm_bio.c on 32 bit kernels  
         cdate   Sun Mar 21 14:14:04 MET 2004  
         who     martin  
         file    sys/arch/sparc64/conf/Makefile.sparc64 : 1.53-1.54  
         file    sys/arch/sparc64/conf/files.sparc64 : 1.93  
         descr  
                 The sparc compiler miscompiles uvm_bio.c when using  
                 any optimization. This results in ubc_release panics.  
         kcah  
   
   
 port    mips  port    mips
   
         hack    mips-shared-linker-load-address          hack    mips-shared-linker-load-address

Legend:
Removed from v.1.120.2.1  
changed lines
  Added in v.1.120.2.2

CVSweb <webmaster@jp.NetBSD.org>