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.
22 lines
558 B
D
22 lines
558 B
D
#name: C6X MVK relocations, local symbols
|
|
#as: -mlittle-endian
|
|
#ld: -melf32_tic6x_le -Tgeneric.ld
|
|
#source: mvk-reloc-local-1.s
|
|
#source: mvk-reloc-local-2.s
|
|
#objdump: -dr
|
|
|
|
.*: *file format elf32-tic6x-le
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
10000000 <[^>]*>:
|
|
10000000:[ \t]+00804028[ \t]+mvk \.S1 128,a1
|
|
10000004:[ \t]+01004228[ \t]+mvk \.S1 132,a2
|
|
10000008:[ \t]+01800068[ \t]+mvkh \.S1 0,a3
|
|
[ \t]*\.\.\.
|
|
10000020:[ \t]+00804628[ \t]+mvk \.S1 140,a1
|
|
10000024:[ \t]+01004828[ \t]+mvk \.S1 144,a2
|
|
10000028:[ \t]+01ffffe8[ \t]+mvkh \.S1 4294901760,a3
|
|
[ \t]*\.\.\.
|