]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/corefile.c
* core.c: Rename to corefile.c
authorFred Fish <fnf@specifix.com>
Sun, 5 Nov 1995 05:40:15 +0000 (05:40 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 5 Nov 1995 05:40:15 +0000 (05:40 +0000)
commit01860b7ed14f1407e459a40a856abd7c82de012a
tree036884fff2d07096d0844985ed8bc661ac47357f
parenta3d1c56107d456fdf4b0838b6d9ed46fddc42386
* 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/.Sanitize
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/ppc/README.psim
sim/ppc/core.h [deleted file]
sim/ppc/corefile.c [moved from sim/ppc/core.c with 99% similarity]
sim/ppc/cpu.h
sim/ppc/inline.c [new file with mode: 0644]
sim/ppc/vm.c