Clean up.
[deliverable/binutils-gdb.git] / sim / common / ChangeLog
1 Tue Mar 4 09:35:56 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
2
3 * sim-inline.h: Allow explicit control over which .c files will be
4 included by their header.
5
6 * sim-inline.h: Allow explicit control over which .c files use the
7 alternative - REGPARM - parameter passing mechanism.
8
9 * sim-inline.h, sim-inline.c: Don't attempt to include any of
10 icache.c, idecode.c, semantics.c or support.c. Those names are
11 not generally applicable.
12
13 Thu Feb 20 18:36:55 1997 Andrew Cagney <cagney@critters.cygnus.com>
14
15 * sim-basics.h: Borrow code from ppc directory.
16 * sim-bits.c: Ditto.
17 * sim-bits.h: Ditto.
18 * sim-config.h: Ditto.
19 * sim-endian-n.h: Ditto.
20 * sim-endian.c: Ditto.
21 * sim-endian.h: Ditto.
22 * sim-inline.c: Ditto.
23 * sim-inline.h: Ditto.
24 * sim-types.h: Ditto.
25
26 Wed Feb 19 12:40:50 1997 Andrew Cagney <cagney@critters.cygnus.com>
27
28 * sim-alu.h (ALU_SET16, ALU_SET32, ALU_SET64, etc): Make available
29 all the ALU size alternatives and then auto-configure a default.
30
31 * sim-alu.h: Copy ppc/idecode_expression.h.
32
33 Mon Feb 17 10:44:18 1997 Andrew Cagney <cagney@critters.cygnus.com>
34
35 * bits.h, bits.c (SIGN_EXTEND32, SIGN_EXTEND64): New functions,
36 sign extend a bit within a value.
37
38 * sim-endian.h, sim-endian-n.h (offset_N): New functions - return
39 a pointer into the middle of a host word.
40 * sim-endian.h (MS2W_4, LS2W_4): Use this function.
41
42 Tue Feb 11 13:46:49 1997 Michael Meissner <meissner@tiktok.cygnus.com>
43
44 * callback.c: If HAVE_CONFIG_H is defined, include config.h from
45 autoconf. If HAVE_UNISTD_H is defined, include unistd.h to get
46 appropriate definitions of read, write, etc. Add prototype for
47 system.
48
49 Tue Feb 4 13:24:44 1997 Doug Evans <dje@canuck.cygnus.com>
50
51 * Makefile.in (libcommon.a): Delete.
52 (callback.o,targ-map.o): Delete, moved to Make-common.in.
53 (gentmap,targ-vals.h,targ-map.c): Likewise.
54 (run-autoconf): Delete.
55 * aclocal.m4 (SIM_AC_OUTPUT): Redo creation of Makefile.
56 (common makefile fragment): Moved back into ...
57 * Make-common.in: Resurrect.
58 * configure.in (AC_LINK_FILES): Delete, unnecessary now.
59 * configure: Regenerated.
60
61 Fri Jan 31 07:16:49 1997 Doug Evans <dje@canuck.cygnus.com>
62
63 * aclocal.m4 (SIM_AC_COMMON): Move COMMON_MAKEFILE_FRAG from here.
64 (SIM_AC_OUTPUT): To here.
65
66 Fri Jan 24 10:37:17 1997 Stu Grossman (grossman@critters.cygnus.com)
67
68 * aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
69 comments and single quotes. Fixes a problem found on hpux.
70
71 Thu Jan 23 13:35:03 1997 Stu Grossman (grossman@critters.cygnus.com)
72
73 * aclocal.m4: Remove Make-common.in from dependencies.
74 * (distclean): Remove targ-vals.def.
75
76 * aclocal.m4 (SIM_AC_COMMON): Move contents of Make-common.in
77 into here. Makes insertion into makefiles easier. Also, change
78 the way that callback.o, gentmap, targ-vals.h, targ-map.c,
79 targ-map.o, and run are built. They are now built in the
80 individual simulator directories, taking sources from ../common as
81 necessary. This replaces the merging of libcommon.a into
82 linsim.a, which was problematic for the WinGDB build process.
83 * run.c: Include config.h from . instead of ../common.
84 * Make-common.in: Remove. It's no longer necessary.
85
86 Mon Dec 16 15:02:33 1996 Ian Lance Taylor <ian@cygnus.com>
87
88 * Make-common.in (ALL_CLAGS): Put CFLAGS at the end.
89 (.c.o): Put $(ALL_CFLAGS) before the file being compiled.
90
91 Wed Dec 11 11:30:58 1996 Jim Wilson <wilson@cygnus.com>
92
93 * run.c (main): Set target_byte_order before call to sim_open.
94
95 Sun Dec 8 18:22:06 1996 Doug Evans <dje@canuck.cygnus.com>
96
97 * callback.c: #include <stdlib.h>
98 (os_error): New function.
99 (default_callback): Add os_error.
100
101 Mon Nov 25 19:44:35 1996 Doug Evans <dje@canuck.cygnus.com>
102
103 * Make-common.in (Makefile): Set CONFIG_HEADERS="".
104 * aclocal.m4: Mark the fact that --enable-sim-bswap isn't host
105 specific.
106 (SIM_AC_OUTPUT): Don't build Makefile if CONFIG_FILES="".
107
108 Wed Nov 20 01:11:04 1996 Doug Evans <dje@canuck.cygnus.com>
109
110 * run.c: #include ../common/config.h, tconfig.h.
111 (myname): New static global.
112 (main): Recognize new options -a, -c. Also recognize -h if h8/300.
113 Only process -c ifdef SIM_HAVE_SIMCACHE.
114 Only process -p/-s ifdef SIM_HAVE_PROFILE.
115 Parse program name from argv[0] and use in error messages.
116 Pass sim_args to sim_open. Pass prog_args to sim_create_inferior.
117 Add support for incomplete h8/300 termination indicators.
118 (usage): Make more verbose.
119 * aclocal.m4,config.in,tconfig.in,configure.in,configure: New files.
120 * Makefile.in,Make-common.in,callback.c: New files.
121 * nltvals.def,gentmap.c,gentvals.sh: New files.
122
123 Tue Nov 12 13:34:00 1996 Dawn Perchik <dawn@cygnus.com>
124
125 * run.c: Include stdarg.h if __STDC__.
126
127 Tue Oct 15 11:16:31 1996 Jeffrey A Law (law@cygnus.com)
128
129 * run.c (main): Don't print out anything if the signal
130 number is zero (ie no signal).
131
132 Tue Oct 15 11:20:44 1996 Michael Meissner <meissner@tiktok.cygnus.com>
133
134 * run.c (main): Print out if the program raised a signal.
135
136 Wed Sep 18 09:52:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
137
138 * run.c (exec_bfd): Rename from sim_bfd, to use the gdb name.
139 (main): Ditto.
140
141 Tue Sep 17 11:04:50 1996 James G. Smith <jsmith@cygnus.co.uk>
142
143 * run.c (main): Explicitly cast malloc() parameter.
144
145 Thu Sep 12 11:27:21 1996 Michael Meissner <meissner@tiktok.cygnus.com>
146
147 * run.c (sim_bfd): New global to hold the bfd pointer for the
148 executable.
149 (main): Initialize sim_bfd.
150
151 Fri Dec 15 16:27:49 1995 Ian Lance Taylor <ian@cygnus.com>
152
153 * run.c (main): Use new bfd_big_endian macro.
154
155 Wed Nov 8 15:49:49 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
156
157 * run.c (main): Removed SH specific comments, so source is
158 generic. Also updated to only load relevant sections. Moved
159 sim_open() to after callback attach (to match GDB).
160
161 * run.1: Removed SH specific comments.
162
163 Sat Oct 21 12:31:01 1995 Jim Wilson <wilson@chestnut.cygnus.com>
164
165 * run.c (main): Always return sigrc at end.
166
167 Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
168
169 * run.c (main): Print error diagnostic and exit if bfd_openr() or
170 bfd_check_format() fails.
171
172 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
173
174 * run.c, run.1: From sh directory.
175
176
This page took 0.062578 seconds and 5 git commands to generate.