facf0c92e0
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.
16 lines
850 B
D
16 lines
850 B
D
#name: MIPS branch to unaligned symbol
|
|
#source: unaligned-branch.s
|
|
#source: unaligned-text.s
|
|
#as: -mips32r6
|
|
#ld: -Ttext 0x10000000 -e 0x10000000
|
|
#error: \A[^\n]*: in function `foo':\n
|
|
#error: \(\.text\+0x14\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x1c\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x24\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x28\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x30\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x38\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x3c\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x44\): branch to a non-instruction-aligned address\n
|
|
#error: \(\.text\+0x4c\): branch to a non-instruction-aligned address\Z
|