From 4a0d87ee09cb3c1d3cb98d2907a046a463777c3e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Apr 2002 20:54:19 +0000 Subject: 2002-04-18 Ralf Corsepius * asm.h: Include cpuopts.h instead of targopts.h. * rtems/new-exceptions/cpu.h: Relocated from libbsp/powerpc/support/new_exception_processing/rtems/score/cpu.h * rtems/old-exceptions/cpu.h: Relocated from c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems/score/cpu.h * rtems/powerpc/registers.h: Relocated and renamed from libcpu/powerpc/shared/include/cpu.h. * rtems/score/cpu.h: New. * Makefile.am: Reflect changes above. --- c/src/exec/score/cpu/powerpc/rtems/score/cpu.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 c/src/exec/score/cpu/powerpc/rtems/score/cpu.h (limited to 'c/src/exec/score/cpu/powerpc/rtems/score/cpu.h') diff --git a/c/src/exec/score/cpu/powerpc/rtems/score/cpu.h b/c/src/exec/score/cpu/powerpc/rtems/score/cpu.h new file mode 100644 index 0000000000..7e181da7f8 --- /dev/null +++ b/c/src/exec/score/cpu/powerpc/rtems/score/cpu.h @@ -0,0 +1,19 @@ +/* + * $Id$ + */ + +#ifndef _rtems_score_cpu_h +#define _rtems_score_cpu_h + +#include /* pick up machine definitions */ +#ifndef ASM +#include +#endif + +#ifdef _OLD_EXCEPTIONS +#include +#else +#include +#endif + +#endif -- cgit v1.2.3