Touches most files in bfd/, so likely will be blamed for everything..
[deliverable/binutils-gdb.git] / bfd / elf32-arc.c
index 87d7a97854e84bfd4875df3db6c9a4b8812889e3..4f7d1c138e01177de3b15e7809501122cca6ca39 100644 (file)
@@ -155,7 +155,7 @@ static boolean
 arc_elf_object_p (abfd)
      bfd *abfd;
 {
-  int mach = bfd_mach_arc_6;
+  unsigned int mach = bfd_mach_arc_6;
 
   if (elf_elfheader(abfd)->e_machine == EM_ARC)
     {
This page took 0.026002 seconds and 4 git commands to generate.