aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/inline.c
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+98
1999-04-16Initial creation of sourceware repositoryStan Shebs1-98/+0
1996-07-23New simulator changes from AndrewMichael Meissner1-28/+29
1995-11-15Add option to make options inlineMichael Meissner1-0/+4
1995-11-15More model specific changesMichael Meissner1-2/+6
1995-11-08first stage in function unit support; add new switches & latest code from andrewMichael Meissner1-4/+12
1995-11-05 * core.c: Rename to corefile.cFred Fish1-0/+81
* 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.