2002-04-28 21:10:32 +04:00
|
|
|
/* $NetBSD: cdefs.h,v 1.5 2002/04/28 17:10:33 uch Exp $ */
|
1999-09-13 14:30:21 +04:00
|
|
|
|
2002-03-17 20:55:22 +03:00
|
|
|
#ifndef _SH3_CDEFS_H_
|
2002-04-28 21:10:32 +04:00
|
|
|
#define _SH3_CDEFS_H_
|
1999-09-13 14:30:21 +04:00
|
|
|
|
2001-12-16 21:11:12 +03:00
|
|
|
/*
|
|
|
|
* The old NetBSD/sh3 ELF toolchain used underscores. The new
|
|
|
|
* NetBSD/sh3 ELF toolchain does not. The C pre-processor
|
|
|
|
* defines __NO_LEADING_UNDERSCORES__ for the new ELF toolchain.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#if defined(__ELF__) && !defined(__NO_LEADING_UNDERSCORES__)
|
2002-04-28 21:10:32 +04:00
|
|
|
#define __LEADING_UNDERSCORE
|
2001-02-25 18:49:58 +03:00
|
|
|
#endif
|
1999-09-13 14:30:21 +04:00
|
|
|
|
2002-03-17 20:55:22 +03:00
|
|
|
#endif /* !_SH3_CDEFS_H_ */
|