mirror of
https://review.haiku-os.org/haiku
synced 2025-01-23 23:04:48 +01:00
3b802628b8
This has been done by adding typedefs in elf_common.h to the correct ELF structures for the architecture, and changing all Elf32_* uses to those types. I don't know whether image loading works as I cannot test it yet, there may be some 64-bit safety issues around. However, symbol lookup for the kernel is working correctly.