[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.92 and 1.93

version 1.92, 2007/01/08 17:41:21 version 1.93, 2007/04/08 09:57:17
Line 508  port sh3
Line 508  port sh3
         kcah          kcah
   
   
 port    sh5  
   
         hack    SuperH SH5 Toolchain Bugs  
         cdate   11 Jul 2002  
         who     scw  
         file    usr.sbin/ndbootd/ndbootd.c : 1.6  
         file    usr.sbin/traceroute/traceroute.c : 1.48  
         descr  
                 The SuperH SH5 toolchain (2.97-sh5-010522) gets an internal  
                 compiler error when assigning a bit-wise inverted value  
                 under some circumstances.  
                 Work around it by splitting the statement into two.  
         kcah  
   
         hack    SuperH SH5 Toolchain Bugs  
         cdate   17 May 2003  
         who     scw  
         file    lib/libpthread/pthread_lock.c : 1.7  
         descr  
                 The SuperH SH5 toolchain generates incorrect PIC code when  
                 faced with a symbol which is declared extern, but has local  
                 scope due to being defined within an asm() statement (without  
                 being declared .globl in that statement). Work around it by  
                 adding the .globl.  
         kcah  
   
         hack    gcc 3.3.2 on sh5 - ICE compiling reload1.c at -O2  
         cdate   Sun Dec  7 19:44:05 GMT 2003  
         who     scw  
         file    gnu/usr.bin/gcc3/backend/Makefile : 1.13  
         descr  
                 Gcc3 for sh5 gets an ICE compiling reload1.c at -O2.  
                 Drop to -O1 for now when building for sh5.  
         kcah  
   
         hack    gcc 3.3.2 on sh5 - ICE compiling elf32.c/elf64.c at -O2  
         cdate   Sun Dec  7 21:10:46 GMT 2003  
         who     scw  
         file    gnu/lib/libbfd/Makefile : 1.39  
         descr  
                 Gcc3 for sh5 gets an ICE compiling libbfd's elf32.c  
                 and elf64.c at -O2.  
                 Drop to -O1 for now when building for sh5.  
         kcah  
   
   
         hack    gcc 3.3.2 on sh5 - fatal warning compiling function.c  
         cdate   Sun Dec  7 19:44:05 GMT 2003  
         who     scw  
         file    gnu/usr.bin/gcc3/backend/Makefile : 1.13  
         descr  
                 Gcc3 for sh5 issues a warning:  
                 .../gnu/dist/gcc/gcc/function.c:4742: warning: `and' of  
                     mutually exclusive equal-tests is always 0.  
                 This causes the build to fail because of -Werror.  
                 Work-around by defining NOGCCERROR when building for sh5.  
         kcah  
   
         hack    gcc 3.3.3 on sh5 - ICE compiling rbtdb.c and rbtdb64.c  
         cdate   Thu Nov 11 00:35:33 UTC 2004  
         who     he  
         file    usr.sbin/bind/libdns/Makefile/1.2  
         descr  
                 Gcc3 for sh5 gets an ICE compiling these files at -O2.  
                 Drop to -O1 for now when building for sh5.  
         kcah  
   
         hack    gcc 3.3.3 nb3 on sh5 - ICE compiling bsd-comp.c  
         cdate   Thu May 25 23:05:20 UTC 2005  
         who     he  
         file    sys/lkm/net/bsdcomp/Makefile : 1.3  
         descr  
                 Gcc3 for sh5 gets an ICE compiling this at -O2,  
                 "could not split insn".  Drop to -O1 for sh5.  
         kcah  
   
         hack    gcc 3.3.3 nb3 on sh5 - ICE compiling strtod.c  
         cdate   Tue Jan 31 10:51:52 GMT 2006  
         who     scw  
         file    lib/libc/gdtoa/Makefile.inc : 1.2  
         descr  
                 Gcc3 for sh5 gets an ICE compiling this at -O2,  
                 "could not split insn".  Drop to -O1 for sh5.  
         kcah  
   
 port    sun2  port    sun2
   
         hack    gcc 3.3.2/mdsetimage          hack    gcc 3.3.2/mdsetimage

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

CVSweb <webmaster@jp.NetBSD.org>