Home | History | Annotate | Line # | Download | only in include
cdefs.h revision 1.4
      1  1.4      uch /*	$NetBSD: cdefs.h,v 1.4 2002/03/17 17:55:24 uch Exp $	*/
      2  1.1   itojun 
      3  1.4      uch #ifndef _SH3_CDEFS_H_
      4  1.4      uch #define _SH3_CDEFS_H_
      5  1.1   itojun 
      6  1.3  thorpej /*
      7  1.3  thorpej  * The old NetBSD/sh3 ELF toolchain used underscores.  The new
      8  1.3  thorpej  * NetBSD/sh3 ELF toolchain does not.  The C pre-processor
      9  1.3  thorpej  * defines __NO_LEADING_UNDERSCORES__ for the new ELF toolchain.
     10  1.3  thorpej  */
     11  1.3  thorpej 
     12  1.3  thorpej #if defined(__ELF__) && !defined(__NO_LEADING_UNDERSCORES__)
     13  1.2  msaitoh #define __LEADING_UNDERSCORE
     14  1.2  msaitoh #endif
     15  1.1   itojun 
     16  1.4      uch #endif /* !_SH3_CDEFS_H_ */
     17