public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove psympriv.h and simplify includes
@ 2023-08-01 16:20 Tom Tromey
  2023-08-01 16:20 ` [PATCH 1/2] Remove most includes of psymtab.h Tom Tromey
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Tromey @ 2023-08-01 16:20 UTC (permalink / raw)
  To: gdb-patches

This is just a couple of minor include cleanups I stumbled across.
Hopefully these make gdb a little faster to build.

Tested by rebuilding.

---
Tom Tromey (2):
      Remove most includes of psymtab.h
      Merge psympriv.h into psymtab.h

 gdb/Makefile.in      |   1 -
 gdb/coffread.c       |   1 -
 gdb/ctfread.c        |   2 +-
 gdb/dbxread.c        |   2 +-
 gdb/elfread.c        |   1 -
 gdb/mdebugread.c     |   2 +-
 gdb/mi/mi-cmd-file.c |   1 -
 gdb/mipsread.c       |   2 -
 gdb/objfiles.c       |   1 -
 gdb/objfiles.h       |   1 -
 gdb/psympriv.h       | 588 ---------------------------------------------------
 gdb/psymtab.c        |  14 +-
 gdb/psymtab.h        | 565 ++++++++++++++++++++++++++++++++++++++++++++++++-
 gdb/rust-lang.c      |   1 -
 gdb/stabsread.h      |   2 +
 gdb/xcoffread.c      |   2 +-
 16 files changed, 576 insertions(+), 610 deletions(-)
---
base-commit: a18b53a8f68bc4fde9bd64b553f4ea500b30c626
change-id: 20230801-psym-incl-fixup-da73bb25dc9b

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2023-08-18 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-01 16:20 [PATCH 0/2] Remove psympriv.h and simplify includes Tom Tromey
2023-08-01 16:20 ` [PATCH 1/2] Remove most includes of psymtab.h Tom Tromey
2023-08-01 16:20 ` [PATCH 2/2] Merge psympriv.h into psymtab.h Tom Tromey
2023-08-18 16:07 ` [PATCH 0/2] Remove psympriv.h and simplify includes 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).