diff options
author | Doug Evans <dje@google.com> | 1998-05-05 00:24:16 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-05-05 00:24:16 +0000 |
commit | ca118edaffe043c6296d0f6d8957a479de9c3ded (patch) | |
tree | 4199607bafe0e1aab5ef672a09d7b21f7631fe0e /sim | |
parent | 5678ce88c4f8a3cadeba754052090dbe7191fe5e (diff) | |
download | gdb-ca118edaffe043c6296d0f6d8957a479de9c3ded.zip gdb-ca118edaffe043c6296d0f6d8957a479de9c3ded.tar.gz gdb-ca118edaffe043c6296d0f6d8957a479de9c3ded.tar.bz2 |
Fix sanitization.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 58639d5..ba2cf3a 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -202,18 +202,12 @@ Sat Apr 4 01:07:06 1998 Andrew Cagney <cagney@b1.cygnus.com> * sim-trace.h (TRACE_ANY_P): Define. (struct _trace_data): Add trace_any_p. -start-sanitize-sky -Tue Mar 31 16:44:15 1998 Jim Lemke <jlemke@cygnus.com> - - * sim-base.h: Add fp_type_opt etc to sim_state_base for - the global option "float_type". - -end-sanitize-sky Mon Mar 30 17:11:55 1998 Andrew Cagney <cagney@b1.cygnus.com> * run.c (main): Handle all alternatives of enum sim_stop. (main): Delete unused `asection *s'. +start-sanitize-am30 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com> * hw-tree.h, hw-tree.c (hw_tree_vparse): New function |