Don't use C++ comments in assembly
authorAlan Modra <amodra@gmail.com>
Thu, 13 Jan 2022 01:45:45 +0000 (12:15 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 13 Jan 2022 03:42:43 +0000 (14:12 +1030)
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.

ld/testsuite/ld-elf/dt-relr-1.s
ld/testsuite/ld-elf/dt-relr-2.s
ld/testsuite/ld-elf/dt-relr-3.s

index 1eb34588160615ad351bc5d3f7bc4cbfffc86e4a..ce1a876b1e896b4abea7450b6149b66a4be7cdb9 100644 (file)
@@ -9,5 +9,5 @@ _start:
        .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
index bd1f3dfa16f88e7d77d9155d3da30bb9f785688c..1fcee6c6fce50131abc8bfb95017c072bcc7c55d 100644 (file)
@@ -16,5 +16,5 @@ data:
        .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
index d020132466fb59ffd5e8227f3aab45bb220809b8..41ea08ec28c6b24dceb0c86456f81f0f8468563b 100644 (file)
@@ -4,7 +4,7 @@
 _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