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.
This commit is contained in:
parent
cf6b876738
commit
a283ff9345
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2011-03-25 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
|
* vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.
|
||||||
|
@ -4710,7 +4710,7 @@ _bfd_vms_find_nearest_dst_line (bfd *abfd, asection *section,
|
|||||||
*func = NULL;
|
*func = NULL;
|
||||||
*line = 0;
|
*line = 0;
|
||||||
|
|
||||||
if (PRIV (dst_section) == NULL || !(abfd->flags & (EXEC_P | DYNAMIC)))
|
if (PRIV (dst_section) == NULL)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (PRIV (modules) == NULL)
|
if (PRIV (modules) == NULL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user