Automatic Copyright Year update after running gdb/copyright.py
[binutils-gdb.git] / gdb / testsuite / gdb.arch / pr25124.S
blob1f54cfd585c5dde1b251f6e6cb4cbd069304dea5
1 /* Test proper disassembling of ARM thumb instructions when reloading a symbol
2    file.
4    Copyright 2012-2022 Free Software Foundation, Inc.
6    This file is part of GDB.
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.
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.
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/>.  */
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