support arm32: 'hanoi.c' and 'hello.c' of 'scf/examples' test ok
authoryu.dongliang <18588496441@163.com>
Sun, 14 May 2023 09:24:15 +0000 (17:24 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 14 May 2023 09:24:51 +0000 (17:24 +0800)
commit09743a3fc02e621daaddd60569a6595af1341590
tree16fb46d2c2757240b67de969b6ea489e67689fdb
parent2b0c0991001bbf11f484da7ea2ad16af9d2303d0
support arm32: 'hanoi.c' and 'hello.c' of 'scf/examples' test ok
33 files changed:
elf/scf_dwarf_info.c
elf/scf_dwarf_line.c
elf/scf_elf.c
elf/scf_elf_arm32.c [new file with mode: 0644]
elf/scf_elf_arm32.h [new file with mode: 0644]
elf/scf_elf_arm32_so.c [new file with mode: 0644]
elf/scf_elf_link.c
elf/scf_elf_native.h
elf/scf_elf_native32.c [new file with mode: 0644]
elf/scf_elf_native32.h [new file with mode: 0644]
lib/arm32/_start.o [new file with mode: 0644]
lib/arm32/_start.s [new file with mode: 0644]
lib/arm32/lib/ld-linux-armhf.so.3 [new file with mode: 0755]
lib/arm32/libc.so.6 [new file with mode: 0755]
native/risc/scf_arm32.c [new file with mode: 0644]
native/risc/scf_arm64.c
native/risc/scf_naja.c
native/risc/scf_risc.c
native/risc/scf_risc.h
native/risc/scf_risc_bb_color.c
native/risc/scf_risc_graph.c
native/risc/scf_risc_inst.c
native/risc/scf_risc_rcg.c
native/risc/scf_risc_reg.c
native/risc/scf_risc_reg.h
native/risc/scf_risc_reg_arm32.c [new file with mode: 0644]
native/risc/scf_risc_reg_arm64.c
native/risc/scf_risc_util.h
native/scf_native.h
parse/Makefile
parse/main.c
parse/scf_parse2.c
vm/Makefile