* config/tc-sh.c (parse_reg): Recognize SH3 registers.
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
1 Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
2
3 * run.c: Include "getopt.h".
4 (verbose): Delete.
5 (usage): Make static.
6 (main): Call arm_sim_set_verbosity.
7 Only load sections marked SEC_LOAD.
8 * wrapper.c (mem_size, verbosity): New static global.
9 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
10 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
11
12 Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
13
14 * armdefs.h (ARMul_State): New member `verbose'.
15 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
16 * run.c (verbose): Make global.
17 * wrapper.c (init): Set state->verbose.
18 (ARMul_ConsolePrint): Don't print anything if !verbose.
19
20 Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
21
22 * armos.c: #include dbg_rdi.h.
23 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
24 * armos.h (SWI_Breakpoint): Define.
25 * wrapper.c: #include armemu.h, dbg_rdi.h.
26 (rc): Delete.
27 (sim_resume): Use state->EndCondition to record stop state.
28 Call FLUSHPIPE before returning.
29 (sim_stop_reason): Determine reason from state->EndCondition.
30
31 Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
32
33 * wrapper.c (sim_set_callbacks): New.
34
35 Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
36
37 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
38 number of bytes not read/written (or -1).
39
40 Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
41
42 * Makefile.in (maintainer-clean): New synonym for realclean.
43
44 Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
45
46 * configure.in: Remove AC_PROG_INSTALL.
47 * configure: Rebuild.
48 * Makefile.in (INSTALL): Revert to using install.sh.
49 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
50 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
51 (mostlyclean): Make the same as clean, not distclean.
52 (clean): Remove config.log.
53 (install): Don't install in $(tooldir).
54
55 Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
56
57 (Try to) Update to new bfd autoconf scheme.
58 * run.c: Don't include sysdep.h.
59 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
60 (CC, CFLAGS, AR, RANLIB): Likewise.
61 (HDEFINES, TDEFINES): Define.
62 (CC_FOR_BUILD): Delete.
63 (host_makefile_frag): Delete.
64 (Makefile): Don't depend on frags.
65 * configure.in (sysdep.h): Don't create symlink.
66 (host_makefile_frag, frags): Deleted.
67 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
68 * configure: Regenerated.
69
70 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
71
72 * Update all FSF addresses except those in COPYING* files.
73
74 Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
75
76 * Makefile.in (clean): Remove run, libsim.a.
77
78 * Makefile.in, configure.in: converted to autoconf.
79 * configure: New file, generated with autconf 2.4.
80
81 * arm.mt: Removed.
82
83 Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
84
85 * wrapper.c (sim_do_command): New function.
86
87 Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
88
89 * armos.c (ARMul_OSHandleSWI): New version to work with
90 newlib simply.
91
92 Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
93
94 * run.c (main): Grab return value from right register.
95
96 Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
97
98 * New.
99
100
This page took 0.031723 seconds and 4 git commands to generate.