xref: /llvm-project/llvm/test/MC/GOFF/empty-goff.s (revision c19183c45c9a28a185093274c5e5da2a5d659c49)
1* RUN: llvm-mc <%s --triple s390x-ibm-zos --filetype=obj -o - | \
2* RUN:   od -Ax -tx1 -v | FileCheck --ignore-case %s
3* REQUIRES: systemz-registered-target
4
5* Header record:
6*  03 is prefix byte
7*  f. is header type
8*  .0 is version
9* The 1 at offset 51 is the architecture level.
10* CHECK: 000000 03 f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
11* CHECK: 000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
12* CHECK: 000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
13* CHECK: 000030 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00
14* CHECK: 000040 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
15
16* End record:
17*  03 is prefix byte
18*  4. is header type
19*  .0 is version
20* CHECK: 000050 03 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00
21* CHECK: 000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
22* CHECK: 000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
23* CHECK: 000080 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
24* CHECK: 000090 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
25