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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [libgloss/] [i960/] [asm.h] - Rev 1765

Compare with Previous | Blame | View Log

#ifndef ASM_H
#define ASM_H
 
#ifdef __STDC__
# define _C_LABEL(x)    _ ## x
#else
# define _C_LABEL(x)    _/**/x
#endif
#define _ASM_LABEL(x)   x
 
#define _ENTRY(name)	\
	.text; .align 4; .globl name; name:
 
#define ENTRY(name)	\
	_ENTRY(_C_LABEL(name))
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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