commit | 2c3e1c3f745668314cd168145da2620fdd5d541a | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Mon May 26 16:26:13 2025 -0400 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Thu May 29 10:47:48 2025 -0400 |
tree | 0521a747494a8d742c4e5f179d1cc0b90d239b67 | |
parent | 87c1d01cadb413ff771e5612d1796bdd0abc80ae [diff] |
gdb/solib: move solist.h content to solib.h I don't think that the file solist.h is useful. It would make sense to have `struct solib` in solib.h. And then, all that would remain is `struct solib_ops` and some solib-related function declarations. So, move it all to solib.h. Change-Id: I20ecf19787c378066f2c7a6a8a737c1db7c55d9a Reviewed-By: Guinevere Larsen <guinevere@redhat.com>