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