mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
fc91707cc2
computing whether instructions can be relaxed. * ld-mn10300/i135409-4.s: New test case. Check for relaxation to a 16-bit jump instruction. * ld-mn10300/i135409-4.t: Linker script for the new test. * ld-mn10300/i135409-4.d: Expected disassembly of new test. * ld-mn10300/mn10300.exp: Run the new test.
9 lines
109 B
ArmAsm
9 lines
109 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
jmp L001
|
|
|
|
.section .text1
|
|
L001:
|
|
nop
|