* mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
[deliverable/binutils-gdb.git] / gold / mapfile.cc
index 9cec36638bda685290d3898d8b66161a7b3c7388..a3ba52ba611b73b69ec8245549704701741ad153 100644 (file)
@@ -253,7 +253,7 @@ Mapfile::print_input_section(Relobj* relobj, unsigned int shndx)
     {
       os = relobj->output_section(shndx);
       addr = relobj->output_section_offset(shndx);
-      if (addr != -1U)
+      if (addr != -1ULL)
        addr += os->address();
     }
 
This page took 0.023627 seconds and 4 git commands to generate.