8c0c1ec494b3bf8c7e888b71e346a93f383b47c7
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / pr25124.S
1 /* Test proper disassembling of ARM thumb instructions when reloading a symbol
2 file.
3
4 Copyright 2012-2021 Free Software Foundation, Inc.
5
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
20
21 .syntax unified
22 .thumb
23 .text
24 .p2align 2
25 .global main
26 .thumb
27 .thumb_func
28 .type main, %function
29 main:
30 bx pc
31 nop
32 .code 32
33 mov r0, #0
34 bx lr
35 .size main, .-main
This page took 0.030244 seconds and 3 git commands to generate.