]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/w65/ChangeLog
For sim_fetch_register / sim_store_register: Add LENGTH parameter,
[thirdparty/binutils-gdb.git] / sim / w65 / ChangeLog
1 Tue Feb 17 12:52:24 1998 Andrew Cagney <cagney@b1.cygnus.com>
2
3 * run.c (main): Pass length into sim_fetch_register.
4
5 * interp.c (sim_store_register, sim_fetch_register): Pass in
6 length parameter. Return -1.
7
8 Tue Aug 26 10:43:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
9
10 * interp.c (sim_kill): Delete.
11 (sim_create_inferior): Add ABFD argument. Set PC from same.
12
13 Mon Aug 25 16:34:33 1997 Andrew Cagney <cagney@b1.cygnus.com>
14
15 * interp.c (sim_open): Add ABFD argument. Change ARGV to PARGV.
16
17 Tue May 20 10:24:54 1997 Andrew Cagney <cagney@b1.cygnus.com>
18
19 * interp.c (sim_open): Add callback argument.
20
21 Tue Apr 15 14:55:10 1997 Ian Lance Taylor <ian@cygnus.com>
22
23 * Makefile.in (INSTALL): Set to @INSTALL@.
24 (INSTALL_XFORM, INSTALL_XFORM1): Remove.
25 (install): Depend upon installdirs. Use $(program_transform_name)
26 directly, rather than using $(INSTALL_XFORM) and
27 $(INSTALL_XFORM1).
28 (installdirs): New target.
29
30 Mon Apr 14 16:30:02 1997 Ian Lance Taylor <ian@cygnus.com>
31
32 * Makefile.in (INSTALL): Change install.sh to install-sh.
33
34 Wed Apr 2 15:40:30 1997 Doug Evans <dje@canuck.cygnus.com>
35
36 * interp.c (sim_open): New arg `kind'. `name is now `argv'.
37
38 Thu Oct 3 16:17:59 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
39
40 * Makefile.in (mostlyclean): Move config.log to distclean.
41
42 Wed Jun 26 12:30:45 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
43
44 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
45 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
46 (docdir): Removed.
47 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
48 (AC_PROG_INSTALL): Added.
49 * configure: Rebuilt.
50
51 Wed Feb 21 12:17:04 1996 Ian Lance Taylor <ian@cygnus.com>
52
53 * configure: Regenerate with autoconf 2.7.
54
55 Thu Oct 19 21:44:14 1995 Fred Fish <fnf@cygnus.com>
56
57 * Makefile.in: Remove tabs from otherwise empty line.
58 Confuses many older non-GNU versions of "make".
59
60 Tue Oct 10 11:13:01 1995 Fred Fish <fnf@cygnus.com>
61
62 * Makefile.in (BISONFLAGS): Remove macro.
63
64 Wed Sep 20 13:35:43 1995 Ian Lance Taylor <ian@cygnus.com>
65
66 * Makefile.in (maintainer-clean): New synonym for realclean.
67
68 Fri Sep 8 14:03:32 1995 Ian Lance Taylor <ian@cygnus.com>
69
70 * configure.in: Convert to use autoconf.
71 * configure: New file, built by autoconf.
72 * acconfig.h: New file.
73 * config.in: New file, built by autoheader.
74 * Makefile.in: Various changes for new configure script. Also:
75 (INSTALL): Go up two levels, not one.
76 (ALLOCA, MALLOC, OPCODES): Remove.
77 (gencode): Use $(CC_FOR_BUILD).
78 (case.o): Remove.
79 (run.o, interp.o): Depend upon config.h.
80 * interp.c: Include "config.h". Don't include "sysdep.h".
81 Include <stdlib.h>, <time.h>, and <unistd.h> if they exist.
82 * run.c: Include "config.h". Don't include "sysdep.h". Include
83 <stdlib.h> if it exists. Include "getopt.h". Declare printf if
84 necessary.
85
86 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
87
88 * Update all FSF addresses except those in COPYING* files.
89
90 Wed Jul 5 16:12:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
91
92 * w65.mt: Removed.
93
94 Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
95
96 * configure.in: Fix typo in last change.
97
98 Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
99
100 * run.c: parse arguments with getopt().
101
102 Tue Feb 28 17:31:36 1995 Ian Lance Taylor <ian@cygnus.com>
103
104 * configure.in: Use ../../bfd/hosts/std-host.h if specific
105 host unavailable.
106
107 * Started ChangeLog.