facebookarchive / BOLT

Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries
2.51k stars 176 forks source link

AArch64: Add TSTBR14 and CONDB19 relocations support #220

Closed yota9 closed 2 years ago

yota9 commented 2 years ago

This patch adds R_AARCH64_TSTBR14 and R_AARCH64_CONDBR19 relocations support in order to handle condition branches, cbz/cnbz and tbz/tbnz instructions correctly

rafaelauler commented 2 years ago

Looks good. Imported

rafaelauler commented 2 years ago

Thanks!