Elf: Drop useless SEG_ALIGN_1
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 11 Feb 2010 18:24:39 +0000 (21:24 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 11 Feb 2010 18:28:34 +0000 (21:28 +0300)
No need for SEG_ALIGN_1 since we have switched
to ALIGN helper.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf.h

index 93a620c..1efa2d0 100644 (file)
@@ -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 */