2007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 0162e7e1686b9dd38119e8ceae52de9c44cb25a2..80771a7cc7ed60786de59d81ef0fded238ded0f3 100644 (file)
@@ -2553,7 +2553,7 @@ linux_nat_find_memory_regions (int (*func) (CORE_ADDR,
                            size, paddr_nz (addr),
                            read ? 'r' : ' ',
                            write ? 'w' : ' ', exec ? 'x' : ' ');
-         if (filename && filename[0])
+         if (filename[0])
            fprintf_filtered (gdb_stdout, " for %s", filename);
          fprintf_filtered (gdb_stdout, "\n");
        }
This page took 0.023641 seconds and 4 git commands to generate.