Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-powerpc/abs32-shared.r
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
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.
2026-05-14 10:55:53 +01:00

14 lines
649 B
R

#source: abs32-reloc.s
#as: -a32
#ld: -melf32ppc -shared --hash-style=sysv --defsym a=1 --defsym 'HIDDEN(b=2)' --defsym c=0x12345678
#readelf: -rW
Relocation section '\.rela\.dyn' at offset .* contains 6 entries:
Offset Info Type Sym\. Value Symbol's Name \+ Addend
000101e0 00000016 R_PPC_RELATIVE 101e0
000101f4 00000016 R_PPC_RELATIVE 101e0
000101e4 00000401 R_PPC_ADDR32 00000001 a \+ 0
000101fc 00000414 R_PPC_GLOB_DAT 00000001 a \+ 0
000101ec 00000301 R_PPC_ADDR32 12345678 c \+ 0
000101f8 00000314 R_PPC_GLOB_DAT 12345678 c \+ 0