Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
mappingtest/ | 25-Apr-2025 | - | 109 | 50 | ||
README | D | 25-Apr-2025 | 411 | 10 | 8 | |
test32 | D | 25-Apr-2025 | 528 | |||
test32be | D | 25-Apr-2025 | 520 | |||
test64 | D | 25-Apr-2025 | 760 | |||
test64be | D | 25-Apr-2025 | 856 |
README
1These binaries were generated by: 2 3$ cat empty.s 4.global _start 5_start: 6$ as --32 -o empty.o empty.s && ld --build-id -m elf_i386 -o test32 empty.o 7$ as --64 -o empty.o empty.s && ld --build-id -o test64 empty.o 8$ powerpc-linux-gnu-as -o empty.o empty.s && powerpc-linux-gnu-ld --build-id -o test32be empty.o 9$ powerpc64-linux-gnu-as -o empty.o empty.s && powerpc64-linux-gnu-ld --build-id -o test64be empty.o 10