Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgo/go/runtime/pprof/testdata
2023-03-06 14:48:14 +01:00
..
mappingtest projet 2023-03-06 14:48:14 +01:00
README projet 2023-03-06 14:48:14 +01:00
test32 projet 2023-03-06 14:48:14 +01:00
test32be projet 2023-03-06 14:48:14 +01:00
test64 projet 2023-03-06 14:48:14 +01:00
test64be projet 2023-03-06 14:48:14 +01:00

These binaries were generated by:

$ cat empty.s
.global _start
_start:
$ as --32 -o empty.o empty.s && ld  --build-id -m elf_i386 -o test32 empty.o
$ as --64 -o empty.o empty.s && ld --build-id -o test64 empty.o
$ powerpc-linux-gnu-as -o empty.o empty.s && powerpc-linux-gnu-ld --build-id -o test32be empty.o
$ powerpc64-linux-gnu-as -o empty.o empty.s && powerpc64-linux-gnu-ld --build-id -o test64be empty.o