* elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
[deliverable/binutils-gdb.git] / bfd / cpu-arm.c
index 66c3a466523e2bb8124ce727666163613b450494..9ef527cb94360058da7f3a79e31fc43c6342c991 100644 (file)
@@ -260,7 +260,7 @@ arm_check_note (abfd, buffer, buffer_size, expected_name, description_return)
     }
   else
     { 
-      if (namesz != (strlen (expected_name) + 1 + 3) & ~3)
+      if (namesz != ((strlen (expected_name) + 1 + 3) & ~3))
        return FALSE;
       
       if (strcmp (descr, expected_name) != 0)
This page took 0.026066 seconds and 4 git commands to generate.