diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-19 14:07:31 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-19 14:07:31 +0000 |
commit | 0f6bb71766e9274eda95e858d12faf89c73ac41d (patch) | |
tree | 0bf6edc0de264d36ec611256f8f3a60adf307071 /gdb/doc | |
parent | 88890fb5ba1f1b5149c636acbe0bb51fec46c937 (diff) | |
download | gdb-0f6bb71766e9274eda95e858d12faf89c73ac41d.zip gdb-0f6bb71766e9274eda95e858d12faf89c73ac41d.tar.gz gdb-0f6bb71766e9274eda95e858d12faf89c73ac41d.tar.bz2 |
* remote.texi (Bootstrapping): Clarify that flush_i_cache is only
for the sparc stub.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/remote.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bf22e38..7fb748f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * remote.texi (Bootstrapping): Clarify that flush_i_cache is only + for the sparc stub. + Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com) * annotate.texi: Clarify which addresses have differing formats diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi index cdae313..bb03c5b 100644 --- a/gdb/doc/remote.texi +++ b/gdb/doc/remote.texi @@ -211,9 +211,9 @@ help from @code{exceptionHandler}. @item void flush_i_cache() @kindex flush_i_cache -Write this subroutine to flush the instruction cache, if any, on your -target machine. If there is no instruction cache, this subroutine may -be a no-op. +(sparc and sparclite only) Write this subroutine to flush the +instruction cache, if any, on your target machine. If there is no +instruction cache, this subroutine may be a no-op. On target machines that have instruction caches, @value{GDBN} requires this function to make certain that the state of your program is stable. |