1 1.5 uch /* $NetBSD: cdefs.h,v 1.5 2002/04/28 17:10:33 uch Exp $ */ 2 1.1 itojun 3 1.4 uch #ifndef _SH3_CDEFS_H_ 4 1.5 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.5 uch #define __LEADING_UNDERSCORE 14 1.2 msaitoh #endif 15 1.1 itojun 16 1.4 uch #endif /* !_SH3_CDEFS_H_ */ 17