From bb2b33b9395662e7562be34b47b9533620b583c6 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 26 Feb 2015 11:48:18 +0100 Subject: Change // comment in gdb/compile/ --- gdb/compile/compile-object-load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/compile/compile-object-load.c') diff --git a/gdb/compile/compile-object-load.c b/gdb/compile/compile-object-load.c index 5903f18..e187970 100644 --- a/gdb/compile/compile-object-load.c +++ b/gdb/compile/compile-object-load.c @@ -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; -- cgit v1.1