ff4ff35918
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.
19 lines
700 B
D
19 lines
700 B
D
#objdump: -dr --prefix-addresses --show-raw-insn
|
|
#name: microMIPS link branch to absolute expression with addend
|
|
#source: ../../../gas/testsuite/gas/mips/micromips-branch-absolute-addend.s
|
|
#ld: -Ttext 0x12340000 -e foo
|
|
|
|
.*: +file format .*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
\.\.\.
|
|
[0-9a-f]+ <[^>]*> 40e0 2c54 bc 0*123468ac <bar\+0x1233>
|
|
[0-9a-f]+ <[^>]*> 4060 2c52 bal 0*123468ac <bar\+0x1233>
|
|
[0-9a-f]+ <[^>]*> 0000 0000 nop
|
|
[0-9a-f]+ <[^>]*> 4020 2c4e bltzal zero,0*123468ac <bar\+0x1233>
|
|
[0-9a-f]+ <[^>]*> 0000 0000 nop
|
|
[0-9a-f]+ <[^>]*> 40e2 2c4a beqzc v0,0*123468ac <bar\+0x1233>
|
|
[0-9a-f]+ <[^>]*> 40a2 2c48 bnezc v0,0*123468ac <bar\+0x1233>
|
|
[0-9a-f]+ <[^>]*> 0c00 nop
|
|
\.\.\.
|