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