diff options
author | Fred Fish <fnf@specifix.com> | 1995-11-05 05:40:15 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-11-05 05:40:15 +0000 |
commit | 01860b7ed14f1407e459a40a856abd7c82de012a (patch) | |
tree | 036884fff2d07096d0844985ed8bc661ac47357f /sim/ppc/cpu.h | |
parent | a3d1c56107d456fdf4b0838b6d9ed46fddc42386 (diff) | |
download | gdb-01860b7ed14f1407e459a40a856abd7c82de012a.zip gdb-01860b7ed14f1407e459a40a856abd7c82de012a.tar.gz gdb-01860b7ed14f1407e459a40a856abd7c82de012a.tar.bz2 |
* 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.
Diffstat (limited to 'sim/ppc/cpu.h')
-rw-r--r-- | sim/ppc/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |