include/coff/
[deliverable/binutils-gdb.git] / include / coff / xcoff.h
index 7e32d7a7805ad07c087c8fce4651098add848773..3c3c8e9ead5a29e1971dcea7e5b13c2e543f36c3 100644 (file)
@@ -318,6 +318,8 @@ struct xcoff_link_hash_entry
 #define XCOFF_SYSCALL64        0x00010000 
 /* Symbol was not explicitly defined by the time it was marked.  */
 #define XCOFF_WAS_UNDEFINED    0x00020000
+/* We have assigned an output XCOFF entry to this symbol.  */
+#define XCOFF_ALLOCATED               0x00040000
 
 /* The XCOFF linker hash table.  */
 
This page took 0.022587 seconds and 4 git commands to generate.