Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-aarch64/gc-got-relocs.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
650 B
D

#source: gc-start.s
#source: gc-relocs-309.s
#source: gc-relocs-311.s
#source: gc-relocs-312.s
#ld: --gc-sections -T aarch64.ld
#objdump: -s -t -d
# Executable with got related relocs against global sysmbol gced.
# After gc-section removal we are cheking that symbol and got section
# do not exist and text section contains only start function.
.*: file format elf64-(little|big)aarch64
SYMBOL TABLE:
0+8000 l d \.text 0+ \.text
0+0000 l df \*ABS\* 0+ .*
0+8000 g \.text 0+ _start
Contents of section .text:
8000 1f2003d5 .*
Disassembly of section .text:
0+8000 \<_start>:
8000: d503201f nop