* gas/config/tc-arm.c (aeabi_set_public_attributes): Correct
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / svc.s
CommitLineData
c16d2bf0
PB
1 .text
2 .arch armv4t
3 .syntax unified
4foo:
5 swi 0x123456
6 swi 0x876543
7 svc 0x123456
8 svc 0x876543
9
10 .thumb
11bar:
12 swi 0x5a
13 swi 0xa5
14 svc 0x5a
15 svc 0xa5
This page took 0.357181 seconds and 4 git commands to generate.