Compare commits

..

2 Commits

Author SHA1 Message Date
Nicolas 36b0d1db5c version bumped to 1.0.6 2025-11-17 09:06:09 +01:00
Nicolas 05f78ed09e R_ARM_MOVW_ABS_NC and R_ARM_MOVT_ABS relocation added 2025-11-17 09:05:01 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "pelfy"
version = "1.0.5"
version = "1.0.6"
authors = [
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
]

View File

@ -418,6 +418,8 @@ relocation_table_types = {
40: ("R_ARM_V4BX", 0, ""),
41: ("R_ARM_STKCHK", 0, ""),
42: ("R_ARM_THM_STKCHK", 0, ""),
43: ("R_ARM_MOVW_ABS_NC", 16, "S + A"),
44: ("R_ARM_MOVT_ABS", 16, "S + A")
},
"EM_AARCH64": {
0: ("R_AARCH64_NONE", 0, ""),