Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-30 | More tests automation | Cyrill Gorcunov | 1 | -0/+3 | |
Not all covered but still worth to put in Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> | |||||
2008-10-01 | Already aligned aligns should be 0 bytes, not %1. | Victor van den Elzen | 1 | -0/+1 | |
2008-09-25 | Clean up unterminated lines | H. Peter Anvin | 1 | -2/+1 | |
2008-09-25 | Actually make non-power-of-2 alignments work | H. Peter Anvin | 1 | -0/+16 | |
We can't use ($$-$) % (%1) since the wraparound will be wrong except for powers of 2. Signed-off-by: H. Peter Anvin <hpa@zytor.com> |