]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/lm32/ChangeLog
sim: move MACH/MODEL types into SIM_xxx namespace
authorMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 09:12:55 +0000 (04:12 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 25 Dec 2015 09:24:06 +0000 (04:24 -0500)
commit8a0ebee658862bec66191df192c1d3b09bf0c943
tree4e714c457a1130fcbb2b2f79f26c23ebd0db77d5
parent91d6df784db745df2b0a6827de8306246083bc94
sim: move MACH/MODEL types into SIM_xxx namespace

The "MACH" and "MODEL" names are a bit generic and collide with symbols
used by other sections of code (like h8300's opcodes).  Since these are
sim-specific types, they really should have a "SIM_" prefix.
33 files changed:
sim/bfin/ChangeLog
sim/bfin/machs.c
sim/common/ChangeLog
sim/common/sim-cpu.h
sim/common/sim-model.c
sim/common/sim-model.h
sim/cris/ChangeLog
sim/cris/arch.c
sim/cris/cpuall.h
sim/cris/modelv10.c
sim/cris/modelv32.c
sim/frv/ChangeLog
sim/frv/arch.c
sim/frv/cpuall.h
sim/frv/model.c
sim/iq2000/ChangeLog
sim/iq2000/arch.c
sim/iq2000/cpuall.h
sim/iq2000/model.c
sim/lm32/ChangeLog
sim/lm32/arch.c
sim/lm32/cpuall.h
sim/lm32/model.c
sim/m32r/ChangeLog
sim/m32r/arch.c
sim/m32r/cpuall.h
sim/m32r/model.c
sim/m32r/model2.c
sim/m32r/modelx.c
sim/sh64/ChangeLog
sim/sh64/arch.c
sim/sh64/cpuall.h
sim/sh64/sh64.c