aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/endian.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04sim: d10v: gut endian logicMike Frysinger1-77/+0
The compiler should produce reasonable code here in general, so punt the various arch checks and bswap defines. This code will eventually go away entirely when we convert it to the common memory code.
2015-11-15sim: d10v: push down sd/cpu varsMike Frysinger1-1/+1
By itself, this commit doesn't really change anything. It lays the groundwork for using the cpu state in follow up commits, both for engine state and for cpu state. Splitting things up this way so it is easier to see how things have changed.
2015-03-30sim: d10v: clean up misc warningsMike Frysinger1-15/+6
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+137
1999-04-16Initial creation of sourceware repositoryStan Shebs1-63/+0
1996-10-16Make read/write memory functions inlinedMichael Meissner1-0/+63