CSKY: Support attribute section.
[deliverable/binutils-gdb.git] / elfcpp / elfcpp.h
index 9c7c6294e424e032e9a449f101ae17b194fa0f4c..65d803c00e270327bfa992b0abe1e163c6765bb4 100644 (file)
@@ -413,6 +413,10 @@ enum SHT
   // AARCH64-specific section type.
   SHT_AARCH64_ATTRIBUTES = 0x70000003,
 
+  // CSKY-specific section types.
+  // Object file compatibility attributes.
+  SHT_CSKY_ATTRIBUTES = 0x70000001,
+
   // Link editor is to sort the entries in this section based on the
   // address specified in the associated symbol table entry.
   SHT_ORDERED = 0x7fffffff
This page took 0.385312 seconds and 4 git commands to generate.