mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
04c444e533
In order to support to the following instruction described by ABI, dynasm needed to be updated: """ The following code might appear in a PIC code setup sequence to compute the distance from a function entry point to the TOC base: addis 2,12,.TOC.-func@ha addi 2,2,.TOC.-func@l """ Power Architecture 64-Bit ELF V2 ABI Specification, version 1.0, page 99 Source: http://openpowerfoundation.org/technical/technical-resources/technical-specifications/ |
||
---|---|---|
.. | ||
dasm_arm64.h | ||
dasm_arm64.lua | ||
dasm_arm.h | ||
dasm_arm.lua | ||
dasm_mips.h | ||
dasm_mips.lua | ||
dasm_ppc.h | ||
dasm_ppc.lua | ||
dasm_proto.h | ||
dasm_x64.lua | ||
dasm_x86.h | ||
dasm_x86.lua | ||
dynasm.lua |