public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tom Tromey <tromey@adacore.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/2] Remove psympriv.h and simplify includes
Date: Tue, 01 Aug 2023 10:20:51 -0600	[thread overview]
Message-ID: <20230801-psym-incl-fixup-v1-0-53284d513561@adacore.com> (raw)

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>


             reply	other threads:[~2023-08-01 16:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-01 16:20 Tom Tromey [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230801-psym-incl-fixup-v1-0-53284d513561@adacore.com \
    --to=tromey@adacore.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).