3 * wrapper.c (sim_open): Add support for -m<mem-size>.
4 (mem_size): Reduce to 2MB.
9 * armos.c (ARMul_OSHandleSWI): Catch and ignore SWIs of -1, they
10 can be caused by an interrupted system call being resumed by GDB.
14 * armemu.c (ARMul_Emulate32): Add more tests for valid MIA, MIAPH
15 and MIAxy instructions.
19 * armos.h (ADP_Stopped_RunTimeError): Set correct value.
23 * configure: Regenerated to track ../common/aclocal.m4 changes.
27 * Makefile.in: Update copyright.
28 (wrapper.o): Specify dependencies.
29 * wrapper.c: Include "gdb/sim-arm.h".
30 (sim_store_register, sim_fetch_register): Rewrite using `enum
31 arm_sim_regs' and a switch.
35 * wrapper.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
36 * armos.c: Include "gdb/callback.h".
40 * armcopro.c (XScale_check_memacc): Set the FSR and FAR registers
41 if a Data Abort is detected.
45 * armvirt.c (GetWord): Only perform access checks if 'check'
48 * wrapper.c (sim_create_inferior): Report unknown machine
50 * thumbemu.c (ARMul_ThumbDecode, Case 31): Do not set LR to pc +
51 2, it has already been advanced.
55 * thumbemu.c (ARMul_ThumbDecode): When decoding a BLX(1)
56 instruction do not add in the second bit of the base address -
57 this has already been accounted for.
61 * armcopro.c (check_cp13_access): Allow access to register 1 when
63 (write_cp13_reg): Allow bit 0 of reg 1 of CRm 1 to be written to.
67 * Makefile.in (SIM_TARGET_SWITCHES): Define.
68 * armos.c (swi_mask): Define. Initialise to supporting all
70 (ARMul_OSInit): For XScale targets, only support the ANGEL
71 SWI interface. (This is at the request if Intel).
72 (ARMul_OSHandleSWI): Examine swi_mask to see if a particular
73 SWI call should be emulated.
74 Do not fall through from AngelSWI_Reason_WriteC.
75 Propagate exit code from RedBoot Exit SWI.
76 * rdi-dgb.h (swi_mask): Prototype.
77 (SWI_MASK_DEMON, SWI_MASK_ANGEL, SWI_MASK_REDBOOT): Define.
78 * wrapper.c (sim_target_parse_command_line): New function.
79 Look for and handle --swi-support switch.
80 (sim_target_parse_arg_array): New function. Process an argv
81 array for parsing by sim_target_parse_command_line.
82 (sim_target_display_usage): New function. Describe syntax of
83 --swi-suppoort switch.
84 (sim_open): Add call to sim_target_parse_arg_array).
88 * armos.c (ARMul_OSHandleSWI): Support the RedBoot SWI in ARM
89 mode and some of its system calls.
93 * wrapper.c (mem_size): Increase the default target memory to 8MB.
97 * armos.c (SWIWrite0): Use generic host_callback mechanism
98 for supported OS functions "open", "close", "write", etc.
101 (SWIwrite): Likewise.
103 (ARMul_OSHandleSWI): Likewise.
107 * wrapper.c (sim_create_inferior): Modify previous patch so that
108 it is only triggered for COFF format executables.
112 * wrapper.c (sin_create_inferior): If a v5 architecture is
113 detected, assume it might be an XScale binary, since there is no
114 way to distinguish between the two in the COFF file format.
118 * arminit.c (ARMul_Abort): Fix parameters passed to CPRead[13].
119 * armemu.c (ARMul_Emulate32): Fix parameters passed to CPRead[13]
121 Fix formatting. Improve layout.
122 * armemu.h: Fix formatting. Improve layout.
126 * wrapper.c (sim_fetch_register): If fetching more than 4 bytes
127 return zeroes in the other words.
128 General formatting tidy ups.
132 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
138 * armemu.h (CP_ACCESS_ALLOWED): New macro.
140 * armcopro.c (read_cp14_reg): Make static.
141 (write_cp14_reg): Make static.
142 (check_cp13_access): Use CP_ACCESS_ALLOWED macro.
144 * armsupp.c (ARMul_LDC): Check CP_ACCESS_ALLOWED.
145 (ARMul_STC): Check CP_ACCESS_ALLOWED.
146 (ARMul_MCR): Check CP_ACCESS_ALLOWED.
147 (ARMul_MRC): Check CP_ACCESS_ALLOWED.
148 (ARMul_CDP): Check CP_ACCESS_ALLOWED.
150 * armemu.c (MCRR): Check CP_ACCESS_ALLOWED. Test Rd and Rn not
152 (MRRC): Check CP_ACCESS_ALLOWED. Test Rd and Rn not equal to 15.
157 * armemu.c (ARMul_Emulate32): Fix handling of XScale LDRD and STRD
158 instructions with post indexed addressing modes.
162 * armsupp.c (ARMul_FixCPSR): Check Mode not Bank in order to
163 determine rocesor mode.
167 * armcopro.c (write_cp15_reg): Set CHANGEMODE if endianness changes.
168 (read_cp15_reg): Make non-static.
169 (XScale_cp15_LDC): Update for write_cp15_reg() change.
170 (XScale_cp15_MCR): Likewise.
171 (XScale_cp15_write_reg): Likewise.
172 (XScale_check_memacc): New function. Check for breakpoints being
173 activated by memory accesses. Does not support the Branch Target
175 (XScale_set_fsr_far): New function. Set FSR and FAR for XScale.
176 (XScale_debug_moe): New function. Set the debug Method Of Entry,
178 (write_cp14_reg): Reset count counter if requested.
179 * armdefs.h (struct ARMul_State): New members `LastTime' and
180 `CP14R0_CCD' used for the timer/counters.
181 (ARMul_CP13_R0_FIQ, ARMul_CP13_R0_IRQ, ARMul_CP13_R8_PMUS,
182 ARMul_CP14_R0_ENABLE, ARMul_CP14_R0_CLKRST, ARMul_CP14_R0_CCD,
183 ARMul_CP14_R0_INTEN0, ARMul_CP14_R0_INTEN1, ARMul_CP14_R0_INTEN2,
184 ARMul_CP14_R0_FLAG0, ARMul_CP14_R0_FLAG1, ARMul_CP14_R0_FLAG2,
185 ARMul_CP14_R10_MOE_IB, ARMul_CP14_R10_MOE_DB, ARMul_CP14_R10_MOE_BT,
186 ARMul_CP15_R1_ENDIAN, ARMul_CP15_R1_ALIGN, ARMul_CP15_R5_X,
187 ARMul_CP15_R5_ST_ALIGN, ARMul_CP15_R5_IMPRE, ARMul_CP15_R5_MMU_EXCPT,
188 ARMul_CP15_DBCON_M, ARMul_CP15_DBCON_E1, ARMul_CP15_DBCON_E0): New
189 defines for XScale registers.
190 (XScale_check_memacc, XScale_set_fsr_far, XScale_debug_moe): Prototype.
191 (ARMul_Emulate32, ARMul_Emulate26): Clean up function definition.
192 (ARMul_Emulate32): Handle the clock counter and hardware instruction
193 breakpoints. Call XScale_set_fsr_far() for software breakpoints and
195 (LoadMult): Call XScale_set_fsr_far() for data aborts.
196 (LoadSMult): Likewise.
197 (StoreMult): Likewise.
198 (StoreSMult): Likewise.
199 * armemu.h (write_cp15_reg): Update prototype.
200 * arminit.c (ARMul_NewState): Initialise CP14R0_CCD and LastTime.
201 (ARMul_Abort): If XScale, check for FIQ and IRQ being enabled in CP13
203 * armvirt.c (GetWord): Call XScale_check_memacc().
208 * armvirt.c (ARMul_ReLoadInstr): Do not enable alignment checking
209 when loading unaligned thumb instructions.
213 * thumbemu.c (ARMul_ThumbDecode): Delete label bo_blx2.
214 Compute destination address of BLX(1) instruction by
215 taking bit 1 from PC and not from bit 0 of the offset.
219 * armvirt.c (GetWord): Add new parameter - check - to enable or
220 disable the alignment checking.
221 (PutWord): Add new parameter - check - to enable or disable the
223 (ARMul_ReLoadInstr): Pass extra parameter to GetWord.
224 (ARMul_ReadWord): Pass extra parameter to GetWord.
225 (ARMul_WriteWord): Pass extra parameter to PutWord.
226 (ARMul_StoreHalfWord): Pass extra parameter to PutWord.
227 (ARMul_WriteByte): Pass extra parameter to GetWord.
228 (ARMul_SwapWord): Pass extra parameter to PutWord.
229 (ARMul_SafeReadByte): New Function: Read a byte but do not abort.
230 (ARMul_SafeWriteByte): New Function: Write a byte but do not abort.
232 * armdefs.h: Add prototypes for ARMul_SafeReadByte and
235 * wrapper.c (sim_write): Use ARMul_SafeWriteByte.
236 (sim_read): Use ARMul_SafeReadByte.
238 * armos.c (in_SWI_handler): Remove.
239 (SWIWrite0): Use ARMul_SafeReadByte.
240 (WriteCommandLineTo): Use ARMul_SafeWriteByte.
241 (SWIopen): Use ARMul_SafeReadByte.
242 (SWIread): Use ARMul_SafeWriteByte.
243 (SWIwrite): Use ARMul_SafeReadByte.
244 (ARMul_OSHandleSWI): Remove use of is_SWI_handler.
245 (ARMul_OSException): Remove use of is_SWI_handler.
249 * armemu.c: Remove Prefetch abort for breakpoints. Instead set
254 * armemu.c: Add code to preserve processor mode when a prefetch
255 abort is signalled after processing a breakpoint.
257 * wrapper.c (sim_create_inferior): Reset processor into ARM mode
258 for any machine type except the early ARMs.
262 * armos.c (in_SWI_handler): New static variable.
263 (ARMul_OSHandleSWI): Set in_SWI_handler whilst emulating a SWI.
264 (ARMul_OSException): Ignore exceptions generated whilst emulating
269 * armemu.h (NEGBRANCH): Fix defintion.
273 * armemu.c (LoadSMult): Update base address register after
274 restoring register bank.
275 (StoreMult): Update base address register after restoring register
280 * armvirt.c (PutWord): Detect installation of SWI vector.
281 (SWI_vector_installed): Define.
282 * armos.c (ARMul_OsInit): Reset SWI_vector_installed.
283 * armos.h (SWI_vector_installed): Declare.
284 * wrapper.c (SWI_vector_installed): Remove definition.
285 (sim_write): Remove check of SWI vector installation
289 * armemu.c (ARMul_Emulate26): Fix test for StoreDouble
294 * armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI.
298 * armemu.c (ARMul_Emulate26): Detect double word load and
299 store instructions and call emulation routines.
300 (Handle_Load_Double): Emulate a double word load instruction.
301 (Handle_Store_Double): Emulate a double word store
306 * armos.c: Fix formatting.
307 (ARMul_OSHandleSWI): Suppress support of DEMON SWIs when in xscale
312 * armdefs.h (State): Add 'v5e' and 'xscale' fields.
313 (ARM_v5e_Prop): Define.
314 (ARM_XScale_Prop): Define.
316 * wrapper.c (sim_create_inferior): Select processor based on
318 (SWI_vector_installed): New boolean. Set to true if the SWI
319 vector address is written to by the executable.
321 * arminit.c (ARMul_NewState): Switch default to 32 bit mode.
322 (ARMul_SelectProcessor): Initialise v5e and xscale signals.
323 (ARMul_Abort): Fix calculation of LR address.
325 * armos.c (ARMul_OSHandleSWI): If a SWI vector has been installed
326 and a SWI is not handled by the simulator, pass the SWI off to the
327 vector, otherwise issue a warning message and continue.
329 * armsupp.c (ARMul_CPSRAltered): Set S bit aswell.
331 * thumbemu.c: Add v5 instruction simulation.
332 * armemu.c: Add v5, XScale and El Segundo instruction simulation.
334 * armcopro.c: Add XScale co-processor emulation.
335 * armemu.h: Add exported XScale co-processor functions.
339 * armdefs.h: Rename StrongARM property to v4_ARM and add v5 ARM
340 property. Delete unnecessary processor names.
341 (ARM_Strong_Prop): Delete.
345 (State): Delete is_StrongARM boolean. Add is_v4 and is_v5
348 * armemu.h (BUSUSEDINCPCS): Use is_v4 boolean.
349 (BUSUSEDINCPCN): Use is_v4 boolean.
351 * arminit.c (ARMul_NewState): Initialise is_v4 and is_v5 fields.
352 (ARMul_SelectProcessor): Change second parameter from 'processor'
353 to 'properties'. Set is_v4 and is_v5 booleans in State.
355 * armrdi.c: Remove use of ARM processor names. Replace with ARM
356 processor properties.
358 * wrapper.c (sim_create_inferior): Choose properties passed to
359 ARMul_SelectProcessor based on machine number.
363 * armemu.c (LHPOSTDOWN): Compute write back value before
364 performing load in case the offset register is overwritten.
369 * wrapper.c (sim_create_inferior): Fix typo in the previous patch.
373 * wrapper.c (sim_create_inferior): Reset mode to ARM when creating a
378 * armvirt.c (ABORTS): Do not define.
380 * armdefs.h (struct ARMul_State): Add is_StrongARM.
381 (ARM_Strong_Prop, STRONGARM): Define.
382 * arminit.c (ARMul_NewState): Reset is_StrongARM.
383 (ARMul_SelectProcessor): Set is_StrongARM.
384 * wrapper.c (sim_create_inferior): Use bfd machine type to
385 determine processor type to emulate.
386 * armemu.h (BUSUSEDINCPCS, BUSUSEDINCPCN): Don't increment PC
387 when emulating StrongARM.
389 * armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
391 * armemu.h (INSN_SIZE): New macro.
392 (SET_ABORT): Save CPSR in SPSR and set LR.
393 * armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.
394 (WriteR15, WriteSR15): Do not discard bit 1 in Thumb mode.
395 * arminit.c (ARMul_Abort): Use new SETABORT and INSN_SIZE.
397 * armemu.c (LoadSMult): Use WriteR15() to discard the least
398 significant bits of PC.
400 * armemu.h (WRITEDESTB): New macro.
401 * armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
402 modify PC. Moved the existing logic...
403 (WriteR15Branch): ... here. New function.
404 (WriteR15, WriteSR15): Drop the two least significant bits.
405 (LoadSMult): Use WriteR15Branch() to modify PC.
406 (LoadMult): Use WRITEDESTB() instead of WRITEDEST().
408 * armemu.h (GETSPSR): Call ARMul_GetSPSR().
409 * armsupp.c (ARMul_CPSRAltered): Zero out bits as they're
410 extracted from state->Cpsr, but preserve the unused bits.
411 (ARMul_GetCPSR): Get bits preserved in state->Cpsr.
412 (ARMul_GetSPSR, ARMul_FixCPSR): Use ARMul_GetCPSR() to
413 get the full CPSR word.
415 * armemu.h (PSR_FBITS, PSR_SBITS, PSR_XBITS, PSR_CBITS): New.
416 (SETPSR_F, SETPSR_S, SETPSR_X, SETPSR_C): New macros.
417 (SETPSR, SET_INTMODE, SETCC): Removed.
418 * armsupp.c (ARMul_FixCPSR, ARMul_FixSPSR): Do not test bit
419 mask. Use SETPSR_* to modify PSR.
420 (ARMul_SetCPSR): Load all bits from value.
421 * armemu.c (ARMul_Emulate, msr): Do not test bit mask.
423 * armemu.c (ARMul_Emulate): Compute writeback value before
424 loading, since the offset register may be the destination
427 * armdefs.h (SYSTEMBANK): Define as USERBANK.
428 * armsupp.c (ARMul_SwitchMode): Remove SYSTEMBANK cases.
432 * armemu.c (Multiply64): Fix computation of flag N.
434 * armemu.c (MultiplyAdd64): Fix computation of flag N.
438 * armemu.h (NEGBRANCH): Do not overwrite the two most significant
443 * armcopro.c (MMUMCR): Only indicate mode change if a singal has
445 (MMUWrite): Only indicate mode change if a singal has really
448 * armdefs.h (SYSTEMMODE): Define.
449 (BANK_CAN_ACEESS_SPSR): Define.
451 * armemu.c (ARM_Emulate26): If the mode has changed allow the PC
452 to advance before stopping the emulation.
454 * arminit.c (ARMul_Reset): Ensure Mode field of State is set
457 * armos.c (ARMul_OSInit): Create a initial stack pointer for
460 * armsupp.c (ModeToBank): Remove unused first parameter.
461 Add support for System Mode.
462 (ARMul_GetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
463 (ARMul_SetSPSR): Use BANK_CAN_ACCESS_SPSR macro.
464 (ARMul_FixSPSR): Use BANK_CAN_ACCESS_SPSR macro.
465 (ARMulSwitchMode): Add support for System Mode.
469 * configure: Regenerated to track ../common/aclocal.m4 changes.
473 * wrapper.c (sim_store_register): Special handling for CPSR
478 * armemu.c (LoadSMult, LoadMult): Correct handling of aborts.
483 * wrapper.c (sim_open,sim_close): Copy into myname, free myname.
487 * wrapper.c: Fix compile time warning messages.
488 * armcopro.c: Fix compile time warning messages.
489 * armdefs.h: Fix compile time warning messages.
490 * armemu.c: Fix compile time warning messages.
491 * armemu.h: Fix compile time warning messages.
492 * armos.c: Fix compile time warning messages.
493 * armsupp.c: Fix compile time warning messages.
494 * armvirt.c: Fix compile time warning messages.
495 * bag.c: Fix compile time warning messages.
499 * *.[ch]: Use indent to make readable.
503 * armos.c (SWIread): Generate an error message if a huge read is
505 (SWIwrite): Generate an error message if a huge write is
510 * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
515 * armos.c (SWIopen): Always pass third parameter with 0666 since
516 otherwise uninitialized memory gets access if the O_CREAT bit is
517 set and so we possibly cannot access the file afterwards.
521 * armos.c (SWIWrite0): Send output to stdout instead of stderr.
522 (ARMul_OSHandleSWI, case SWI_WriteC,AngelSWI_Reason_WriteC): Ditto.
526 * configure: Regenerated to track ../common/aclocal.m4 changes.
530 * configure: Regenerated to track ../common/aclocal.m4 changes.
534 * wrapper.c (stop_simulator): New global.
535 (sim_stop): Set sim state to STOP and set
537 (sim_resume): Reset stop_simulator.
538 (sim_stop_reason): If stop_simulator is set, tell gdb
539 that the we took SIGINT.
540 * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
541 stop_simulator is set.
545 * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
546 whenever the counter expires.
547 * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
551 * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
552 * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
556 * wrapper.c (sim_open): Set endianness according to BFD or command
559 * tconfig.in: Define SIM_HAVE_BIENDIAN.
563 * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
564 the same as either RdHi or RdLo.
568 * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
569 Set Reg[0] based on reason for for the exception.
573 * armos.c (SWIwrite0): New function.
574 (WriteCommandLineTo): New function.
575 (SWIopen): New function.
576 (SWIread): New function.
577 (SWIwrite): New function.
578 (SWIflen): New function.
579 (ARMul_OSHandleSWI): Call new functions instead of handling
581 (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
582 (*): Reformat spacing to be a bit more GNUly.
583 Most code taken from a patch by Anthony Thompson
588 * armos.h: Add Angel SWI and its reason codes.
589 * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
593 * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
594 of ":tt" to catch stdin in addition to stdout.
595 (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
596 or success of lseek().
600 * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
605 * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
606 SWI_Flen, and SWI_Time. Also fixed SWI_Seek code to only
607 seek from offset 0 and not to use R2 for whence since it is
608 not passed as part of the SWI call.
612 * configure: Regenerated to track ../common/aclocal.m4 changes.
614 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
616 * configure: Regenerated to track ../common/aclocal.m4 changes.
621 * acconfig.h: New file.
622 * configure.in: Reverted change of Apr 24; use sinclude again.
624 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
626 * configure: Regenerated to track ../common/aclocal.m4 changes.
631 * configure.in: Don't call sinclude.
635 * configure: Regenerated to track ../common/aclocal.m4 changes.
639 * configure: Regenerated to track ../common/aclocal.m4 changes.
643 * configure: Regenerated to track ../common/aclocal.m4 changes.
647 * configure: Regenerated to track ../common/aclocal.m4 changes.
651 * armopts.h: Remove definition of LITTLEND - it is not used.
655 * wrapper.c (sim_store_register, sim_fetch_register): Pass in
656 length parameter. Return -1.
660 * configure: Regenerated to track ../common/aclocal.m4 changes.
664 * configure: Regenerated to track ../common/aclocal.m4 changes.
666 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
668 * configure: Regenerated to track ../common/aclocal.m4 changes.
672 * configure: Regenerated to track ../common/aclocal.m4 changes.
677 * Makefile.in: Updated with changes from branch.
679 * armemu.c: ditto these changes
680 * armemu.h: ditto add support for
681 * armos.c: ditto the Thumb instruction
682 * armsupp.c: ditto set and the new v4
683 * armvirt.c: ditto architecture.
685 * thumbemu.c: New file from branch.
690 * configure: Regenerated to track ../common/aclocal.m4 changes.
694 * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI. Patch
697 * wrapper.c (sim_create_inferior): Add code to create an execution
702 * wrapper.c (sim_load): Pass lma_p and sim_write args to
707 * configure: Regenerated to track ../common/aclocal.m4 changes.
711 * configure: Regenerated to track ../common/aclocal.m4 changes.
715 * configure: Regenerated to track ../common/aclocal.m4 changes.
719 * configure: Regenerated to track ../common/aclocal.m4 changes.
723 * configure: Regenerated to track ../common/aclocal.m4 changes.
727 * configure: Regenerated to track ../common/aclocal.m4 changes.
729 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
731 * configure: Regenerated to track ../common/aclocal.m4 changes.
735 * configure: Regenerated to track ../common/aclocal.m4 changes.
740 * wrapper.c (sim_kill): Delete.
741 (sim_create_inferior): Add ABFD argument.
742 (sim_load): Move setting of PC from here.
743 (sim_create_inferior): To here.
747 * configure: Regenerated to track ../common/aclocal.m4 changes.
752 * wrapper.c (sim_open): Add ABFD argument.
756 * wrapper.c (sim_open): Add callback argument.
757 (sim_set_callbacks): Drop SIM_DESC argument.
761 * configure: Regenerated to track ../common/aclocal.m4 changes.
765 * wrapper.c (sim_stop): Stub sim_stop function.
769 * arminit.c (ARMul_NewState): Preinitialize the state to
774 * Makefile.in (SIM_OBJS): Add sim-load.o.
775 * wrapper.c (sim_kind,myname): New static locals.
776 (sim_open): Set sim_kind, myname.
777 (sim_load): Call sim_load_file to do work. Set start address from bfd.
778 (sim_create_inferior): Return SIM_RC. Delete start_address arg.
782 * wrapper.c (sim_trace): Update so that it matches prototype.
786 * configure: Regenerated to track ../common/aclocal.m4 changes.
791 * Makefile.in (armemu32.o): Replace $< with autoconf recommended
797 * wrapper.c (sim_open): New arg `kind'.
799 * configure: Regenerated to track ../common/aclocal.m4 changes.
803 * COPYING: Update FSF address.
807 * configure: Regenerated to track ../common/aclocal.m4 changes.
811 * configure: Regenerated to track ../common/aclocal.m4 changes.
815 * configure: Re-generate.
819 * configure: Regenerate to track ../common/aclocal.m4 changes.
823 * wrapper.c (sim_open): Has result now.
824 (sim_*): New SIM_DESC argument.
828 * Makefile.in (@COMMON_MAKEFILE_FRAG@): Use
829 COMMON_{PRE,POST}_CONFIG_FRAG instead.
830 * configure.in: sinclude ../common/aclocal.m4.
831 * configure: Regenerated.
835 * configure configure.in Makefile.in: Update to new configure
836 scheme which is more compatible with WinGDB builds.
837 * configure.in: Improve comment on how to run autoconf.
838 * configure: Re-run autoconf to get new ../common/aclocal.m4.
839 * Makefile.in: Use autoconf substitution to install common
844 * run.c: Deleted, use one in ../common now.
845 * Makefile.in: Delete everything that's been moved to
846 ../common/Make-common.in.
848 * configure.in: Simplify using macros in ../common/aclocal.m4.
849 * configure: Regenerated.
850 * config.in: New file.
851 * armos.c: #include config.h.
852 * wrapper.c (mem_size): Value is in bytes now.
853 (sim_callback): New global.
854 (arm_sim_set_profile{,_size}): Delete.
855 (arm_sim_set_mem_size): Rename to sim_size.
856 (sim_do_command): Call printf_filtered via callback.
857 (sim_set_callbacks): Record callback.
861 * Makefile.in (mostlyclean): Remove config.log.
865 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
866 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
868 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
869 (AC_PROG_INSTALL): Added.
870 * configure: Rebuilt.
874 * configure: Regenerate with autoconf 2.7.
878 * run.c (main): Use new bfd_big_endian macro.
882 * run.c: Include "getopt.h".
884 (usage): Make static.
885 (main): Call arm_sim_set_verbosity.
886 Only load sections marked SEC_LOAD.
887 * wrapper.c (mem_size, verbosity): New static global.
888 (arm_sim_set_mem_size): Renamed from sim_size. Callers updated.
889 (arm_sim_set_profile{,_size}): Renamed from sim_foo. Callers updated.
893 * armdefs.h (ARMul_State): New member `verbose'.
894 * armrdi.c (ARMul_ConsolePrint): Add missing va_end.
895 * run.c (verbose): Make global.
896 * wrapper.c (init): Set state->verbose.
897 (ARMul_ConsolePrint): Don't print anything if !verbose.
901 * armos.c: #include dbg_rdi.h.
902 (ARMul_OSHandleSWI): Handle SWI_Breakpoint.
903 * armos.h (SWI_Breakpoint): Define.
904 * wrapper.c: #include armemu.h, dbg_rdi.h.
906 (sim_resume): Use state->EndCondition to record stop state.
907 Call FLUSHPIPE before returning.
908 (sim_stop_reason): Determine reason from state->EndCondition.
912 * wrapper.c (sim_set_callbacks): New.
916 * armos.c (ARMul_OSHandleSWI): Result of read/write calls is
917 number of bytes not read/written (or -1).
921 * Makefile.in (maintainer-clean): New synonym for realclean.
925 * configure.in: Remove AC_PROG_INSTALL.
926 * configure: Rebuild.
927 * Makefile.in (INSTALL): Revert to using install.sh.
928 (INSTALL_PROGRAM, INSTALL_DATA): Set to $(INSTALL).
929 (INSTALL_XFORM, INSTALL_XFORM1): Restore.
930 (mostlyclean): Make the same as clean, not distclean.
931 (clean): Remove config.log.
932 (install): Don't install in $(tooldir).
936 (Try to) Update to new bfd autoconf scheme.
937 * run.c: Don't include sysdep.h.
938 * Makefile.in (INSTALL{,_PROGRAM,_DATA}): Use autoconf computed value.
939 (CC, CFLAGS, AR, RANLIB): Likewise.
940 (HDEFINES, TDEFINES): Define.
941 (CC_FOR_BUILD): Delete.
942 (host_makefile_frag): Delete.
943 (Makefile): Don't depend on frags.
944 * configure.in (sysdep.h): Don't create symlink.
945 (host_makefile_frag, frags): Deleted.
946 (CC, CFLAGS, AR, RANLIB, INSTALL): Compute values.
947 * configure: Regenerated.
951 * Update all FSF addresses except those in COPYING* files.
955 * Makefile.in (clean): Remove run, libsim.a.
957 * Makefile.in, configure.in: converted to autoconf.
958 * configure: New file, generated with autconf 2.4.
964 * wrapper.c (sim_do_command): New function.
968 * armos.c (ARMul_OSHandleSWI): New version to work with
973 * run.c (main): Grab return value from right register.