summaryrefslogtreecommitdiff
path: root/output/outelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'output/outelf.h')
-rw-r--r--output/outelf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/output/outelf.h b/output/outelf.h
index f5ccfe1c..7443dffc 100644
--- a/output/outelf.h
+++ b/output/outelf.h
@@ -41,10 +41,6 @@
#include "rbtree.h"
#include "saa.h"
-/* symbol binding */
-#define SYM_GLOBAL ELF32_ST_MKBIND(STB_GLOBAL)
-#define SYM_LOCAL ELF32_ST_MKBIND(STB_LOCAL)
-
#define GLOBAL_TEMP_BASE 0x40000000 /* bigger than any sane symbol index */
/* alignment of sections in file */