Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | means: o Remove Elf64_Quarter, o Redefine Elf64_Half to be 16-bit, o Redefine Elf64_Word to be 32-bit, o Add Elf64_Xword and Elf64_Sxword for 64-bit entities, o Use Elf_Size in MI code to abstract the difference between Elf32_Word and Elf64_Word. o Add Elf_Ssize as the signed counterpart of Elf_Size. MFC after: 2 weeks | ||||
* | Doh, erase unused variable... | grehan | 2005-03-03 | 1 | -1/+1 |
| | |||||
* | PowerPC support for kldxref by handling the PPC-specific relocations. | grehan | 2005-03-02 | 1 | -0/+74 |