Fix C++ build for Cygwin
[deliverable/binutils-gdb.git] / bfd / elf32-sh64.c
index ba11416d65b98d766f165030af5341d4d8980c7a..4e88de936d6611119a516d44322a000db8a929f9 100644 (file)
@@ -530,11 +530,9 @@ shmedia_prepare_reloc (struct bfd_link_info *info, bfd *abfd,
                     && ((*relocation + rel->r_addend) & 1) == 0)
              msg = _("PTA mismatch: a SHcompact address (bit 0 == 0)");
 
-           if (msg != NULL
-               && ! ((*info->callbacks->reloc_dangerous)
-                     (info, msg, abfd, input_section,
-                      rel->r_offset)))
-             return FALSE;
+           if (msg != NULL)
+             (*info->callbacks->reloc_dangerous)
+               (info, msg, abfd, input_section, rel->r_offset);
          }
        else
          {
This page took 0.023193 seconds and 4 git commands to generate.