summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-04-21 13:45:32 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2010-04-21 18:09:54 +0400
commit2ef5c27be7a4e94c49560823d5074dafca6a2ac5 (patch)
tree34d8ad6a65e9b0b480c4fce2091ca93a110e0585 /macros
parent1f3db76ee973355489ea3a2296211d796b59a61f (diff)
downloadnasm-2ef5c27be7a4e94c49560823d5074dafca6a2ac5.tar.gz
Rename SEGALIGN to SECTALIGN
"sectalign" is preferred over "segalign" since it operates over section attributes. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'macros')
-rw-r--r--macros/smartalign.mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/smartalign.mac b/macros/smartalign.mac
index 410c4d3a..9b37f12c 100644
--- a/macros/smartalign.mac
+++ b/macros/smartalign.mac
@@ -161,7 +161,7 @@ USE: smartalign
%unimacro align 1-2+.nolist
%imacro align 1-2+.nolist
- segalign %1 ; align a segment as well
+ sectalign %1 ; align a segment as well
%ifnempty %2
times (((%1) - (($-$$) % (%1))) % (%1)) %2
%else