Files
RedBear-OS/recipes/tools/gnu-binutils/source/ld/testsuite/ld-h8300/relax-3.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

36 lines
805 B
D

# name: H8300 Relaxation Test 3
# ld: --relax
# objdump: -d
.*: file format .*
Disassembly of section .text:
00000100 <_start>:
#
# Relaxation of aa:16
#
.*: 6a 08 00 00 mov.b @0x0:16,r0l
.*: 6a 08 7f ff mov.b @0x7fff:16,r0l
.*: 6a 08 80 00 mov.b @0x8000:16,r0l
.*: 6a 08 fe ff mov.b @0xfeff:16,r0l
.*: 28 00 * mov.b @0x0:8,r0l
.*: 28 ff * mov.b @0xff:8,r0l
#
# Relaxation of aa:32
#
.*: 6a 08 00 00 mov.b @0x0:16,r0l
.*: 6a 08 7f ff mov.b @0x7fff:16,r0l
.*: 6a 28 00 00 mov.b @0x8000:32,r0l
.*: 80 00
.*: 6a 28 00 00 mov.b @0xff00:32,r0l
.*: ff 00
.*: 6a 28 00 ff mov.b @0xffff00:32,r0l
.*: ff 00
.*: 6a 28 ff ff mov.b @0xffff7fff:32,r0l
.*: 7f ff
.*: 6a 08 80 00 mov.b @0x8000:16,r0l
.*: 6a 08 fe ff mov.b @0xfeff:16,r0l
.*: 28 00 * mov.b @0x0:8,r0l
.*: 28 ff * mov.b @0xff:8,r0l