It might seem to work, but only if '/' is a start of comment char.
	* testsuite/ld-elf/dt-relr-1.s: Use # for comment.
	* testsuite/ld-elf/dt-relr-2.s: Likewise.
	* testsuite/ld-elf/dt-relr-3.s: Likewise.
        .globl data
 data:
        .byte 0
-       // Offset is not a multiple of 2.  Don't use DT_RELR.
+# Offset is not a multiple of 2.  Don't use DT_RELR.
        .dc.a __ehdr_start + 10
 
        .dc.a __ehdr_start + 9
 
        .byte 0
-       // Offset is not a multiple of 2.  Don't use DT_RELR.
+# Offset is not a multiple of 2.  Don't use DT_RELR.
        .dc.a __ehdr_start + 10
 
 _start:
        .byte 0
 
-       // Section alignment is not a multiple of 2.  Don't use DT_RELR.
+# Section alignment is not a multiple of 2.  Don't use DT_RELR.
        .data
        .p2align 0
        .globl data