* Makefile.in (SIM_OBJS): Add sim-load.o.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 17 Apr 1997 10:52:59 +0000 (10:52 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 17 Apr 1997 10:52:59 +0000 (10:52 +0000)
commit1d77e69d4a314da4c5b0e63d6eecd083cd3c5d52
tree25d1e91ff9d1d20711bfa463011d5f6e8995f7db
parented119303f57ee53c23a8915978332beeb953c7a3
* Makefile.in (SIM_OBJS): Add sim-load.o.
* interp.c (target_byte_order): Delete.
(sim_kind, myname, little_endian_p): New static locals.
(init_pointers): Use little_endian_p instead of target_byte_order.
(sim_resume): Likewise.
(sim_open): Set sim_kind, myname.  Set little_endian_p from -E arg.
(sim_load): Return SIM_RC.  New arg abfd.  Call sim_load_file to
load file into simulator.  Set start address from bfd.
(sim_create_inferior): Return SIM_RC.  Delete arg start_address.
sim/sh/ChangeLog
sim/sh/Makefile.in
sim/sh/interp.c