Browse Source

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.
gdb_7_3-branch
Tristan Gingold 15 years ago
parent
commit
a283ff9345
  1. 5
      bfd/ChangeLog
  2. 2
      bfd/vms-alpha.c

5
bfd/ChangeLog

@ -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>
* vms-alpha.c (evax_section_flags): Make $CODE$ section read-only.

2
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)

Loading…
Cancel
Save