aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/cpu.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21sim: ppc: mark halt & restart funcs as noreturnMike Frysinger1-3/+3
This helps the compiler with optimization and fixes fallthru warnings.
2022-01-06sim: ppc: migrate to standard uintXX_t typesMike Frysinger1-4/+4
Drop the sim-specific unsignedXX types and move to the standard uintXX_t types that C11 provides.
2021-06-16sim: ppc: use common ATTRIBUTE_PRINTF macrosMike Frysinger1-1/+2
Use the common ansidecl.h macros to replace our ad-hoc printf attributes.
2017-02-13sim: use ARRAY_SIZE instead of ad-hoc sizeof calculationsMike Frysinger1-0/+1
2012-12-19[sim] Update old contact info in GPL license noticesJoel Brobecker1-2/+1
sim/ChangeLog: Update old contact info in GPL license notices.
2012-12-19Update sim copyright headers from GPLv2-or-later to GPLv3-or-later.Joel Brobecker1-1/+1
gdb/sim/ChangeLog: Update the non-FSF-copyrighted files in sim to GPLv3 or later.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+254
1999-04-16Initial creation of sourceware repositoryStan Shebs1-203/+0
1995-11-27Build again on SunOS; Make MODEL_INLINE default to 1 if inlining, not 2; Use ↵Michael Meissner1-9/+8
__attribute__((const))
1995-11-15More model specific changesMichael Meissner1-0/+4
1995-11-08first stage in function unit support; add new switches & latest code from andrewMichael Meissner1-0/+4
1995-11-05 * core.c: Rename to corefile.cFred Fish1-1/+1
* 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.
1995-11-02Andrew's latest changes & print all instruction counts if -IMichael Meissner1-22/+31
1995-10-02Add support to count the number of instructions issued.Michael Meissner1-0/+187