Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove some bfd_boolean uses
@ 2026-03-07 18:20 Tom Tromey
  2026-03-07 18:20 ` [PATCH 1/4] Use bool, not bfd_boolean Tom Tromey
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Tom Tromey @ 2026-03-07 18:20 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

I saw some recent commits removing uses of bfd_boolean from the tree.
This series removes the remaining uses from gdb as well, and then
arranges to poison the identifier using the BFD-supplied approach.

Signed-off-by: Tom Tromey <tom@tromey.com>
---
Tom Tromey (4):
      Use bool, not bfd_boolean
      Don't use BFD TRUE/FALSE constants
      Drop use of bfd_boolean from findcmd.c
      Poison bfd_boolean

 gdb/arc-linux-tdep.c              |  6 +++---
 gdb/compile/compile-object-load.c |  4 ++--
 gdb/defs.h                        |  2 ++
 gdb/elfread.c                     |  2 +-
 gdb/findcmd.c                     | 33 +++++++++++++--------------------
 gdb/ft32-tdep.c                   |  6 +++---
 gdb/machoread.c                   |  4 ++--
 7 files changed, 26 insertions(+), 31 deletions(-)
---
base-commit: a00fddb175ff5cb9edef18beedfba38fc6fc6017
change-id: 20260307-no-bfd-boolean-1c8cbdbf2849

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


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

end of thread, other threads:[~2026-08-21 16:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-07 18:20 [PATCH 0/4] Remove some bfd_boolean uses Tom Tromey
2026-03-07 18:20 ` [PATCH 1/4] Use bool, not bfd_boolean Tom Tromey
2026-03-07 18:20 ` [PATCH 2/4] Don't use BFD TRUE/FALSE constants Tom Tromey
2026-03-07 18:20 ` [PATCH 3/4] Drop use of bfd_boolean from findcmd.c Tom Tromey
2026-08-07 12:54   ` Guinevere Larsen
2026-03-07 18:20 ` [PATCH 4/4] Poison bfd_boolean Tom Tromey
2026-08-07 12:55 ` [PATCH 0/4] Remove some bfd_boolean uses Guinevere Larsen
2026-08-21 16:42   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox