summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2010-02-11 21:24:39 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2010-02-11 21:28:34 +0300
commit3cbd9e72152bb1aa105793eb177385a02ac3dbb1 (patch)
tree6c8600ffb3ac0e9a93b692cb15ee5e6a78faa8bc
parent9b66d8e4c3030474a75e598f699eccc118a3d651 (diff)
downloadnasm-3cbd9e72152bb1aa105793eb177385a02ac3dbb1.tar.gz
Elf: Drop useless SEG_ALIGN_1
No need for SEG_ALIGN_1 since we have switched to ALIGN helper. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--output/outelf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/output/outelf.h b/output/outelf.h
index 93a620c3..1efa2d06 100644
--- a/output/outelf.h
+++ b/output/outelf.h
@@ -46,7 +46,6 @@
#define GLOBAL_TEMP_BASE 0x40000000 /* bigger than any sane symbol index */
#define SEG_ALIGN 16 /* alignment of sections in file */
-#define SEG_ALIGN_1 (SEG_ALIGN-1)
/* this stuff is needed for the stabs debugging format */
#define TY_STABSSYMLIN 0x40 /* ouch */