Some get_last_target_status tweaks
[deliverable/binutils-gdb.git] / gold / testsuite / arm_fix_v4bx.s
CommitLineData
2fd9ae7a
DK
1 .syntax unified
2 .text
3
4# Align this to 256-byte boundary for easier address matching.
5 .align 8
6
7# We do not want to run this file. We define _start here to avoid missing
8# entry point.
9
10 .global _start
11 .type _start, %function
12_start:
13 bx r0
14 bx r15
15 .size _start, .-_start
15162bef
DK
16
17# Align this to 256-byte boundary for easier address matching.
18 .align 8
This page took 0.421628 seconds and 4 git commands to generate.