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.
26 lines
303 B
ArmAsm
26 lines
303 B
ArmAsm
.globl a
|
|
.csect .data[RW]
|
|
a:
|
|
.long 1
|
|
.toc
|
|
.tc a[TE],a
|
|
.tc b[TE],a
|
|
|
|
.globl foo
|
|
.globl .foo
|
|
.csect foo[DS],3
|
|
foo:
|
|
.if size == 32
|
|
.long .foo, TOC[tc0], 0
|
|
.else
|
|
.llong .foo, TOC[tc0], 0
|
|
.endif
|
|
|
|
.csect .text[PR]
|
|
.foo:
|
|
addis 9,a[TE]@u(2)
|
|
la 9,a[TE]@l(9)
|
|
|
|
addis 9,b[TE]@u(2)
|
|
la 9,b[TE]@l(9)
|