2011-03-25 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Fri, 25 Mar 2011 15:39:03 +0000 (15:39 +0000)
committerTristan Gingold <gingold@adacore.com>
Fri, 25 Mar 2011 15:39:03 +0000 (15:39 +0000)
* vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use
of find_nearest_line on object files.

bfd/ChangeLog
bfd/vms-alpha.c

index 33580ed..d9467c8 100644 (file)
@@ -1,5 +1,10 @@
 2011-03-25  Tristan Gingold  <gingold@adacore.com>
 
+       * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use
+       of find_nearest_line on object files.
+
+2011-03-25  Tristan Gingold  <gingold@adacore.com>
+
        * vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
        Minor reordering.
        (alpha_vms_create_eisd_for_section): Make code sections read-only.
index adc8508..c0ba3c4 100644 (file)
@@ -4710,7 +4710,7 @@ _bfd_vms_find_nearest_dst_line (bfd *abfd, asection *section,
   *func = NULL;
   *line = 0;
 
-  if (PRIV (dst_section) == NULL || !(abfd->flags & (EXEC_P | DYNAMIC)))
+  if (PRIV (dst_section) == NULL)
     return FALSE;
 
   if (PRIV (modules) == NULL)