OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [machine/] [xscale/] [xscale.h] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
#ifndef __XSCALE_MACH_H__
#ifndef __XSCALE_MACH_H__
#define __XSCALE_MACH_H__
#define __XSCALE_MACH_H__
 
 
/* These are predefined by new versions of GNU cpp.  */
/* These are predefined by new versions of GNU cpp.  */
 
 
#ifndef __USER_LABEL_PREFIX__
#ifndef __USER_LABEL_PREFIX__
#define __USER_LABEL_PREFIX__ _
#define __USER_LABEL_PREFIX__ _
#endif
#endif
 
 
#ifndef __REGISTER_PREFIX__
#ifndef __REGISTER_PREFIX__
#define __REGISTER_PREFIX__
#define __REGISTER_PREFIX__
#endif
#endif
 
 
/* ANSI concatenation macros.  */
/* ANSI concatenation macros.  */
 
 
#define CONCAT1(a, b) CONCAT2(a, b)
#define CONCAT1(a, b) CONCAT2(a, b)
#define CONCAT2(a, b) a##b
#define CONCAT2(a, b) a##b
 
 
/* Use the right prefix for global labels.  */
/* Use the right prefix for global labels.  */
 
 
#define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
#define SYM(x) CONCAT1(__USER_LABEL_PREFIX__, x)
 
 
#ifdef __XSCALE__
#ifdef __XSCALE__
#define PRELOAD(X) pld  [X]
#define PRELOAD(X) pld  [X]
#define PRELOADSTR(X) " pld     [" X "]"
#define PRELOADSTR(X) " pld     [" X "]"
#else
#else
#define PRELOAD(X)
#define PRELOAD(X)
#define PRELOADSTR(X) ""
#define PRELOADSTR(X) ""
#endif /* __XSCALE__ */
#endif /* __XSCALE__ */
 
 
#endif /* !__XSCALE_MACH_H__ */
#endif /* !__XSCALE_MACH_H__ */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.