Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-aarch64/erratum843419-full.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
531 B
D

#source: erratum843419-near.s
#as:
#ld: -Ttext=0x400000 --fix-cortex-a53-843419=full
#objdump: -dr
#...
Disassembly of section \.text:
0*400000 <_start>:
...
400ffc: 10038020 adr x0, 408000 <_start\+0x8000>
401000: f9000042 str x2, \[x2\]
401004: d2800002 mov x2, #0x0 // #0
401008: f9402001 ldr x1, \[x0, #64\]
40100c: d503201f nop
401010: 14000400 b 402010 <_start\+0x2010>
401014: d503201f nop
401018: f9402001 ldr x1, \[x0, #64\]
40101c: 17fffffc b 40100c <_start\+0x100c>
...