mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Increase GLOBAL_TEMP_BASE
Increase GLOBAL_TEMP_BASE from 4096 to 1048576
This commit is contained in:
parent
4acfb4f44e
commit
730d6f821a
@ -136,7 +136,7 @@ extern struct ofmt of_elf;
|
||||
#define STV_HIDDEN 2
|
||||
#define STV_PROTECTED 3
|
||||
|
||||
#define GLOBAL_TEMP_BASE 4096 /* bigger than any reasonable sym id */
|
||||
#define GLOBAL_TEMP_BASE 1048576 /* bigger than any reasonable sym id */
|
||||
|
||||
#define SEG_ALIGN 16 /* alignment of sections in file */
|
||||
#define SEG_ALIGN_1 (SEG_ALIGN-1)
|
||||
|
@ -148,7 +148,7 @@ extern struct ofmt of_elf64;
|
||||
#define STV_HIDDEN 2
|
||||
#define STV_PROTECTED 3
|
||||
|
||||
#define GLOBAL_TEMP_BASE 4096 /* bigger than any reasonable sym id */
|
||||
#define GLOBAL_TEMP_BASE 1048576 /* bigger than any reasonable sym id */
|
||||
|
||||
#define SEG_ALIGN 16 /* alignment of sections in file */
|
||||
#define SEG_ALIGN_1 (SEG_ALIGN-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user