Compare commits

..

1 Commits

Author SHA1 Message Date
Nicolas Kruse 3d5481cbf7
Merge d7e7876afd into 842be33939 2026-01-27 15:57:47 +00:00
1 changed files with 0 additions and 3 deletions

View File

@ -432,9 +432,6 @@ relocation_table_types = {
43: ("R_ARM_MOVW_ABS_NC", 16, "S + A"), 43: ("R_ARM_MOVW_ABS_NC", 16, "S + A"),
44: ("R_ARM_MOVT_ABS", 16, "S + A"), 44: ("R_ARM_MOVT_ABS", 16, "S + A"),
47: ("R_ARM_THM_MOVW_ABS_NC", 16, "S + A"),
48: ("R_ARM_THM_MOVT_ABS_NC", 16, "S + A"),
}, },
"EM_AARCH64": { "EM_AARCH64": {
0: ("R_AARCH64_NONE", 0, ""), 0: ("R_AARCH64_NONE", 0, ""),