From: Doug Evans Date: Mon, 17 Nov 1997 23:17:31 +0000 (+0000) Subject: Tweak comment. X-Git-Tag: gdb-4_18-branchpoint~4260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b51b3ddd35013772ef7121cce3ab7f69f2aefab;p=thirdparty%2Fbinutils-gdb.git Tweak comment. --- diff --git a/sim/common/callback.c b/sim/common/callback.c index f61931045a2..98f791a0630 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -571,9 +571,10 @@ host_callback default_callback = }; /* Read in a file describing the target's system call values. - This allows simulators, etc. to support arbitrary libraries - without having to be recompiled. E.g. maybe someone will want to use something other than newlib. + This assumes that the basic system call recognition and value passing/ + returning is supported. So maybe some coding/recompilation will be + necessary, but not as much. If an error occurs, the existing mapping is not changed. */