ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
32 lines
647 B
ArmAsm
32 lines
647 B
ArmAsm
.file "test_pei.c"
|
|
.option nopic
|
|
.attribute arch, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_c2p0_zicsr2p0_zifencei2p0"
|
|
.attribute unaligned_access, 0
|
|
.attribute stack_align, 16
|
|
.text
|
|
.align 1
|
|
.globl main
|
|
.type main, @function
|
|
main:
|
|
.LFB0:
|
|
.cfi_startproc
|
|
addi sp,sp,-16
|
|
.cfi_def_cfa_offset 16
|
|
sd s0,8(sp)
|
|
.cfi_offset 8, -8
|
|
addi s0,sp,16
|
|
.cfi_def_cfa 8, 0
|
|
li a5,0
|
|
mv a0,a5
|
|
ld s0,8(sp)
|
|
.cfi_restore 8
|
|
.cfi_def_cfa 2, 16
|
|
addi sp,sp,16
|
|
.cfi_def_cfa_offset 0
|
|
jr ra
|
|
.cfi_endproc
|
|
.LFE0:
|
|
.size main, .-main
|
|
.ident "GCC: (SUSE Linux) 13.1.1 20230720 [revision 9aac37ab8a7b919a89c6d64bc7107a8436996e93]"
|
|
.section .note.GNU-stack,"",@progbits
|