commit | 28c5801a94ea5943213b2a304a00a3eb1f2ef622 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Apr 22 11:37:52 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri May 13 08:06:12 2022 -0600 |
tree | cca12492184c1dd342366af97042fa44711b6767 | |
parent | 169692ce6c0fa21c4648d2862cb2bb94012a1cd9 [diff] |
Do not double-read minimal symbols for PE COFF This changes coffread.c to avoid re-reading minimal symbols when possible. This only works when there are no COFF symbols to be read, but at least for my mingw builds of gdb, this seems to be the case. Tested using the AdaCore internal test suite on Windows. I also did some local builds to ensure that no warnings crept in.