From: Tristan Gingold Date: Fri, 25 Mar 2011 15:39:03 +0000 (+0000) Subject: 2011-03-25 Tristan Gingold X-Git-Tag: cgen-snapshot-20110401~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a283ff9345ad55bdb2c65fd8eb2add63ffa60dac;p=external%2Fbinutils.git 2011-03-25 Tristan Gingold * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use of find_nearest_line on object files. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 33580ed..d9467c8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2011-03-25 Tristan Gingold + * vms-alpha.c (_bfd_vms_find_nearest_dst_line): Allow the use + of find_nearest_line on object files. + +2011-03-25 Tristan Gingold + * vms-alpha.c (evax_section_flags): Make $CODE$ section read-only. Minor reordering. (alpha_vms_create_eisd_for_section): Make code sections read-only. diff --git a/bfd/vms-alpha.c b/bfd/vms-alpha.c index adc8508..c0ba3c4 100644 --- a/bfd/vms-alpha.c +++ b/bfd/vms-alpha.c @@ -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)