public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Remove arch_stratum
@ 2022-05-09 15:55 Tom Tromey
  2022-05-09 17:28 ` Tom Tromey
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Tromey @ 2022-05-09 15:55 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

I noticed that arch_stratum is no longer used.  This patch removes the
constant as well.  Tested by grep and rebuilding.
---
 gdb/target.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/target.h b/gdb/target.h
index f77dbf05113..ec9d657ed40 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -91,7 +91,6 @@ enum strata
     process_stratum,		/* Executing processes or core dump files */
     thread_stratum,		/* Executing threads */
     record_stratum,		/* Support record debugging */
-    arch_stratum,		/* Architecture overrides */
     debug_stratum		/* Target debug.  Must be last.  */
   };
 
-- 
2.34.1


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

* Re: [PATCH] Remove arch_stratum
  2022-05-09 15:55 [PATCH] Remove arch_stratum Tom Tromey
@ 2022-05-09 17:28 ` Tom Tromey
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Tromey @ 2022-05-09 17:28 UTC (permalink / raw)
  To: Tom Tromey via Gdb-patches; +Cc: Tom Tromey

>>>>> "Tom" == Tom Tromey via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> I noticed that arch_stratum is no longer used.  This patch removes the
Tom> constant as well.  Tested by grep and rebuilding.

Pedro said on irc that he has some upcoming patches that will reuse
arch_stratum, so I'm going to drop this patch.

Tom

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

end of thread, other threads:[~2022-05-09 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 15:55 [PATCH] Remove arch_stratum Tom Tromey
2022-05-09 17:28 ` 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).