Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: llvm-trunk/include/llvm/Support/ELF.h

Issue 6538110: Cherry pick -r124899 from llvm root (Closed)
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | llvm-trunk/lib/MC/ELFObjectWriter.cpp » ('j') | llvm-trunk/lib/MC/ELFObjectWriter.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: llvm-trunk/include/llvm/Support/ELF.h
===================================================================
--- a/llvm-trunk/include/llvm/Support/ELF.h
+++ b/llvm-trunk/include/llvm/Support/ELF.h
@@ -306,6 +306,10 @@
R_MICROBLAZE_COPY = 21
};
+
+// ARM Specific e_flags
+enum { EF_ARM_EABIMASK = 0xFF000000U };
+
// ELF Relocation types for ARM
// Meets 2.08 ABI Specs.
« no previous file with comments | « no previous file | llvm-trunk/lib/MC/ELFObjectWriter.cpp » ('j') | llvm-trunk/lib/MC/ELFObjectWriter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698