mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* remote.texi (Bootstrapping): Clarify that flush_i_cache is only
for the sparc stub.
This commit is contained in:
@ -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)
|
Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* annotate.texi: Clarify which addresses have differing formats
|
* annotate.texi: Clarify which addresses have differing formats
|
||||||
|
@ -211,9 +211,9 @@ help from @code{exceptionHandler}.
|
|||||||
|
|
||||||
@item void flush_i_cache()
|
@item void flush_i_cache()
|
||||||
@kindex flush_i_cache
|
@kindex flush_i_cache
|
||||||
Write this subroutine to flush the instruction cache, if any, on your
|
(sparc and sparclite only) Write this subroutine to flush the
|
||||||
target machine. If there is no instruction cache, this subroutine may
|
instruction cache, if any, on your target machine. If there is no
|
||||||
be a no-op.
|
instruction cache, this subroutine may be a no-op.
|
||||||
|
|
||||||
On target machines that have instruction caches, @value{GDBN} requires this
|
On target machines that have instruction caches, @value{GDBN} requires this
|
||||||
function to make certain that the state of your program is stable.
|
function to make certain that the state of your program is stable.
|
||||||
|
Reference in New Issue
Block a user