mirror of https://github.com/Nonannet/pelfy.git
Compare commits
No commits in common. "36b0d1db5cb2f412e0c15a76f917b80cd86b1e06" and "5886cf40f4dd91b29254c7dccbb32f89f2795522" have entirely different histories.
36b0d1db5c
...
5886cf40f4
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "pelfy"
|
name = "pelfy"
|
||||||
version = "1.0.6"
|
version = "1.0.5"
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
|
{ name="Nicolas Kruse", email="nicolas.kruse@nonan.net" },
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -418,8 +418,6 @@ relocation_table_types = {
|
||||||
40: ("R_ARM_V4BX", 0, ""),
|
40: ("R_ARM_V4BX", 0, ""),
|
||||||
41: ("R_ARM_STKCHK", 0, ""),
|
41: ("R_ARM_STKCHK", 0, ""),
|
||||||
42: ("R_ARM_THM_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": {
|
"EM_AARCH64": {
|
||||||
0: ("R_AARCH64_NONE", 0, ""),
|
0: ("R_AARCH64_NONE", 0, ""),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue