summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref/ef_powerpc.c
Commit message (Collapse)AuthorAgeFilesLines
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-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...grehan2005-03-031-1/+1
|
* PowerPC support for kldxref by handling the PPC-specific relocations.grehan2005-03-021-0/+74
OpenPOWER on IntegriCloud