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

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

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 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 | « include/llvm/MC/MCNaCl.h ('k') | include/llvm/Support/StreamingMemoryObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/Support/ELF.h
diff --git a/include/llvm/Support/ELF.h b/include/llvm/Support/ELF.h
index 3d49205fa168d50923b0b2df49ce7ee3d29de582..8b32926722f37c2db15c9110d9fe6c6851781491 100644
--- a/include/llvm/Support/ELF.h
+++ b/include/llvm/Support/ELF.h
@@ -935,6 +935,13 @@ enum : unsigned {
PF_MASKPROC = 0xf0000000 // Bits for processor-specific semantics.
};
+// @LOCALMOD-BEGIN
+// Note segment descriptor types (for object files).
+enum {
+ NT_VERSION = 1 // Note contains a version string.
+};
+// @LOCALMOD-END
+
// Dynamic table entry for ELF32.
struct Elf32_Dyn
{
« no previous file with comments | « include/llvm/MC/MCNaCl.h ('k') | include/llvm/Support/StreamingMemoryObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698