BR 3392411: smartalign: make sure we always define the end symbol
commite38654a24ed7ea91c1c199c21b52c4132cbe8d0e
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 27 Sep 2017 22:29:01 +0000 (27 15:29 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 27 Sep 2017 22:29:01 +0000 (27 15:29 -0700)
treeff1501c778066e949b6e7ebffbf763cecf5007f9
parent94ead27971de001aea5b403130b2a94cf152ebd4
BR 3392411: smartalign: make sure we always define the end symbol

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>
macros/smartalign.mac
test/br3392411.asm [new file with mode: 0644]