From: Vladimir Prus Date: Tue, 8 Apr 2008 16:58:35 +0000 (+0000) Subject: * target.h (enum strata): Remove the download_stratum. X-Git-Tag: sid-snapshot-20080501~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4e33b9e9bbb86c73b4796ff34cccb0cb328ea2a;p=external%2Fbinutils.git * target.h (enum strata): Remove the download_stratum. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6798eb3..6718f6d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-04-08 Vladimir Prus + + * target.h (enum strata): Remove the download_stratum. + 2008-04-07 Doug Evans * buildsym.h (last_source_file): Add dwarf info to comment. diff --git a/gdb/target.h b/gdb/target.h index 8176a03..07b4b54 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -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 */ };