]> Shamusworld >> Repos - rmac/commit
Fix for bug #29. 1.3.0
authorShamus Hammons <jlhamm@acm.org>
Fri, 14 Nov 2014 04:26:00 +0000 (22:26 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 14 Nov 2014 04:26:00 +0000 (22:26 -0600)
commitc04128b575f2db39445b9ef6fcf0c12b3bb2c60f
tree219c3460ea89f3d415b9001d98242ef353bd649d
parent062214e62031c26d372edc2e68473ebb64f6a506
Fix for bug #29.

Whoever put this stuff together made a HUGE mistake in its alignment
pseudo-ops. Basically, before this fix, alignment directives in a RISC
section had absolutely NO guarantees of efficacy. This is what happens
when you bodge things together without extensive testing! Note that if
you had some RISC code that you had to wave a dead chicken at to get it
to work, it will probably not work any longer as the assembler will now
do what you tell it to. ;-)

This is a big enough change that it merits a minor version bump; we're
now at 1.3.0. :-)
direct.c
makefile
sect.h
version.h