David Mosberger <davidm@hpl.hp.com>
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 657ff064dd9f32b019d4ad997e429272b2c0be25..055cee2b5df07939525f227e735e01e47f6d2754 100644 (file)
@@ -999,6 +999,10 @@ typedef struct sec
         /* This section should not be subject to garbage collection.  */
 #define SEC_KEEP 0x1000000
 
+        /* This section contains "short" data, and should be placed
+          "near" the GP.  */
+#define SEC_SHORT 0x2000000
+
         /*  End of section flags.  */
 
         /* Some internal packed boolean fields.  */
This page took 0.022985 seconds and 4 git commands to generate.