aboutsummaryrefslogtreecommitdiff
path: root/cpu/simplify.inc
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-03-31 09:43:49 -0600
committerTom Tromey <tromey@adacore.com>2022-04-04 13:58:37 -0600
commit85b25bd9759a606ce32eab736381c3ca600bd367 (patch)
tree5df98fe651a1a0e5e285f543bc536e149190b814 /cpu/simplify.inc
parent4994e74b7abae108000cfab8fa621473f2b11cff (diff)
downloadfsf-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 'cpu/simplify.inc')
0 files changed, 0 insertions, 0 deletions