aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/pdb-types1a.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-pe/pdb-types1a.s')
-rw-r--r--ld/testsuite/ld-pe/pdb-types1a.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-pe/pdb-types1a.s b/ld/testsuite/ld-pe/pdb-types1a.s
index a2ee9a9..96fbfd0 100644
--- a/ld/testsuite/ld-pe/pdb-types1a.s
+++ b/ld/testsuite/ld-pe/pdb-types1a.s
@@ -8,20 +8,20 @@
.long CV_SIGNATURE_C13
-# Type 1000, volatile long
+/* Type 1000, volatile long */
.mod1:
.short .mod2 - .mod1 - 2
.short LF_MODIFIER
.long T_LONG
-.short 2 # volatile
+.short 2 /* volatile */
.p2align 2
-# Type 1001, const long
+/* Type 1001, const long */
.mod2:
.short .types_end - .mod2 - 2
.short LF_MODIFIER
.long T_LONG
-.short 1 # const
+.short 1 /* const */
.p2align 2
.types_end: