This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug shlibs/15507] .dynamic section is not at the expected address


http://sourceware.org/bugzilla/show_bug.cgi?id=15507

--- Comment #2 from Ben Cheng <bccheng at android dot com> ---
Oops I pasted the wrong code. It should be:

      if (exec_bfd && bfd_get_section_by_name (exec_bfd, ".dynamic") == NULL)
        return library_list.head ? library_list.head : svr4_default_sos ();
      else
        return library_list.head && library_list.head->next ?
            library_list.head->next : svr4_default_sos ();

Thanks for pointer to the contribution checklist and will follow up there.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]