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.
20 lines
458 B
D
20 lines
458 B
D
#as: --EL
|
|
#source: call-3.s
|
|
#objdump: -dr
|
|
#ld: -EL
|
|
#name: CALL check unsigned underflow
|
|
|
|
.*: +file format .*bpf.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <bar>:
|
|
*[0-9a-f]+: b7 00 00 00 00 00 00 00 mov %r0,0
|
|
*[0-9a-f]+: 95 00 00 00 00 00 00 00 exit
|
|
|
|
[0-9a-f]+ <main>:
|
|
*[0-9a-f]+: b7 00 00 00 03 00 00 00 mov %r0,3
|
|
*[0-9a-f]+: b7 01 00 00 01 00 00 00 mov %r1,1
|
|
*[0-9a-f]+: 85 10 00 00 fb ff ff ff call -5
|
|
*[0-9a-f]+: 95 00 00 00 00 00 00 00 exit
|