]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: move lm_info to solib in dsbt_current_sos
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 15 May 2024 17:13:27 +0000 (13:13 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 16 May 2024 15:34:40 +0000 (11:34 -0400)
commit8f155672d3457b5a014a99a6bd61b2b8be1d1c16
treec8bf28028aa7a4e128a5ea507fad80529d18a08e
parenta09771e687bacc24163d1f1978cc46d9c72b3a08
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>
gdb/solib-dsbt.c