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.
27 lines
475 B
ArmAsm
27 lines
475 B
ArmAsm
.file "foo.c"
|
|
.text
|
|
.section .text.foo1,"ax",@progbits
|
|
.balign 2
|
|
.global foo1
|
|
.type foo1, @function
|
|
foo1:
|
|
; start of function
|
|
; framesize_regs: 0
|
|
; framesize_locals: 0
|
|
; framesize_outgoing: 0
|
|
; framesize: 0
|
|
; elim ap -> fp 2
|
|
; elim fp -> sp 0
|
|
; saved regs:(none)
|
|
; start of prologue
|
|
; end of prologue
|
|
NOP
|
|
.L2:
|
|
MOV.W &a, R12
|
|
CMP.W #0, R12 { JNE .L2
|
|
MOV.B #0, R12
|
|
; start of epilogue
|
|
RET
|
|
.size foo1, .-foo1
|
|
.ident "GCC: (jozef) 7.3.2"
|