summaryrefslogtreecommitdiff
path: root/test/br3392411.asm
Commit message (Collapse)AuthorAgeFilesLines
* BR 3392411: smartalign: make sure we always define the end symbolH. Peter Anvin2017-09-271-0/+22
We need to always define the end symbol, otherwise we might find ourselves in a situation where the alignment code grows (common!) and then the symbol is defined late. Reported-by: ig <glucksmann@avast.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>