aboutsummaryrefslogtreecommitdiff
path: root/elf/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/elf.h')
-rw-r--r--elf/elf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/elf.h b/elf/elf.h
index a6c874c..c14619f 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -415,10 +415,6 @@ typedef struct
#define SYMINFO_NUM 2
-/* Special section index. */
-
-#define SHN_UNDEF 0 /* No section, undefined symbol. */
-
/* How to extract and insert information held in the st_info field. */
#define ELF32_ST_BIND(val) (((unsigned char) (val)) >> 4)