| commit | 8f155672d3457b5a014a99a6bd61b2b8be1d1c16 | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Wed May 15 13:13:27 2024 -0400 |
| committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu May 16 11:34:40 2024 -0400 |
| tree | c8bf28028aa7a4e128a5ea507fad80529d18a08e | |
| parent | a09771e687bacc24163d1f1978cc46d9c72b3a08 [diff] |
gdb: move lm_info to solib in dsbt_current_sos
Commit 8971d2788e79 ("gdb: link so_list using intrusive_list")
mistakenly removed the line that moves the lm_info unique pointer to
sop->lm_info, probably due to a bad conflict resolution. Restore that
line.
Unfortunately, this code is only used for TI C66, which is not widely
tested (if used at all).
Change-Id: I9f64eb4430c324bc93ddb4bd00d820dee34adfbb
Approved-By: Tom Tromey <tom@tromey.com>