Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-powerpc/defsym.d
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

27 lines
774 B
D

#source: defsym.s
#as: -a64
#ld: -melf64ppc --defsym bar=foo
#objdump: -Dr
.*: file format elf64-powerpc.*
Disassembly of section \.text:
0+100000b0 <_start>:
100000b0: (48 00 00 15|15 00 00 48) bl 100000c4 <(foo|bar)\+0x8>
100000b4: (48 00 00 11|11 00 00 48) bl 100000c4 <(foo|bar)\+0x8>
100000b8: (60 00 00 00|00 00 00 60) nop
0+100000bc <(foo|bar)>:
100000bc: (3c 40 10 02|02 10 40 3c) lis r2,4098
100000c0: (38 42 80 00|00 80 42 38) addi r2,r2,-32768
100000c4: (4e 80 00 20|20 00 80 4e) blr
Disassembly of section \.data:
0+100100c8 .*:
100100c8: (00 00 00 00|bc 00 00 10) .*
100100cc: (10 00 00 bc|00 00 00 00) .*
100100d0: (00 00 00 00|bc 00 00 10) .*
100100d4: (10 00 00 bc|00 00 00 00) .*