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/ChangeLog | |
parent | a3d1c56107d456fdf4b0838b6d9ed46fddc42386 (diff) | |
download | fsf-binutils-gdb-01860b7ed14f1407e459a40a856abd7c82de012a.zip fsf-binutils-gdb-01860b7ed14f1407e459a40a856abd7c82de012a.tar.gz fsf-binutils-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/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 6701151..0d34501 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,19 @@ +Sat Nov 4 12:29:45 1995 Fred Fish <fnf@cygnus.com> + + * 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 + * corefile.c: Include corefile.h rather than core.h + * README.psim (KNOWN PROBLEMS): Change core.* references to corefile.* + references. + * 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. + Fri Nov 3 11:37:24 1995 Michael Meissner <meissner@tiktok.cygnus.com> * ppc-instructions (data cache instructions): Make all data cache |