* armemu.h (INSN_SIZE): New macro.
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
CommitLineData
b0eae074
AO
12000-07-04 Alexandre Oliva <aoliva@redhat.com>
2
e063aa3b
AO
3 * armemu.h (INSN_SIZE): New macro.
4 (SET_ABORT): Save CPSR in SPSR and set LR.
5 * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
6 (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
7 * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.
8
13b6dd6f
AO
9 * armemu.c (LoadSMult): Use WriteR15() to discard the least
10 significant bits of PC.
11
892c6b9d
AO
12 * armemu.h (WRITEDESTB): New macro.
13 * armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
14 modify PC. Moved the existing logic...
15 (WriteR15Branch): ... here. New function.
16 (WriteR15, WriteSR15): Drop the two least significant bits.
17 (LoadSMult): Use WriteR15Branch() to modify PC.
18 (LoadMult): Use WRITEDESTB() instead of WRITEDEST().
19
cf52c765
AO
20 * armemu.h (GETSPSR): Call ARMul_GetSPSR().
21 * armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
22 extracted from state->Cpsr, but preserve the unused bits.
23 (ARMul_GetCPSR): Get bits preserved in state->Cpsr.
24 (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
25 get the full CPSR word.
26
4ef2594f
AO
27 * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
28 (SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
29 (SETPSR, SET_INTMODE, SETCC): Removed.
30 * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
31 mask. Use SETPSR_* to modify PSR.
32 (ARMul_SetCPSR): Load all bits from value.
33 * armemu.c (ARMul_Emulate, msr): Do not test bit mask.
34
e62263b8
AO
35 * armemu.c (ARMul_Emulate): Compute writeback value before
36 loading, since the offset register may be the destination
37 register.
38
b0eae074
AO
39 * armdefs.h (SYSTEMBANK): Define as USERBANK.
40 * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
41
ee9a7772
AO
422000-06-22 Alexandre Oliva <aoliva@cygnus.com>
43
f9c22bc3
AO
44 * armemu.c (Multiply64): Fix computation of flag N.
45
ee9a7772
AO
46 * armemu.c (MultiplyAdd64): Fix computation of flag N.
47
fe47e8df
AO
482000-06-20 Alexandre Oliva <aoliva@cygnus.com>
49
50 * armemu.h (NEGBRANCH): Do not overwrite the two most significant
51 bits of the offset.
52
c1a72ffd
NC
532000-05-25 Nick Clifton <nickc@cygnus.com>
54
55 * armcopro.c (MMUMCR): Only indicate mode change if a singal has
56 really changed.
57 (MMUWrite): Only indicate mode change if a singal has really
58 changed.
59
60 * armdefs.h (SYSTEMMODE): Define.
61 (BANK_CAN_ACEESS_SPSR): Define.
62
63 * armemu.c (ARM_Emulate26): If the mode has changed allow the PC
64 to advance before stopping the emulation.
65
66 * arminit.c (ARMul_Reset): Ensure Mode field of State is set
67 correctly.
68
69 * armos.c (ARMul_OSInit): Create a initial stack pointer for
70 System mode.
71
72 * armsupp.c (ModeToBank): Remove unused first parameter.
73 Add support for System Mode.
74 (ARMul_GetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
75 (ARMul_SetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
76 (ARMul_FixSPSR): Use BANK_CAN_ACCESS_SPSR macro.
77 (ARMulSwitchMode): Add support for System Mode.
78
79Wed May 24 14:40:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
eb2d80b4
AC
80
81 * configure: Regenerated to track ../common/aclocal.m4 changes.
82
3463c3fb
NC
832000-05-23 Nick Clifton <nickc@cygnus.com>
84
85 * wrapper.c (sim_store_register): Special handling for CPSR
86 register.
87
5d0d395e
FCE
882000-03-11 Philip Blundell <philb@gnu.org>
89
90 * armemu.c (LoadSMult, LoadMult): Correct handling of aborts.
91 Patch from Allan Skillman <Allan.Skillman@arm.com>.
92
6c9e0292
FCE
93Wed Mar 22 15:24:21 2000 glen mccready <gkm@pobox.com>
94
95 * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
96
6d358e86
NC
972000-02-08 Nick Clifton <nickc@cygnus.com>
98
99 * wrapper.c: Fix compile time warning messages.
100 * armcopro.c: Fix compile time warning messages.
101 * armdefs.h: Fix compile time warning messages.
102 * armemu.c: Fix compile time warning messages.
103 * armemu.h: Fix compile time warning messages.
104 * armos.c: Fix compile time warning messages.
105 * armsupp.c: Fix compile time warning messages.
106 * armvirt.c: Fix compile time warning messages.
d0187574 107 * bag.c: Fix compile time warning messages.
6d358e86 108
dfcd3bfb
JM
1092000-02-02 Bernd Schmidt <bernds@cygnus.co.uk>
110
111 * *.[ch]: Use indent to make readable.
112
c2d11a7d
JM
1131999-11-22 Nick Clifton <nickc@cygnus.com>
114
115 * armos.c (SWIread): Generate an error message if a huge read is
116 performed.
117 (SWIwrite): Generate an error message if a huge write is
118 performed.
119
5c44784c
JM
1201999-10-27 Nick Clifton <nickc@cygnus.com>
121
122 * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
123 breakpoint.
124
2df3850c
JM
1251999-10-08 Ulrich Drepper <drepper@cygnus.com>
126
127 * armos.c (SWIopen): Always pass third parameter with 0666 since
128 otherwise uninitialized memory gets access if the O_CREAT bit is
129 set and so we possibly cannot access the file afterwards.
130
2acceee2
JM
1311999-09-29 Doug Evans <devans@casey.cygnus.com>
132
133 * armos.c (SWIWrite0): Send output to stdout instead of stderr.
134 (ARMul_OSHandleSWI, case SWI_WriteC,AngelSWI_Reason_WriteC): Ditto.
135
d4f3574e
SS
136Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
137
138 * configure: Regenerated to track ../common/aclocal.m4 changes.
139
43e526b9 140
cd0fc7c3
SS
1411999-05-08 Felix Lee <flee@cygnus.com>
142
143 * configure: Regenerated to track ../common/aclocal.m4 changes.
144
7a292a7a
SS
1451999-04-06 Keith Seitz <keiths@cygnus.com>
146
147 * wrapper.c (stop_simulator): New global.
148 (sim_stop): Set sim state to STOP and set
149 stop_simulator.
150 (sim_resume): Reset stop_simulator.
151 (sim_stop_reason): If stop_simulator is set, tell gdb
152 that the we took SIGINT.
153 * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
154 stop_simulator is set.
155
1561999-04-02 Keith Seitz <keiths@cygnus.com>
157
158 * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
159 whenever the counter expires.
160 * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
161
1621999-03-24 Nick Clifton <nickc@cygnus.com>
163
164 * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
165 * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
166
c906108c
SS
167Mon Sep 14 09:00:05 1998 Nick Clifton <nickc@cygnus.com>
168
169 * wrapper.c (sim_open): Set endianness according to BFD or command
170 line switch.
171
172 * tconfig.in: Define SIM_HAVE_BIENDIAN.
173
174Thu Aug 27 11:00:05 1998 Nick Clifton <nickc@cygnus.com>
175
176 * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
177 the same as either RdHi or RdLo.
178
179Thu Jul 2 10:24:35 1998 Nick Clifton <nickc@cygnus.com>
180
181 * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
182 Set Reg[0] based on reason for for the exception.
183
184Thu Jun 4 15:22:03 1998 Jason Molenda (crash@bugshack.cygnus.com)
185
186 * armos.c (SWIwrite0): New function.
187 (WriteCommandLineTo): New function.
188 (SWIopen): New function.
189 (SWIread): New function.
190 (SWIwrite): New function.
191 (SWIflen): New function.
192 (ARMul_OSHandleSWI): Call new functions instead of handling
193 these here.
194 (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
195 (*): Reformat spacing to be a bit more GNUly.
196 Most code taken from a patch by Anthony Thompson
197 (athompso@cambridge.arm.com)
198
199Tue Jun 2 15:22:22 1998 Nick Clifton <nickc@cygnus.com>
200
201 * armos.h: Add Angel SWI and its reason codes.
202 * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
203
204Mon Jun 1 17:14:19 1998 Anthony Thompson (athompso@cambridge.arm.com)
205
206 * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
207 of ":tt" to catch stdin in addition to stdout.
208 (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
209 or success of lseek().
210
211Wed May 20 17:36:25 1998 Nick Clifton <nickc@cygnus.com>
212
213 * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
214 to open stdout.
215
216Wed Apr 29 15:29:55 1998 Jeff Johnston <jjohnstn@cygnus.com>
217
218 * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
219 SWI_Flen, and SWI_Time. Also fixed SWI_Seek code to only
220 seek from offset 0 and not to use R2 for whence since it is
221 not passed as part of the SWI call.
222
223Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
224
225 * configure: Regenerated to track ../common/aclocal.m4 changes.
226
227Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
228
229 * configure: Regenerated to track ../common/aclocal.m4 changes.
230 * config.in: Ditto.
231
232Sun Apr 26 15:20:26 1998 Tom Tromey <tromey@cygnus.com>
233
234 * acconfig.h: New file.
235 * configure.in: Reverted change of Apr 24; use sinclude again.
236
237Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
238
239 * configure: Regenerated to track ../common/aclocal.m4 changes.
240 * config.in: Ditto.
241
242Fri Apr 24 11:20:19 1998 Tom Tromey <tromey@cygnus.com>
243
244 * configure.in: Don't call sinclude.
245
246Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
247
248 * configure: Regenerated to track ../common/aclocal.m4 changes.
249
250Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
251
252 * configure: Regenerated to track ../common/aclocal.m4 changes.
253
254Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
255
256 * configure: Regenerated to track ../common/aclocal.m4 changes.
257
258Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
259
260 * configure: Regenerated to track ../common/aclocal.m4 changes.
261
262Tue Mar 10 09:26:38 1998 Nick Clifton <nickc@cygnus.com>
263
264 * armopts.h: Remove definition of LITTLEND - it is not used.
265
266Tue Feb 17 12:35:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
267
268 * wrapper.c (sim_store_register, sim_fetch_register): Pass in
269 length parameter. Return -1.
270
271Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
272
273 * configure: Regenerated to track ../common/aclocal.m4 changes.
274
275Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
276
277 * configure: Regenerated to track ../common/aclocal.m4 changes.
278
279Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
280
281 * configure: Regenerated to track ../common/aclocal.m4 changes.
282
283Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
284
285 * configure: Regenerated to track ../common/aclocal.m4 changes.
286 * config.in: Ditto.
287
288Tue Dec 9 11:30:48 1997 Nick Clifton <nickc@cygnus.com>
289
290 * Makefile.in: Updated with changes from branch.
291 * armdefs.h: ditto
292 * armemu.c: ditto these changes
293 * armemu.h: ditto add support for
294 * armos.c: ditto the Thumb instruction
295 * armsupp.c: ditto set and the new v4
296 * armvirt.c: ditto architecture.
297 * wrapper.c: ditto
298 * thumbemu.c: New file from branch.
299
300
301Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
302
303 * configure: Regenerated to track ../common/aclocal.m4 changes.
304
305Thu Oct 30 13:54:06 1997 Nick Clifton <nickc@cygnus.com>
306
307 * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI. Patch
308 from Tony Thompson at ARM: athompso@arm.com
309
310 * wrapper.c (sim_create_inferior): Add code to create an execution
311 environment. Patch from Tony Thompson at ARM: athompso@arm.com
312
313Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
314
315 * wrapper.c (sim_load): Pass lma_p and sim_write args to
316 sim_load_file.
317
318Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
319
320 * configure: Regenerated to track ../common/aclocal.m4 changes.
321
322Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
323
324 * configure: Regenerated to track ../common/aclocal.m4 changes.
325
326Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
327
328 * configure: Regenerated to track ../common/aclocal.m4 changes.
329
330Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
331
332 * configure: Regenerated to track ../common/aclocal.m4 changes.
333
334Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
335
336 * configure: Regenerated to track ../common/aclocal.m4 changes.
337
338Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
339
340 * configure: Regenerated to track ../common/aclocal.m4 changes.
341
342Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
343
344 * configure: Regenerated to track ../common/aclocal.m4 changes.
345
346Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
347
348 * configure: Regenerated to track ../common/aclocal.m4 changes.
349 * config.in: Ditto.
350
351Tue Aug 26 10:37:27 1997 Andrew Cagney <cagney@b1.cygnus.com>
352
353 * wrapper.c (sim_kill): Delete.
354 (sim_create_inferior): Add ABFD argument.
355 (sim_load): Move setting of PC from here.
356 (sim_create_inferior): To here.
357
358Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
359
360 * configure: Regenerated to track ../common/aclocal.m4 changes.
361 * config.in: Ditto.
362
363Mon Aug 25 15:35:45 1997 Andrew Cagney <cagney@b1.cygnus.com>
364
365 * wrapper.c (sim_open): Add ABFD argument.
366
367Tue May 20 10:13:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
368
369 * wrapper.c (sim_open): Add callback argument.
370 (sim_set_callbacks): Drop SIM_DESC argument.
371
372Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
373
374 * configure: Regenerated to track ../common/aclocal.m4 changes.
375
376Fri Apr 18 13:32:23 1997 Andrew Cagney <cagney@b1.cygnus.com>
377
378 * wrapper.c (sim_stop): Stub sim_stop function.
379
380Thu Apr 17 18:33:01 1997 Fred Fish <fnf@cygnus.com>
381
382 * arminit.c (ARMul_NewState): Preinitialize the state to
383 all zero/NULL.
384
385Thu Apr 17 02:39:02 1997 Doug Evans <dje@canuck.cygnus.com>
386
387 * Makefile.in (SIM_OBJS): Add sim-load.o.
388 * wrapper.c (sim_kind,myname): New static locals.
389 (sim_open): Set sim_kind, myname.
390 (sim_load): Call sim_load_file to do work. Set start address from bfd.
391 (sim_create_inferior): Return SIM_RC. Delete start_address arg.
392
393Thu Apr 17 11:48:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
394
395 * wrapper.c (sim_trace): Update so that it matches prototype.
396
397Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
398
399 * configure: Regenerated to track ../common/aclocal.m4 changes.
400 * config.in: Ditto.
401
402Mon Apr 7 12:01:17 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
403
404 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
405 $(srcdir)/....
406 (armemu26.o): Ditto.
407
408Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
409
410 * wrapper.c (sim_open): New arg `kind'.
411
412 * configure: Regenerated to track ../common/aclocal.m4 changes.
413
414Wed Apr 2 14:50:44 1997 Ian Lance Taylor <ian@cygnus.com>
415
416 * COPYING: Update FSF address.
417
418Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
419
420 * configure: Regenerated to track ../common/aclocal.m4 changes.
421
422Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
423
424 * configure: Regenerated to track ../common/aclocal.m4 changes.
425
426Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
427
428 * configure: Re-generate.
429
430Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
431
432 * configure: Regenerate to track ../common/aclocal.m4 changes.
433
434Thu Mar 13 12:38:56 1997 Doug Evans <dje@canuck.cygnus.com>
435
436 * wrapper.c (sim_open): Has result now.
437 (sim_*): New SIM_DESC argument.
438
439Tue Feb 4 13:22:21 1997 Doug Evans <dje@canuck.cygnus.com>
440
441 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
442 COMMON_{PRE,POST}_CONFIG_FRAG instead.
443 * configure.in: sinclude ../common/aclocal.m4.
444 * configure: Regenerated.
445
446Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
447
448 * configure configure.in Makefile.in: Update to new configure
449 scheme which is more compatible with WinGDB builds.
450 * configure.in: Improve comment on how to run autoconf.
451 * configure: Re-run autoconf to get new ../common/aclocal.m4.
452 * Makefile.in: Use autoconf substitution to install common
453 makefile fragment.
454
455Wed Nov 20 01:05:10 1996 Doug Evans <dje@canuck.cygnus.com>
456
457 * run.c: Deleted, use one in ../common now.
458 * Makefile.in: Delete everything that's been moved to
459 ../common/Make-common.in.
460 (SIM_OBJS): Define.
461 * configure.in: Simplify using macros in ../common/aclocal.m4.
462 * configure: Regenerated.
463 * config.in: New file.
464 * armos.c: #include config.h.
465 * wrapper.c (mem_size): Value is in bytes now.
466 (sim_callback): New global.
467 (arm_sim_set_profile{,_size}): Delete.
468 (arm_sim_set_mem_size): Rename to sim_size.
469 (sim_do_command): Call printf_filtered via callback.
470 (sim_set_callbacks): Record callback.
471
472Thu Oct 3 16:10:27 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
473
474 * Makefile.in (mostlyclean): Remove config.log.
475
476Wed Jun 26 12:17:24 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
477
478 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
479 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
480 (docdir): Removed.
481 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
482 (AC_PROG_INSTALL): Added.
483 * configure: Rebuilt.
484
485Wed Feb 21 12:14:31 1996 Ian Lance Taylor <ian@cygnus.com>
486
487 * configure: Regenerate with autoconf 2.7.
488
489Fri Dec 15 16:27:30 1995 Ian Lance Taylor <ian@cygnus.com>
490
491 * run.c (main): Use new bfd_big_endian macro.
492
493Mon Nov 20 17:40:38 1995 Doug Evans <dje@canuck.cygnus.com>
494
495 * run.c: Include "getopt.h".
496 (verbose): Delete.
497 (usage): Make static.
498 (main): Call arm_sim_set_verbosity.
499 Only load sections marked SEC_LOAD.
500 * wrapper.c (mem_size, verbosity): New static global.
501 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
502 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
503
504Fri Nov 17 19:35:11 1995 Doug Evans <dje@canuck.cygnus.com>
505
506 * armdefs.h (ARMul_State): New member `verbose'.
507 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
508 * run.c (verbose): Make global.
509 * wrapper.c (init): Set state->verbose.
510 (ARMul_ConsolePrint): Don't print anything if !verbose.
511
512Fri Oct 13 15:30:30 1995 Doug Evans <dje@canuck.cygnus.com>
513
514 * armos.c: #include dbg_rdi.h.
515 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
516 * armos.h (SWI_Breakpoint): Define.
517 * wrapper.c: #include armemu.h, dbg_rdi.h.
518 (rc): Delete.
519 (sim_resume): Use state->EndCondition to record stop state.
520 Call FLUSHPIPE before returning.
521 (sim_stop_reason): Determine reason from state->EndCondition.
522
523Fri Oct 13 15:04:05 1995 steve chamberlain <sac@slash.cygnus.com>
524
525 * wrapper.c (sim_set_callbacks): New.
526
527Thu Sep 28 19:45:56 1995 Doug Evans <dje@deneb.cygnus.com>
528
529 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
530 number of bytes not read/written (or -1).
531
532Wed Sep 20 13:35:54 1995 Ian Lance Taylor <ian@cygnus.com>
533
534 * Makefile.in (maintainer-clean): New synonym for realclean.
535
536Fri Sep 8 14:27:20 1995 Ian Lance Taylor <ian@cygnus.com>
537
538 * configure.in: Remove AC_PROG_INSTALL.
539 * configure: Rebuild.
540 * Makefile.in (INSTALL): Revert to using install.sh.
541 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
542 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
543 (mostlyclean): Make the same as clean, not distclean.
544 (clean): Remove config.log.
545 (install): Don't install in $(tooldir).
546
547Thu Sep 7 12:00:17 1995 Doug Evans <dje@canuck.cygnus.com>
548
549 (Try to) Update to new bfd autoconf scheme.
550 * run.c: Don't include sysdep.h.
551 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
552 (CC, CFLAGS, AR, RANLIB): Likewise.
553 (HDEFINES, TDEFINES): Define.
554 (CC_FOR_BUILD): Delete.
555 (host_makefile_frag): Delete.
556 (Makefile): Don't depend on frags.
557 * configure.in (sysdep.h): Don't create symlink.
558 (host_makefile_frag, frags): Deleted.
559 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
560 * configure: Regenerated.
561
562Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
563
564 * Update all FSF addresses except those in COPYING* files.
565
566Wed Jul 5 16:15:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
567
568 * Makefile.in (clean): Remove run, libsim.a.
569
570 * Makefile.in, configure.in: converted to autoconf.
571 * configure: New file, generated with autconf 2.4.
572
573 * arm.mt: Removed.
574
575Fri Jun 30 16:49:47 1995 Stan Shebs <shebs@andros.cygnus.com>
576
577 * wrapper.c (sim_do_command): New function.
578
579Tue Jun 13 10:57:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
580
581 * armos.c (ARMul_OSHandleSWI): New version to work with
582 newlib simply.
583
584Thu Jun 8 14:37:14 1995 Steve Chamberlain <sac@slash.cygnus.com>
585
586 * run.c (main): Grab return value from right register.
587
588Wed May 24 14:37:31 1995 Steve Chamberlain <sac@slash.cygnus.com>
589
590 * New.
591
592
This page took 0.072637 seconds and 4 git commands to generate.