aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-08-14 20:36:00 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-08-14 20:36:00 +0000
commitdddbd8c5862cb82c30e0f0fdcf574e5b7d66b4f3 (patch)
tree90a136c1e4c8113aaf7267341c6d0ea7ee2f3f25 /sim
parentbf008f985271c3de41d961aca521304926d3e00c (diff)
downloadbinutils-dddbd8c5862cb82c30e0f0fdcf574e5b7d66b4f3.zip
binutils-dddbd8c5862cb82c30e0f0fdcf574e5b7d66b4f3.tar.gz
binutils-dddbd8c5862cb82c30e0f0fdcf574e5b7d66b4f3.tar.bz2
Add comment.
Diffstat (limited to 'sim')
-rw-r--r--sim/common/callback.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sim/common/callback.c b/sim/common/callback.c
index 9cf5a4a..3b958c3 100644
--- a/sim/common/callback.c
+++ b/sim/common/callback.c
@@ -551,7 +551,14 @@ target_to_host_open (target_val)
return host_val;
}
-/* Cover functions to the vfprintf callbacks. */
+/* Cover functions to the vfprintf callbacks.
+
+ ??? If one thinks of the callbacks as a subsystem onto itself [or part of
+ a larger "remote target subsystem"] with a well defined interface, then
+ one would think that the subsystem would provide these. However, until
+ one is allowed to create such a subsystem (with its own source tree
+ independent of any particular user), such a critter can't exist. Thus
+ these functions are here for the time being. */
void
sim_cb_printf (host_callback *p, const char *fmt, ...)