From 03970ee8e1647c0b9fc4d842a428bfba47772baa Mon Sep 17 00:00:00 2001 From: Pietra Ferreira Date: Mon, 22 Jan 2024 11:06:56 -0300 Subject: [PATCH] vault backup: 2024-01-22 11:06:56 Affected files: content/2024-01-22.md --- content/2024-01-22.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/2024-01-22.md diff --git a/content/2024-01-22.md b/content/2024-01-22.md new file mode 100644 index 000000000000..f8a6743c507f --- /dev/null +++ b/content/2024-01-22.md @@ -0,0 +1,30 @@ + + +```bash +pietraferreira@tom:~/tests/relocation-test/010823$ export PATH=${HOME}/projects/corev/install/bin:$PATH +pietraferreira@tom:~/tests/relocation-test/010823$ riscv32-corev-elf-as -march=rv32imc_xcorevhwlp1p0 -o test0311.o test.s +pietraferreira@tom:~/tests/relocation-test/010823$ riscv32-corev-elf-objdump -dr test0311.o + +test0311.o: file format elf32-littleriscv + + +Disassembly of section .text: + +00000000 : + 0: 8082 ret + +00000002 <_start>: + 2: 0060007b cv.starti 0,e + 2: R_RISCV_CVPCREL_UI12 L2 + 2: R_RISCV_RELOCID *ABS*+0x100 + 6: 00000097 auipc ra,0x0 + 6: R_RISCV_CALL func + 6: R_RISCV_RELAX *ABS* + a: 000080e7 jalr ra # 6 <_start+0x4> + +0000000e : + e: 0001 nop +(failed reverse-i-search)`,': ^C +pietraferreira@tom:~/tests/relocation-test/010823$ riscv32-corev-elf-as -march=rv32imc_xcorevhwlp1p0 -o test0311v3.o test.s +pietraferreira@tom:~/tests/relocation-test/010823$ riscv32-corev-elf-objdump -dr test0311v3.o +``` \ No newline at end of file