b8f9ee44f9
opcodes/ * arm-dis.c (print_insn): Print BE8 opcodes in little endianness. ld/testsuite/ * ld-arm/arm-elf.exp: BE8 tests expect the same output as the default ones. * ld-arm/arm-be8.d: Print opcodes in little endian. * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result. * ld-arm/farcall-arm-arm-be8.d: Likewise.
16 lines
314 B
Makefile
16 lines
314 B
Makefile
|
|
.*: file format.*
|
|
|
|
Disassembly of section .text:
|
|
|
|
00008000 <arm>:
|
|
8000: e3a00000 mov r0, #0 ; 0x0
|
|
8004: e12fff1e bx lr
|
|
|
|
00008008 <thumb>:
|
|
8008: 46c0 nop \(mov r8, r8\)
|
|
800a: 4770 bx lr
|
|
800c: f7ff fffc bl 8008 <thumb>
|
|
|
|
00008010 <data>:
|
|
8010: 12345678 .word 0x12345678
|