mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
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>
This commit is contained in:
parent
9b66d8e4c3
commit
3cbd9e7215
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user