avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adb
[binutils-gdb.git] / gold / testsuite / arm_fix_v4bx.s
blob9d221f6cf50e9cbbcaca5efe07b8327ec06704bd
1 .syntax unified
2 .text
4 # Align this to 256-byte boundary for easier address matching.
5 .align 8
7 # We do not want to run this file. We define _start here to avoid missing
8 # entry point.
10 .global _start
11 .type _start, %function
12 _start:
13 bx r0
14 bx r15
15 .size _start, .-_start
17 # Align this to 256-byte boundary for easier address matching.
18 .align 8