Change // comment in gdb/compile/
[deliverable/binutils-gdb.git] / gdb / compile / compile-object-load.c
index 5903f1800817a4b117febeb7200722b42d3158d9..e18797072b399209b6e9d4176a62310d0ae2eb95 100644 (file)
@@ -67,7 +67,7 @@ setup_sections (bfd *abfd, asection *sect, void *data_voidp)
       if ((bfd_get_section_flags (abfd, sect) & SEC_ALLOC) == 0)
        return;
 
-      // Make the memory always readable.
+      /* Make the memory always readable.  */
       prot = GDB_MMAP_PROT_READ;
       if ((bfd_get_section_flags (abfd, sect) & SEC_READONLY) == 0)
        prot |= GDB_MMAP_PROT_WRITE;
This page took 0.022667 seconds and 4 git commands to generate.