[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.66 and 1.67

version 1.66, 2006/05/17 16:42:59 version 1.67, 2006/05/17 17:09:43
Line 288  descr
Line 288  descr
         -fno-strict-aliasing.          -fno-strict-aliasing.
 kcah  kcah
   
 hack    gcc4 _DYNAMIC problem  
 file    lib/csu/i386_elf/crt0.c         : 1.14  
 descr  
         GCC4.1 seems to be confused with the weak symbol _DYNAMIC and does  
         not produce code that references it. Static binaries fail because of  
         this since _rtld_setup gets called. For now, check for obj != NULL  
         so that statically linked binaries work.  
 kcah  
   
 port    vax  port    vax
   
         hack    gcc 2.95/vax doesn't like abort being used as function pointer          hack    gcc 2.95/vax doesn't like abort being used as function pointer

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb <webmaster@jp.NetBSD.org>