mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
* coffread.c (cs_section_address): Passing proper argument for `bfd_get_section_vma'. * dwarf2read.c (dwarf2_locate_sections): Likewise, for `bfd_get_section_flags'. * remote.c (remote_trace_set_readonly_regions): Likewise, for `bfd_get_section_vma'.
This commit is contained in:
@@ -1582,7 +1582,7 @@ dwarf2_locate_sections (bfd *abfd, asection *sectp, void *vnames)
|
||||
}
|
||||
else if (section_is_p (sectp->name, &names->eh_frame))
|
||||
{
|
||||
flagword aflag = bfd_get_section_flags (ignore_abfd, sectp);
|
||||
flagword aflag = bfd_get_section_flags (abfd, sectp);
|
||||
|
||||
if (aflag & SEC_HAS_CONTENTS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user