smartalign.mac: align macro should align a segment as well
commit1f3db76ee973355489ea3a2296211d796b59a61f
authorCyrill Gorcunov <gorcunov@gmail.com>
Tue, 20 Apr 2010 21:22:31 +0000 (21 01:22 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 20 Apr 2010 21:22:31 +0000 (21 01:22 +0400)
tree6c1fb9bfb2996821fa268217ffee0532ef6fbe6b
parentc56a7a2c82508720bf9c758840e0bc356eb55aae
smartalign.mac: align macro should align a segment as well

This change may have backward compatibility issue but
most probably the sane program never used sections with
base address less then instruction alignment.

Note that alignment may only increase which means if a
section is aligned on 2^5 the align 2^4 will not affect
the section.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
macros/smartalign.mac