From 01860b7ed14f1407e459a40a856abd7c82de012a Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 5 Nov 1995 05:40:15 +0000 Subject: * core.c: Rename to corefile.c * core.h: Rename to corefile.h * inline.c: Include corefile.h, renamed from core.h. * cpu.h: Include corefile.h, renamed from core.h * vm.c: Include corefile.h, renamed from core.h * Makefile.in (CPU_H): Change core.h to corefile.h (vm.o): Change dependency to corefile.h (LIB_SRC): Change core.c to corefile.c. (LIB_OBJ): Change core.o to corefile.o. (corefile.o): Change dependencies to corefile.c, corefile.h. * corefile.c: Include corefile.h rather than core.h * README.psim (KNOWN PROBLEMS): Change core.* references to corefile.* references. --- sim/ppc/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/ppc/cpu.h') diff --git a/sim/ppc/cpu.h b/sim/ppc/cpu.h index a4e4b02..82290f6 100644 --- a/sim/ppc/cpu.h +++ b/sim/ppc/cpu.h @@ -29,7 +29,7 @@ #include "basics.h" #include "registers.h" #include "device_tree.h" -#include "core.h" +#include "corefile.h" #include "vm.h" #include "events.h" #include "interrupts.h" -- cgit v1.1