summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/ppc/astest2.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/ppc/astest2.s')
-rw-r--r--gas/testsuite/gas/ppc/astest2.s52
1 files changed, 0 insertions, 52 deletions
diff --git a/gas/testsuite/gas/ppc/astest2.s b/gas/testsuite/gas/ppc/astest2.s
deleted file mode 100644
index 5af223378fd..00000000000
--- a/gas/testsuite/gas/ppc/astest2.s
+++ /dev/null
@@ -1,52 +0,0 @@
-four = 4
- .section ".text"
-foo:
- nop ; nop ; nop
- .globl a
- b .+4
- b .+8
- b x
- b y
- b z
- b z+20
- b .+four
- b a
- b b
- b a+4
- b b+4
- b a@local
- b b@local
- .long .
- .long .+8
- .long x-.
- .long x+4-.
- .long z-.
- .long y-.
- .long x
- .long y
- .long z
- .long x-four
- .long y-four
- .long z-four
- .long a-.
- .long b-.
-a: .long a
-b: .long b
-
-apfour = a + four
- .long apfour
- .long a-apfour
- .long apfour+2
- .long apfour-b
-
- .section ".data"
- .globl x
- .globl z
-x: .long 0
-z = . + 4
-y: .long 0
-
- .type foo,@function
- .type a,@function
- .type b,@function
- .type apfour,@function