Fix typo in previous delta for mach-o.c.
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index d44b94c7ed56288bd12f13ff62d18f0b535cfeae..955685f03d638bb9607c6b5171856c8d082e617a 100644 (file)
@@ -1389,7 +1389,7 @@ bfd_mach_o_canonicalize_one_reloc (bfd *abfd,
       if (reloc.r_extern)
        {
          /* PR 17512: file: 8396-1185-0.004.  */
-         if (num >= bfd_mach_o_count_symbols (abfd))
+         if (num >= (unsigned) bfd_mach_o_count_symbols (abfd))
            sym = bfd_und_section_ptr->symbol_ptr_ptr;
          else if (syms == NULL)
            sym = bfd_und_section_ptr->symbol_ptr_ptr;      
This page took 0.026923 seconds and 4 git commands to generate.