Increase GLOBAL_TEMP_BASE
authorCharles Crayne <chuck@thor.crayne.org>
Thu, 17 Jan 2008 02:38:48 +0000 (18:38 -0800)
committerCharles Crayne <chuck@thor.crayne.org>
Thu, 17 Jan 2008 02:38:48 +0000 (18:38 -0800)
Increase GLOBAL_TEMP_BASE from 4096 to 1048576

output/outelf32.c
output/outelf64.c

index e5e5dce..cb8b319 100644 (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)
index 07cc7ef..70645ed 100644 (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)