* config/tc-mips.c (support_64bit_objects): Define for OBJ_ELF only.
[deliverable/binutils-gdb.git] / gas / dwarf2dbg.c
index 094a2cd5a61e57c702769680036f00f0e2bae666..55a5205fac0aa21fd6aa130a75689d126844a8bc 100644 (file)
@@ -345,7 +345,7 @@ dwarf2_directive_file (dummy)
       return;
     }
 
-  if (num < files_in_use && files[num].filename != 0)
+  if (num < (int) files_in_use && files[num].filename != 0)
     {
       as_bad (_("file number %ld already allocated"), (long) num);
       return;
This page took 0.027481 seconds and 4 git commands to generate.