summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/parse/align1.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/hppa/parse/align1.s')
-rw-r--r--gas/testsuite/gas/hppa/parse/align1.s31
1 files changed, 0 insertions, 31 deletions
diff --git a/gas/testsuite/gas/hppa/parse/align1.s b/gas/testsuite/gas/hppa/parse/align1.s
deleted file mode 100644
index 0494af362e6..00000000000
--- a/gas/testsuite/gas/hppa/parse/align1.s
+++ /dev/null
@@ -1,31 +0,0 @@
- .code
- .align 1
- .align 8
- nop
-; "8" assumed if no alignment given.
- .align
- nop
- .align 4096
- nop
-
-
- .data
-
- .ALIGN 8
-$L00BSS:
-home_buff:
- .BLOCK 1024
- .ALIGN 8
-current_buff:
- .BLOCK 1024
- .ALIGN 4
-lock_file:
- .BLOCK 4
- .ALIGN 8
-L332.name:
- .BLOCK 30
- .ALIGN 4
-L352.last_case_wa:
- .BLOCK 4
-
-