mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-3506 Corrected various issues with data organization retention and
revision/upgrade handling for datatypes
This commit is contained in:
parent
7115d1187a
commit
b5123f2553
12 changed files with 326 additions and 130 deletions
|
@ -48,7 +48,15 @@ re-disassembly of all instructions.</p>
|
|||
a user to make certain transitions between similar language
|
||||
implementations. Such transitions are generally facilitated via a
|
||||
default translator, although certain limitations are imposed based upon
|
||||
address space sizes and register mappings.<br>
|
||||
address space sizes and register mappings.</p>
|
||||
<p>Any changes made to a Data Organization could impact the packing of
|
||||
components within a structure or union. While such changes should be avoided
|
||||
due to the possible fallout, any such change to a
|
||||
<span style="font-style: italic;">*.cspec</span> should be made
|
||||
in conjuction with a version change to all affected languages within
|
||||
the relavent <span style="font-style: italic;">*.ldefs</span> files. The
|
||||
resulting program upgrade will allow affected data types to be updated.
|
||||
<br>
|
||||
</p>
|
||||
<h2><a name="versioning"></a>Language Versioning</h2>
|
||||
<p>A language's version is specified as a<span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue