This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Kill download_stratum


I've checked in the below as obvious. download_stratum is not
used anywhere. Apparently, it was used by sparcl-tdep.c, which
got removed in 2004.

- Volodya

2008-04-08  Vladimir Prus  <vladimir@codesourcery.com>

	* target.h (enum strata): Remove the download_stratum.
Index: target.h
===================================================================
RCS file: /cvs/src/src/gdb/target.h,v
retrieving revision 1.114
retrieving revision 1.116
diff -u -p -r1.114 -r1.116
--- target.h	21 Mar 2008 17:09:35 -0000	1.114
+++ target.h	8 Apr 2008 17:02:23 -0000	1.116
@@ -61,7 +61,6 @@ enum strata
     dummy_stratum,		/* The lowest of the low */
     file_stratum,		/* Executable files, etc */
     core_stratum,		/* Core dump files */
-    download_stratum,		/* Downloading of remote targets */
     process_stratum,		/* Executing processes */
     thread_stratum		/* Executing threads */
   };

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]