aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/config/mep/default.h
blob: f5359721e6c81049114656aa0749d0a9b675ed9c (plain)
1
2
3
4
5
6
7
8
9
10
/* Header created by MeP-Integrator */
#undef __section
#define __section(_secname) __attribute__((section(#_secname)))
#undef mep_nop
#define mep_nop() __asm__ volatile ("nop")

#pragma GCC coprocessor available $c0...$c31
#pragma GCC coprocessor call_saved $c6...$c7

#include <intrinsics.h>