Diff for /dietlibc/dietfeatures.h between versions 1.65 and 1.66

version 1.65, 2009/07/21 23:46:28 version 1.66, 2009/10/27 23:19:19
Line 115 Line 115
 /* ProPolice is part of gcc 4.1 and up, there were patches for earlier  /* ProPolice is part of gcc 4.1 and up, there were patches for earlier
  * versions.  To make use of this, compile your application with   * versions.  To make use of this, compile your application with
  * -fstack-protector. */   * -fstack-protector. */
   /* If you compile dietlibc without WANT_SSP and then try to link code
    * compiled with -fstack-protector against it, the binary will segfault
    * when calling that code. */
 #if (__GNUC__>4) || ((__GNUC__==4) && (__GNUC_MINOR__>=1))  #if (__GNUC__>4) || ((__GNUC__==4) && (__GNUC_MINOR__>=1))
 #define WANT_SSP  #define WANT_SSP
 #endif  #endif

Removed from v.1.65  
changed lines
  Added in v.1.66


LinuxTV legacy CVS <linuxtv.org/cvs>