public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Minor cleanups in coff-pe-read.c
@ 2022-04-22 13:56 Tom Tromey
  2022-04-22 13:56 ` [PATCH 1/4] Simplify BFD section iteration " Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tom Tromey @ 2022-04-22 13:56 UTC (permalink / raw)
  To: gdb-patches

I looked a little into having coff-pe-read.c reuse minimal symbols
without re-reading.  This turned out to be difficult because this code
is only called from coffread.c, which does more complicated work
first, so I didn't do this.

However, while looking at this code I found a few things that could be
tidied.  This series is the result.  I tested this using AdaCore's
internal test suite on Windows.

Tom



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-22 15:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 13:56 [PATCH 0/4] Minor cleanups in coff-pe-read.c Tom Tromey
2022-04-22 13:56 ` [PATCH 1/4] Simplify BFD section iteration " Tom Tromey
2022-04-22 13:56 ` [PATCH 2/4] Remove a const-removing cast from coff-pe-read.c Tom Tromey
2022-04-22 13:56 ` [PATCH 3/4] Use std::string in coff-pe-read.c Tom Tromey
2022-04-22 13:56 ` [PATCH 4/4] More const use and alloca avoidance " Tom Tromey
2022-04-22 14:55 ` [PATCH 0/4] Minor cleanups " Pedro Alves
2022-04-22 15:19   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).