* aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
[platform/upstream/binutils.git] / sim / common / ChangeLog
1 Fri Jan 31 07:16:49 1997  Doug Evans  <dje@canuck.cygnus.com>
2
3         * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
4         (SIM_AC_OUTPUT): To here.
5
6 Fri Jan 24 10:37:17 1997  Stu Grossman  (grossman@critters.cygnus.com)
7
8         * aclocal.m4 (COMMON_MAKEFILE_FRAG):  Quote a couple of $'s in
9         comments and single quotes.  Fixes a problem found on hpux.
10
11 Thu Jan 23 13:35:03 1997  Stu Grossman  (grossman@critters.cygnus.com)
12
13         * aclocal.m4:  Remove Make-common.in from dependencies.
14         * (distclean):  Remove targ-vals.def.
15
16         * aclocal.m4 (SIM_AC_COMMON):  Move contents of Make-common.in
17         into here.  Makes insertion into makefiles easier.  Also, change
18         the way that callback.o, gentmap, targ-vals.h, targ-map.c,
19         targ-map.o, and run are built.  They are now built in the
20         individual simulator directories, taking sources from ../common as
21         necessary.  This replaces the merging of libcommon.a into
22         linsim.a, which was problematic for the WinGDB build process.
23         * run.c:  Include config.h from . instead of ../common.
24         * Make-common.in:  Remove.  It's no longer necessary.
25
26 Mon Dec 16 15:02:33 1996  Ian Lance Taylor  <ian@cygnus.com>
27
28         * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
29         (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
30
31 Wed Dec 11 11:30:58 1996  Jim Wilson  <wilson@cygnus.com>
32
33         * run.c (main): Set target_byte_order before call to sim_open.
34
35 Sun Dec  8 18:22:06 1996  Doug Evans  <dje@canuck.cygnus.com>
36
37         * callback.c: #include <stdlib.h>
38         (os_error): New function.
39         (default_callback): Add os_error.
40
41 Mon Nov 25 19:44:35 1996  Doug Evans  <dje@canuck.cygnus.com>
42
43         * Make-common.in (Makefile): Set CONFIG_HEADERS="".
44         * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
45         specific.
46         (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
47
48 Wed Nov 20 01:11:04 1996  Doug Evans  <dje@canuck.cygnus.com>
49
50         * run.c: #include ../common/config.h, tconfig.h.
51         (myname): New static global.
52         (main): Recognize new options -a, -c.  Also recognize -h if h8/300.
53         Only process -c ifdef SIM_HAVE_SIMCACHE.
54         Only process -p/-s ifdef SIM_HAVE_PROFILE.
55         Parse program name from argv[0] and use in error messages.
56         Pass sim_args to sim_open.  Pass prog_args to sim_create_inferior.
57         Add support for incomplete h8/300 termination indicators.
58         (usage): Make more verbose.
59         * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
60         * Makefile.in,Make-common.in,callback.c: New files.
61         * nltvals.def,gentmap.c,gentvals.sh: New files.
62
63 Tue Nov 12 13:34:00 1996  Dawn Perchik  <dawn@cygnus.com>   
64
65         * run.c: Include stdarg.h if __STDC__.
66
67 Tue Oct 15 11:16:31 1996  Jeffrey A Law  (law@cygnus.com)
68
69         * run.c (main): Don't print out anything if the signal
70         number is zero (ie no signal).
71
72 Tue Oct 15 11:20:44 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
73
74         * run.c (main): Print out if the program raised a signal.
75
76 Wed Sep 18 09:52:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
77
78         * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
79         (main): Ditto.
80
81 Tue Sep 17 11:04:50 1996  James G. Smith  <jsmith@cygnus.co.uk>
82
83         * run.c (main): Explicitly cast malloc() parameter.
84
85 Thu Sep 12 11:27:21 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
86
87         * run.c (sim_bfd): New global to hold the bfd pointer for the
88         executable.
89         (main): Initialize sim_bfd.
90
91 Fri Dec 15 16:27:49 1995  Ian Lance Taylor  <ian@cygnus.com>
92
93         * run.c (main): Use new bfd_big_endian macro.
94
95 Wed Nov  8 15:49:49 1995  James G. Smith  <jsmith@pasanda.cygnus.co.uk>
96
97         * run.c (main): Removed SH specific comments, so source is
98         generic. Also updated to only load relevant sections. Moved
99         sim_open() to after callback attach (to match GDB).
100
101         * run.1: Removed SH specific comments.
102
103 Sat Oct 21 12:31:01 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
104
105         * run.c (main): Always return sigrc at end.
106
107 Tue Oct 10 12:03:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
108
109         * run.c (main): Print error diagnostic and exit if bfd_openr() or
110         bfd_check_format() fails.
111
112 Thu Sep 28 15:40:36 1995  steve chamberlain  <sac@slash.cygnus.com>
113
114         * run.c, run.1: From sh directory.
115
116