diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-22 08:52:21 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-22 08:52:21 +0000 |
commit | baa7ae6f10462c17d2472868e6b1c08d0ba880ae (patch) | |
tree | 65209fc2c67d9206338cce6e704dd9e13a383861 /include/ChangeLog | |
parent | 1287d1cc37aca000234065fd0472a3a9846f4017 (diff) | |
download | binutils-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.zip binutils-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.tar.gz binutils-baa7ae6f10462c17d2472868e6b1c08d0ba880ae.tar.bz2 |
When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing
instead of sim_trace() to run the program; include support for ``-o''
option (operating environment); when a signal occurs, only continue
execution when operating environment mode.
Update d10v.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index f377d21..bd9ba9a 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 22 15:19:54 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * remote-sim.h (sim_trace): Document return values. + (sim_set_trace): Declare. Deprecate. + 2000-02-21 Alan Modra <alan@spri.levels.unisa.edu.au> * dis-asm.h (struct disassemble_info): Change `length' param of |