diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 14:08:30 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 14:08:30 +0000 |
commit | e9b2f57903bf6272c0365833d328a106b7f8ff5a (patch) | |
tree | 0864d79352e6254670738b0f1609f32e0faabb39 /sim/common/ChangeLog | |
parent | 5bfbd725553bc148a0ede1b8dacc7a65aa524ae2 (diff) | |
download | binutils-e9b2f57903bf6272c0365833d328a106b7f8ff5a.zip binutils-e9b2f57903bf6272c0365833d328a106b7f8ff5a.tar.gz binutils-e9b2f57903bf6272c0365833d328a106b7f8ff5a.tar.bz2 |
sim-trace.c: New file.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 18d9906..b16dd69 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -2,12 +2,12 @@ Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com> * sim-options.c, sim-options.h: New files. * sim-config.h (WITH_DEBUG): Provide default value of zero. - * Make-common.in (nrun.o): Add rule for. + * Make-common.in (nrun.o): Add rules for. * nrun.c: New file. * run.c (main): Check return value of sim_open. - * Make-common.in (sim-options.o, sim-load.o): Add rules for. + * Make-common.in (sim-options.o, sim-load.o, sim-trace.o): Add rules. (sim_main_headers): Add sim-trace.h. * run.c (exec_bfd, target_byte_order): Delete. (main): Pass -E <endian> to sim_open. Delete code to load sections, @@ -18,6 +18,7 @@ Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com> mem_size, memory [+ corresponding access macros]. (sim_cpu_base): New typedef. * sim-trace.h: New file. + * sim-trace.c: New file. * sim-basics.h: #include it. * sim-load.c: New file. |