diff options
author | Doug Evans <dje@google.com> | 1997-11-17 23:17:31 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-11-17 23:17:31 +0000 |
commit | 9b51b3ddd35013772ef7121cce3ab7f69f2aefab (patch) | |
tree | 469e5ad5042f1141475f14e7732e2c66ccf40b7a /sim/common/callback.c | |
parent | f7abc1ca0cbae80f1910de13c969816d14d8acb2 (diff) | |
download | gdb-9b51b3ddd35013772ef7121cce3ab7f69f2aefab.zip gdb-9b51b3ddd35013772ef7121cce3ab7f69f2aefab.tar.gz gdb-9b51b3ddd35013772ef7121cce3ab7f69f2aefab.tar.bz2 |
Tweak comment.
Diffstat (limited to 'sim/common/callback.c')
-rw-r--r-- | sim/common/callback.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/common/callback.c b/sim/common/callback.c index f619310..98f791a 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. */ |