Restore the adjusted symbol id start
authorH. Peter Anvin <hpa@zytor.com>
Thu, 10 Jul 2003 00:40:33 +0000 (00:40 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 10 Jul 2003 00:40:33 +0000 (00:40 +0000)
output/outelf.c

index 6067e9f70aa8585cb19b5bd46c4ed80c0144df4d..d53c8a5e75a2cd0a0adb17ca0695e1947188fd60 100644 (file)
@@ -116,7 +116,7 @@ extern struct ofmt of_elf;
 #define SYM_DATA 0x01
 #define SYM_FUNCTION 0x02
 
-#define GLOBAL_TEMP_BASE            /* bigger than any constant sym id */
+#define GLOBAL_TEMP_BASE 16           /* bigger than any constant sym id */
 
 #define SEG_ALIGN 16                  /* alignment of sections in file */
 #define SEG_ALIGN_1 (SEG_ALIGN-1)