mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -127,6 +127,9 @@
|
||||
<pentry minsize="1" maxsize="8" extension="zero">
|
||||
<register name="x0"/>
|
||||
</pentry>
|
||||
<pentry minsize="9" maxsize="16" extension="zero">
|
||||
<addr space="join" piece1="x1" piece2="x0"/>
|
||||
</pentry>
|
||||
</output>
|
||||
<unaffected>
|
||||
<register name="x19"/>
|
||||
|
||||
@@ -2257,6 +2257,15 @@ ArmPCRelImmed12: reloff is U23=0 & immed & rotate
|
||||
goto Addr24;
|
||||
}
|
||||
|
||||
# bl<COND> used as a PIC instruction to get at current PC in lr
|
||||
:bl^COND Addr24 is $(AMODE) & COND & c2527=5 & L24=1 & immed24=0xffffff & Addr24
|
||||
{
|
||||
build COND;
|
||||
build Addr24;
|
||||
lr = inst_next;
|
||||
goto Addr24;
|
||||
}
|
||||
|
||||
:bl Addr24 is $(AMODE) & cond=14 & c2527=5 & L24=1 & Addr24
|
||||
{
|
||||
lr = inst_next;
|
||||
|
||||
Reference in New Issue
Block a user