diff options
author | Tom Tromey <tromey@adacore.com> | 2022-03-31 09:43:49 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-04-04 13:58:37 -0600 |
commit | 85b25bd9759a606ce32eab736381c3ca600bd367 (patch) | |
tree | 5df98fe651a1a0e5e285f543bc536e149190b814 /bfd/PORTING | |
parent | 4994e74b7abae108000cfab8fa621473f2b11cff (diff) | |
download | fsf-binutils-gdb-85b25bd9759a606ce32eab736381c3ca600bd367.zip fsf-binutils-gdb-85b25bd9759a606ce32eab736381c3ca600bd367.tar.gz fsf-binutils-gdb-85b25bd9759a606ce32eab736381c3ca600bd367.tar.bz2 |
Simplify windows-nat.c solib handling
Currently windows-nat.c uses struct so_list to record its local idea
of which shared libraries have been loaded. However, many fields in
this are not needed, and furthermore I found this quite confusing at
first -- Windows actually uses solib-target and so the use of so_list
here is weird.
This patch simplifies this code by changing it to use a std::vector
and a new type that holds exactly what's needed for the Windows code.
Diffstat (limited to 'bfd/PORTING')
0 files changed, 0 insertions, 0 deletions