* som.h (som_exec_data): New field "version_id".
[deliverable/binutils-gdb.git] / bfd / som.h
index 5f0d1839deaf2929389f84bb934fc1e062fb1c26..158c96f918ece3cedccb2851a825e2531525ce8d 100644 (file)
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -94,6 +94,10 @@ struct som_exec_data
        null pointer dereferencing is allowed and the like.  */
     long exec_flags;
 
+    /* We must preserve the version identifier too.  Some versions
+       of the HP linker do not grok NEW_VERSION_ID for reasons unknown.  */
+    unsigned int version_id;
+
     /* Add more stuff here as needed.  Good examples of information
        we might want to pass would be presumed_dp, entry_* and maybe
        others from the file header.  */
This page took 0.022977 seconds and 4 git commands to generate.