binutils-gdb/sim/m68hc11
Mike Frysinger 034685f9ce sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
The CIA_{GET,SET} macros serve the same function as CPU_PC_{GET,SET}
except the latter adds a layer of indirection via the sim state.  This
lets models set up different functions at runtime and doesn't reach so
directly into the arch-specific cpu state.

It also doesn't make sense to have two sets of macros that do exactly
the same thing, so lets standardize on the one that gets us more.
2015-04-17 02:44:30 -04:00
..
aclocal.m4 sim: drop duplicate header checks 2015-03-14 06:04:29 -04:00
ChangeLog sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00
config.in sim: update zlib handling 2015-04-01 01:07:57 -04:00
configure sim: fix the PKGVERSION define 2015-04-13 02:41:10 -04:00
configure.ac sim: dv-sockser: move build to common dir 2015-03-23 04:40:07 -04:00
dv-m68hc11.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-m68hc11eepr.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-m68hc11sio.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-m68hc11spi.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-m68hc11tim.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-nvram.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
emulos.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
gencode.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
interp.c sim: m68hc11: convert to sim-cpu 2015-04-13 02:07:23 -04:00
interrupts.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
interrupts.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m68hc11_sim.c sim: m68hc11: fix gcc-5 build error w/restrict keyword 2015-03-31 01:54:47 -04:00
Makefile.in sim: unify sim-cpu usage 2015-04-15 02:19:52 -04:00
sim-main.h sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00