* libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.c
index a9a246dc3a540600c26f767c37ae55ed8401d6cd..edc4efc1b958f8d6f0e19545c411d87003f4d1e1 100644 (file)
@@ -5473,7 +5473,7 @@ ppc_elf_relocate_section (bfd *output_bfd,
          BFD_ASSERT (sec != NULL);
          BFD_ASSERT (bfd_is_und_section (sec)
                      || strcmp (bfd_get_section_name (abfd, sec), ".got") == 0
-                     || strcmp (bfd_get_section_name (abfd, sec), ".cgot") == 0)
+                     || strcmp (bfd_get_section_name (abfd, sec), ".cgot") == 0);
 
            addend -= sec->output_section->vma + sec->output_offset + 0x8000;
          break;
This page took 0.024756 seconds and 4 git commands to generate.