explode tcl_target_func into many handlers
commit070259cadbb0f142f6546c55f8044199c6aea9b9
authorZachary T Welch <zw@superlucidity.net>
Thu, 26 Nov 2009 00:36:46 +0000 (25 16:36 -0800)
committerZachary T Welch <zw@superlucidity.net>
Sat, 28 Nov 2009 21:00:39 +0000 (28 13:00 -0800)
tree0932ad80ce66321569a4f45feecaee22a52824c9
parentcb8d567b7524b96d034344a2027e33d7f44f48ec
explode tcl_target_func into many handlers

Eliminate the monolithic tcl_target_func by registering each of its
commands using the new chained command registration mechanism.

Also chains the target's commands under the CPU command, though these
may not work properly without some further modification.
src/target/target.c