* Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
CommitLineData
8cd89e77
DE
1Fri 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
76e2c9ae
SG
6Fri 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
80b7b3a5
SG
11Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
12
e1dfb8c5 13 * aclocal.m4: Remove Make-common.in from dependencies.
42653e99 14 * (distclean): Remove targ-vals.def.
e1dfb8c5 15
80b7b3a5
SG
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
26Mon 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
31Wed 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
966f47b4
DE
35Sun 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
41Mon 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
48Wed 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
63Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
64
65 * run.c: Include stdarg.h if __STDC__.
66
67Tue 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
57bc1a72
MM
72Tue 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
76Wed 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
3733d109
JSC
81Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
82
83 * run.c (main): Explicitly cast malloc() parameter.
84
9b280a86
MM
85Thu 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
91Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
92
93 * run.c (main): Use new bfd_big_endian macro.
94
95Wed 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
3be50301
JW
103Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
104
105 * run.c (main): Always return sigrc at end.
106
107Tue 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
f025d903
SC
112Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
113
114 * run.c, run.1: From sh directory.
115
116
This page took 0.085853 seconds and 4 git commands to generate.