diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 09:37:02 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-04-17 09:37:02 +0000 |
commit | 0f2811d1c539d123b69ffa0da3cd13febd10ef43 (patch) | |
tree | e855611e559b83b3a50f2220a8f8f47120efd331 /sim/common/ChangeLog | |
parent | 22003c917e05848dd91b347c77dbcdd980720d88 (diff) | |
download | gdb-0f2811d1c539d123b69ffa0da3cd13febd10ef43.zip gdb-0f2811d1c539d123b69ffa0da3cd13febd10ef43.tar.gz gdb-0f2811d1c539d123b69ffa0da3cd13febd10ef43.tar.bz2 |
* Make-common.in (sim-options.o, sim-load.o): Add rules for.
(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,
call sim_load instead. Check return code of sim_create_inferior.
* sim-base.h (CURRENT_STATE): Define.
(sim_state_base): Make typedef. New members options, prog_argv,
prog_bfd, text_{section,start,end}, start_addr, simcache_size,
mem_size, memory [+ corresponding access macros].
(sim_cpu_base): New typedef.
* sim-trace.h: New file.
* sim-basics.h: #include it.
* sim-load.c: New file.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7e0c76a..00aec46 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,18 @@ +Thu Apr 17 02:25:11 1997 Doug Evans <dje@canuck.cygnus.com> + + * Make-common.in (sim-options.o, sim-load.o): Add rules for. + (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, + call sim_load instead. Check return code of sim_create_inferior. + * sim-base.h (CURRENT_STATE): Define. + (sim_state_base): Make typedef. New members options, prog_argv, + prog_bfd, text_{section,start,end}, start_addr, simcache_size, + mem_size, memory [+ corresponding access macros]. + (sim_cpu_base): New typedef. + * sim-trace.h: New file. + * sim-basics.h: #include it. + Tue Apr 15 15:10:13 1997 Ian Lance Taylor <ian@cygnus.com> * Make-common.in (INSTALL): Set to @INSTALL@. |