diff options
Diffstat (limited to 'bfd/som.h')
-rw-r--r-- | bfd/som.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. */ |