summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/pdb-types3a.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pe/pdb-types3a.s')
-rw-r--r--ld/testsuite/ld-pe/pdb-types3a.s42
1 files changed, 21 insertions, 21 deletions
diff --git a/ld/testsuite/ld-pe/pdb-types3a.s b/ld/testsuite/ld-pe/pdb-types3a.s
index def001e52f7..cb847cebe72 100644
--- a/ld/testsuite/ld-pe/pdb-types3a.s
+++ b/ld/testsuite/ld-pe/pdb-types3a.s
@@ -11,47 +11,47 @@
.long CV_SIGNATURE_C13
-# Type 1000, fieldlist for struct foo
+/* Type 1000, fieldlist for struct foo */
.fieldlist1:
.short .struct1 - .fieldlist1 - 2
.short LF_FIELDLIST
.short LF_MEMBER
-.short 3 # public
+.short 3 /* public */
.long T_INT4
-.short 0 # offset
+.short 0 /* offset */
.asciz "num"
-.byte 0xf2 # padding
-.byte 0xf1 # padding
+.byte 0xf2 /* padding */
+.byte 0xf1 /* padding */
-# Type 1001, struct foo
+/* Type 1001, struct foo */
.struct1:
.short .string1 - .struct1 - 2
.short LF_STRUCTURE
-.short 1 # no. members
-.short 0 # property
-.long 0x1000 # field list
-.long 0 # type derived from
-.long 0 # type of vshape table
-.short 4 # size
-.asciz "foo" # name
-.byte 0xf2 # padding
-.byte 0xf1 # padding
-
-# Type 1002, string "foo"
+.short 1 /* no. members */
+.short 0 /* property */
+.long 0x1000 /* field list */
+.long 0 /* type derived from */
+.long 0 /* type of vshape table */
+.short 4 /* size */
+.asciz "foo" /* name */
+.byte 0xf2 /* padding */
+.byte 0xf1 /* padding */
+
+/* Type 1002, string "foo" */
.string1:
.short .udtsrcline1 - .string1 - 2
.short LF_STRING_ID
-.long 0 # sub-string
+.long 0 /* sub-string */
.asciz "foo.h"
.byte 0xf2
.byte 0xf1
-# Type 1003, UDT source line for type 1001
+/* Type 1003, UDT source line for type 1001 */
.udtsrcline1:
.short .types_end - .udtsrcline1 - 2
.short LF_UDT_SRC_LINE
.long 0x1001
-.long 0x1002 # source file string
-.long 42 # line no.
+.long 0x1002 /* source file string */
+.long 42 /* line no. */
.types_end: