Files
RedBear-OS/recipes/tools/gnu-binutils/source/binutils/testsuite/binutils-all/localize-hidden-1.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

21 lines
587 B
D

#PROG: objcopy
#objdump: --syms
#objcopy: --localize-hidden
#name: --localize-hidden test 1
#...
0+1200 l .*\*ABS\* 0+ \.hidden Lhidden
0+1300 l .*\*ABS\* 0+ \.internal Linternal
0+1400 l .*\*ABS\* 0+ \.protected Lprotected
0+1100 l .*\*ABS\* 0+ Ldefault
#...
0+2200 l .*\*ABS\* 0+ \.hidden Ghidden
0+2300 l .*\*ABS\* 0+ \.internal Ginternal
0+3200 l .*\*ABS\* 0+ \.hidden Whidden
0+3300 l .*\*ABS\* 0+ \.internal Winternal
#...
0+2100 g .*\*ABS\* 0+ Gdefault
0+2400 g .*\*ABS\* 0+ \.protected Gprotected
0+3100 w.*\*ABS\* 0+ Wdefault
0+3400 w.*\*ABS\* 0+ \.protected Wprotected
#pass