1996-12-09 02:27:59 +00:00
|
|
|
Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
* callback.c: #include <stdlib.h>
|
|
|
|
(os_error): New function.
|
|
|
|
(default_callback): Add os_error.
|
|
|
|
|
|
|
|
Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
* Make-common.in (Makefile): Set CONFIG_HEADERS="".
|
|
|
|
* aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
|
|
|
|
specific.
|
|
|
|
(SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
|
|
|
|
|
|
|
|
Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
|
|
|
|
|
|
|
|
* run.c: #include ../common/config.h, tconfig.h.
|
|
|
|
(myname): New static global.
|
|
|
|
(main): Recognize new options -a, -c. Also recognize -h if h8/300.
|
|
|
|
Only process -c ifdef SIM_HAVE_SIMCACHE.
|
|
|
|
Only process -p/-s ifdef SIM_HAVE_PROFILE.
|
|
|
|
Parse program name from argv[0] and use in error messages.
|
|
|
|
Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
|
|
|
|
Add support for incomplete h8/300 termination indicators.
|
|
|
|
(usage): Make more verbose.
|
|
|
|
* aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
|
|
|
|
* Makefile.in,Make-common.in,callback.c: New files.
|
|
|
|
* nltvals.def,gentmap.c,gentvals.sh: New files.
|
|
|
|
|
|
|
|
Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
|
|
|
|
|
|
|
|
* run.c: Include stdarg.h if __STDC__.
|
|
|
|
|
|
|
|
Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
|
|
|
|
|
|
|
|
* run.c (main): Don't print out anything if the signal
|
|
|
|
number is zero (ie no signal).
|
|
|
|
|
1996-10-15 15:44:10 +00:00
|
|
|
Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
* run.c (main): Print out if the program raised a signal.
|
|
|
|
|
|
|
|
Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
* run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
|
|
|
|
(main): Ditto.
|
|
|
|
|
1996-09-17 10:10:35 +00:00
|
|
|
Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
|
|
|
|
|
|
|
|
* run.c (main): Explicitly cast malloc() parameter.
|
|
|
|
|
1996-09-12 15:28:40 +00:00
|
|
|
Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
|
|
|
|
|
|
|
* run.c (sim_bfd): New global to hold the bfd pointer for the
|
|
|
|
executable.
|
|
|
|
(main): Initialize sim_bfd.
|
|
|
|
|
|
|
|
Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
|
|
|
|
|
|
|
|
* run.c (main): Use new bfd_big_endian macro.
|
|
|
|
|
|
|
|
Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
|
|
|
|
|
|
|
|
* run.c (main): Removed SH specific comments, so source is
|
|
|
|
generic. Also updated to only load relevant sections. Moved
|
|
|
|
sim_open() to after callback attach (to match GDB).
|
|
|
|
|
|
|
|
* run.1: Removed SH specific comments.
|
|
|
|
|
1995-10-22 20:22:02 +00:00
|
|
|
Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
|
|
|
|
|
|
|
* run.c (main): Always return sigrc at end.
|
|
|
|
|
|
|
|
Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
|
|
|
|
|
|
|
* run.c (main): Print error diagnostic and exit if bfd_openr() or
|
|
|
|
bfd_check_format() fails.
|
|
|
|
|
1995-10-05 21:23:43 +00:00
|
|
|
Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
|
|
|
|
|
|
|
|
* run.c, run.1: From sh directory.
|
|
|
|
|
|
|
|
|