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.
19 lines
411 B
D
19 lines
411 B
D
#name: AVR (avrtiny) check disassembly if symbolic name present
|
|
#as: -mavrtiny
|
|
#ld: -mavrtiny
|
|
#objdump: -d
|
|
#source: lds-tiny.s
|
|
#target: avr-*-*
|
|
|
|
.*: file format elf32-avr
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
00000000 <main>:
|
|
0: 20 a1 lds r18, 0x40 ; 0x800040 <myvar1>
|
|
2: 42 a1 lds r20, 0x42 ; 0x800042 <myvar2\+0x1>
|
|
4: 53 a1 lds r21, 0x43 ; 0x800043 <_end>
|
|
6: 08 95 ret
|
|
|