Add support for stable secure gateway veneers addresses
[deliverable/binutils-gdb.git] / bfd / vms-alpha.c
index 449354d26e2c1f238b39c98d61b3767cabf01a7a..b00ab2a54df11305c068dcb950dfcf5e3f1b1424 100644 (file)
@@ -1641,9 +1641,8 @@ _bfd_vms_get_value (bfd *abfd, const unsigned char *ascic,
     *vma = 0;
   else
     {
-      if (!(*info->callbacks->undefined_symbol)
-          (info, name, abfd, PRIV (image_section), PRIV (image_offset), TRUE))
-        abort ();
+      (*info->callbacks->undefined_symbol)
+       (info, name, abfd, PRIV (image_section), PRIV (image_offset), TRUE);
       *vma = 0;
     }
 }
This page took 0.024266 seconds and 4 git commands to generate.