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