projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7332032
)
Restore the adjusted symbol id start
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 10 Jul 2003 00:40:33 +0000
(
00:40
+0000)
committer
H. Peter Anvin
<hpa@zytor.com>
Thu, 10 Jul 2003 00:40:33 +0000
(
00:40
+0000)
output/outelf.c
patch
|
blob
|
history
diff --git
a/output/outelf.c
b/output/outelf.c
index 6067e9f70aa8585cb19b5bd46c4ed80c0144df4d..d53c8a5e75a2cd0a0adb17ca0695e1947188fd60 100644
(file)
--- a/
output/outelf.c
+++ b/
output/outelf.c
@@
-116,7
+116,7
@@
extern struct ofmt of_elf;
#define SYM_DATA 0x01
#define SYM_FUNCTION 0x02
-#define GLOBAL_TEMP_BASE
6
/* 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)