]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/ppc/astest2.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / ppc / astest2.s
CommitLineData
36fb0b86
ILT
1four = 4
2 .section ".text"
3foo:
4 nop ; nop ; nop
5 .globl a
6 b .+4
7 b .+8
8 b x
9 b y
10 b z
11 b z+20
12 b .+four
13 b a
14 b b
15 b a+4
16 b b+4
17 b a@local
18 b b@local
19 .long .
20 .long .+8
21 .long x-.
22 .long x+4-.
23 .long z-.
24 .long y-.
25 .long x
26 .long y
27 .long z
28 .long x-four
29 .long y-four
30 .long z-four
31 .long a-.
32 .long b-.
33a: .long a
34b: .long b
35
36apfour = a + four
37 .long apfour
38 .long a-apfour
39 .long apfour+2
40 .long apfour-b
41
42 .section ".data"
43 .globl x
44 .globl z
45x: .long 0
46z = . + 4
47y: .long 0
48
49 .type foo,@function
50 .type a,@function
51 .type b,@function
52 .type apfour,@function