]> Shamusworld >> Repos - rmac/commit
Fixed word reversed fixup problem.
authorShamus Hammons <jlhamm@acm.org>
Sat, 17 May 2014 20:56:15 +0000 (15:56 -0500)
committerShamus Hammons <jlhamm@acm.org>
Sat, 17 May 2014 20:56:15 +0000 (15:56 -0500)
commit062214e62031c26d372edc2e68473ebb64f6a506
tree8d24cf6f88e7b5e0118812b924fb5d54937875c8
parentbcd800a128cf43be03cf6a7ea54b4fc404b3ed8d
Fixed word reversed fixup problem.

For some reason, there was code in several places that marked fixups/symbols
as belonging to a RISC section when it was clearly not the case. As a result,
it caused serious problems by reversing words in 68K sections just because a
symbol had been seen in a MOVEI # statement in a RISC section. Probably not
the last nasty surprise in this pile of spaghetti. :-/
19 files changed:
.gitignore
debug.c
direct.c
eagen0.c
expr.c
expr.h
listing.c
mach.c
mark.c
parmode.h
procln.c
riscasm.c
rmac.c
rmac.h
sect.c
sect.h
symbol.c
symbol.h
version.h