aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-05-14 13:15:25 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-05-21 16:19:28 +0000
commitbb3793c9a4ccd232c4ee3ce0a36bf200589ca0bb (patch)
tree970355e1237aff1a9f2a28a26a86f410b865c098 /src/target/target.h
parent482660031a7c9e32fdc6e9aacf7b3f4c342e6965 (diff)
downloadriscv-openocd-bb3793c9a4ccd232c4ee3ce0a36bf200589ca0bb.zip
riscv-openocd-bb3793c9a4ccd232c4ee3ce0a36bf200589ca0bb.tar.gz
riscv-openocd-bb3793c9a4ccd232c4ee3ce0a36bf200589ca0bb.tar.bz2
target: remove legacy target events
These events have been deprecated for a number of years, update any remaining scripts to the new events. Change-Id: Ic31ff388545ac8b3a500045699ca92c541b13f12 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/634 Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com> Tested-by: jenkins Reviewed-by: Bill Traynor <wmat@alphatroop.com>
Diffstat (limited to 'src/target/target.h')
-rw-r--r--src/target/target.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/target/target.h b/src/target/target.h
index b3025dc..9bf32b6 100644
--- a/src/target/target.h
+++ b/src/target/target.h
@@ -195,12 +195,6 @@ static inline const char *target_name(struct target *target)
const char *debug_reason_name(struct target *t);
enum target_event {
- /* LD historical names
- * - Prior to the great TCL change
- * - June/July/Aug 2008
- * - Duane Ellis */
- TARGET_EVENT_OLD_gdb_program_config,
- TARGET_EVENT_OLD_pre_resume,
/* allow GDB to do stuff before others handle the halted event,
* this is in lieu of defining ordering of invocation of events,