* target.h (enum strata): Remove the download_stratum.
This commit is contained in:
parent
7fcd025698
commit
e4e33b9e9b
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-04-08 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* target.h (enum strata): Remove the download_stratum.
|
||||
|
||||
2008-04-07 Doug Evans <dje@google.com>
|
||||
|
||||
* buildsym.h (last_source_file): Add dwarf info to comment.
|
||||
|
|
|
@ -60,8 +60,7 @@ 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 */
|
||||
core_stratum, /* Core dump files */
|
||||
process_stratum, /* Executing processes */
|
||||
thread_stratum /* Executing threads */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue