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.
15 lines
696 B
R
15 lines
696 B
R
#source: abs-reloc.s
|
|
#as: -a64
|
|
#ld: -melf64ppc -shared --hash-style=sysv --defsym a=1 --defsym 'HIDDEN(b=2)' --defsym c=0x123456789abcdef0
|
|
#readelf: -rW
|
|
|
|
Relocation section '\.rela\.dyn' at offset .* contains 7 entries:
|
|
+Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
|
|
0+10438 0+000000016 R_PPC64_RELATIVE +10438
|
|
0+10408 0+500000026 R_PPC64_ADDR64 0+1 a \+ 0
|
|
0+10430 0+500000014 R_PPC64_GLOB_DAT 0+1 a \+ 0
|
|
0+10440 0+500000026 R_PPC64_ADDR64 0+1 a \+ 0
|
|
0+10418 0+400000026 R_PPC64_ADDR64 123456789abcdef0 c \+ 0
|
|
0+10428 0+400000014 R_PPC64_GLOB_DAT 123456789abcdef0 c \+ 0
|
|
0+10450 0+400000026 R_PPC64_ADDR64 123456789abcdef0 c \+ 0
|