summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2011-12-27 23:13:00 +0800
committerLogan Chien <loganchien@google.com>2011-12-27 23:13:00 +0800
commitb12dd946bdf0ab1c122c996a1e59a5741f2c9dae (patch)
tree34013b1ee7d9d83fbcf10fcb06672f65d57ba08b
parentc9ff76dbcf76753a2460e6e3887d80a196fcb9ad (diff)
downloadlinkloader-b12dd946bdf0ab1c122c996a1e59a5741f2c9dae.tar.gz
Fix incorrect definition (now llvm defines it).
Change-Id: I70f4da8394fddd4c1cef16da40639dd81325769d
-rw-r--r--include/ELF.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/ELF.h b/include/ELF.h
index d33b6b8..afe8114 100644
--- a/include/ELF.h
+++ b/include/ELF.h
@@ -17,21 +17,4 @@ using namespace llvm::ELF;
#define ET_HIOS 0xfeff
#endif
-#ifndef STT_LOOS
-#define STT_LOOS 10
-#endif
-
-#ifndef STT_HIOS
-#define STT_HIOS 12
-#endif
-
-#ifndef STB_LOOS
-#define STB_LOOS 10
-#endif
-
-#ifndef STB_HIOS
-#define STB_HIOS 12
-#endif
-
-
#endif // ELF_H