Increase GLOBAL_TEMP_BASE

Increase GLOBAL_TEMP_BASE from 4096 to 1048576
This commit is contained in:
Charles Crayne 2008-01-16 18:38:48 -08:00
parent 4acfb4f44e
commit 730d6f821a
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)