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
972 B
D
27 lines
972 B
D
#name: C6X MVK relocations, global symbols
|
|
#as: -mlittle-endian
|
|
#ld: -melf32_tic6x_le -Tgeneric.ld --defsym s0=0 --defsym s7fff=0x7fff --defsym s80000000=0x80000000 --defsym sffff8000=0xffff8000 --defsym sffffffff=0xffffffff
|
|
#source: mvk-reloc-global.s
|
|
#objdump: -dr
|
|
|
|
.*: *file format elf32-tic6x-le
|
|
|
|
|
|
Disassembly of section \.text:
|
|
|
|
10000000 <[^>]*>:
|
|
10000000:[ \t]+00800028[ \t]+mvk \.S1 0,a1
|
|
10000004:[ \t]+00c00068[ \t]+mvkh \.S1 2147483648,a1
|
|
10000008:[ \t]+00ffffa8[ \t]+mvk \.S1 -1,a1
|
|
1000000c:[ \t]+00ffffe8[ \t]+mvkh \.S1 4294901760,a1
|
|
10000010:[ \t]+00800028[ \t]+mvk \.S1 0,a1
|
|
10000014:[ \t]+00800068[ \t]+mvkh \.S1 0,a1
|
|
10000018:[ \t]+00ffff28[ \t]+mvk \.S1 -2,a1
|
|
1000001c:[ \t]+00ffffe8[ \t]+mvkh \.S1 4294901760,a1
|
|
10000020:[ \t]+00800028[ \t]+mvk \.S1 0,a1
|
|
10000024:[ \t]+00800068[ \t]+mvkh \.S1 0,a1
|
|
10000028:[ \t]+00c00028[ \t]+mvk \.S1 -32768,a1
|
|
1000002c:[ \t]+00c00028[ \t]+mvk \.S1 -32768,a1
|
|
10000030:[ \t]+00bfffa8[ \t]+mvk \.S1 32767,a1
|
|
[ \t]*\.\.\.
|