GP-0 more doc edits

This commit is contained in:
ghidra1 2023-05-10 09:33:48 -04:00
parent 7ba296397d
commit babc38dacc

View File

@ -219,7 +219,7 @@
<P>Two new user-submitted processors, <code>eBPF</code> and <code>BPF</code>, add support for two variants of Berkeley Packet Filter binaries.</P>
<P>A user-submitted refactoring of X86 <code>LOCK/UNLOCK</code> decoding and semantics has been committed. There are currently some issues with the
Decompiler re-arranging code outside of the <code>LOCK/UNLOCK</code> which will be addressed an upcoming patch. If your analysis depends on
Decompiler re-arranging code outside of the <code>LOCK/UNLOCK</code> which will be addressed with an upcoming patch. If your analysis depends on
the LOCK/UNLOCK semantics, please be aware of the issue. </P>
<P> A new leading zeroes count operator, called <code>lzcount</code>, has been added to p-code, and it can now be used by SLEIGH developers
@ -228,7 +228,7 @@
<H2>User Interface Improvements</H2>
<P>Diff can now be performed between two open programs which may include remote files previously opened via a Ghidra-URL. </P>
<H2>GOLang 1.18 Support</H2>
<H2>GoLang 1.18 Support</H2>
<P>An importer, Analyzer, and Internal changes have been made to support GoLang. Currently, only version 1.18 is supported; however slightly older or newer versions may work.
There are still some Decompiler issues with multiple return parameters to be worked out, however the implementation was thought complete enough
for initial real use. Please consider the feature an evolving initial implementation.</P>