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.
19 lines
468 B
D
19 lines
468 B
D
#as: -Os
|
|
#ld: -static -T \$srcdir/\$subdir/gp.ld
|
|
#objdump: -d --prefix-addresses -j .text
|
|
|
|
.*: file format .*nds32.*
|
|
|
|
|
|
Disassembly of section .text:
|
|
0+0000 <[^>]*> addi.gp \$r0, .*
|
|
0+0004 <[^>]*> lbi.gp \$r0, \[.*\]
|
|
0+0008 <[^>]*> lbsi.gp \$r0, \[.*\]
|
|
0+000c <[^>]*> lhi.gp \$r0, \[.*\]
|
|
0+0010 <[^>]*> lhsi.gp \$r0, \[.*\]
|
|
0+0014 <[^>]*> lwi.gp \$r0, \[.*\]
|
|
0+0018 <[^>]*> sbi.gp \$r0, \[.*\]
|
|
0+001c <[^>]*> shi.gp \$r0, \[.*\]
|
|
0+0020 <[^>]*> swi.gp \$r0, \[.*\]
|
|
|