From 3cbd9e72152bb1aa105793eb177385a02ac3dbb1 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 11 Feb 2010 21:24:39 +0300 Subject: [PATCH] Elf: Drop useless SEG_ALIGN_1 No need for SEG_ALIGN_1 since we have switched to ALIGN helper. Signed-off-by: Cyrill Gorcunov --- output/outelf.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.11.4.GIT