mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
e23f161028
* ld-mn10300/i135409-5.s: New test case. Check for relaxation to a 16-bit backward jump instruction. * ld-mn10300/i135409-5.t: Linker script for the new test. * ld-mn10300/i135409-5.d: Expected disassembly of new test. * ld-mn10300/mn10300.exp: Run the new test.
9 lines
105 B
ArmAsm
9 lines
105 B
ArmAsm
.text
|
|
.global _start
|
|
_start:
|
|
jmp L001
|
|
|
|
.section .text1
|
|
L001:
|
|
nop
|