mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-01 16:29:55 -04:00
JPAEmitter OK, work on d_particle (#1874)
* JPAEmitter OK + header reorganization * libelf: silence repeated relocation warning * Work on d_particle
This commit is contained in:
@@ -217,6 +217,8 @@ def load_object_from_file(path, name, file, skip_symbols = False, skip_relocatio
|
||||
relocation = R_PPC_REL14(type, symbol, modify, rela.r_offset, rela.r_addend)
|
||||
elif type == 109:
|
||||
relocation = R_PPC_EMB_SDA21(type, symbol, modify, rela.r_offset, rela.r_addend)
|
||||
elif type == 24:
|
||||
continue
|
||||
else:
|
||||
print("unsupported relocation type: 0x%02X \"%s\" (in '%s')" % (type, RELOCATION_NAMES[type], path), file = sys.stderr)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user