facf0c92e0
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.
21 lines
544 B
D
21 lines
544 B
D
# source: expdyn1.s
|
|
# target: cris-*-*elf* cris-*-*aout*
|
|
# as: --em=criself
|
|
# ld: -mcriself
|
|
# objdump: -d
|
|
|
|
# Note that the linker script symbol __start is set to the same
|
|
# value as _start, and will collate before _start and be chosen
|
|
# as the presentation symbol at disassembly. Anyway, __start
|
|
# shouldn't hinder disassembly by posing as an object symbol.
|
|
|
|
.*: file format elf32-us-cris
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+ <(___init__start|__start|__Stext)>:
|
|
0: 0f05 nop
|
|
|
|
0+2 <expfn>:
|
|
2: 0f05 nop
|