import gdb-1999-07-12 snapshot
[deliverable/binutils-gdb.git] / sim / arm / ChangeLog
index 73a5e50dd4a3e404b7e8f476a8153fb804cf3d86..1ec771b32cf696805da38ea3f6c9063d8faf2136 100644 (file)
@@ -1,3 +1,197 @@
+
+1999-05-08  Felix Lee  <flee@cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       
+1999-04-06  Keith Seitz  <keiths@cygnus.com>
+
+       * wrapper.c (stop_simulator): New global.
+       (sim_stop): Set sim state to STOP and set
+       stop_simulator.
+       (sim_resume): Reset stop_simulator.
+       (sim_stop_reason): If stop_simulator is set, tell gdb
+       that the we took SIGINT.
+       * armemu.c (ARMul_Emulate26): Don't loop forever. Stop if
+       stop_simulator is set.
+
+1999-04-02  Keith Seitz  <keiths@cygnus.com>
+
+       * armemu.c (ARMul_Emulate26): If NEED_UI_LOOP_HOOK, call ui_loop_hook
+       whenever the counter expires.
+       * Makefile.in (SIM_EXTRA_CFLAGS): Include define NEED_UI_LOOP_HOOK.
+
+1999-03-24  Nick Clifton  <nickc@cygnus.com>
+
+       * armemu.c (ARMul_Emulate26): Handle new breakpoint value.
+       * thumbemu.c (ARMul_ThumbDecode): Handle new breakpoint value.
+
+Mon Sep 14 09:00:05 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * wrapper.c (sim_open): Set endianness according to BFD or command
+       line switch.
+
+       * tconfig.in: Define SIM_HAVE_BIENDIAN.
+
+Thu Aug 27 11:00:05 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * armemu.c (Multiply64): Test for Rm (rather than Rs) not being
+       the same as either RdHi or RdLo.
+
+Thu Jul  2 10:24:35 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * armos.c (ARMul_OSHandleSWI: AngelSWI_Reason_ReportException):
+       Set Reg[0] based on reason for for the exception.
+
+Thu Jun  4 15:22:03 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * armos.c (SWIwrite0): New function.
+       (WriteCommandLineTo): New function.
+       (SWIopen): New function.
+       (SWIread): New function.
+       (SWIwrite): New function.
+       (SWIflen): New function.
+       (ARMul_OSHandleSWI): Call new functions instead of handling     
+       these here.
+       (ARMul_OSHandleSWI): Handle Angel SWIs correctly.
+       (*): Reformat spacing to be a bit more GNUly.
+       Most code taken from a patch by Anthony Thompson 
+       (athompso@cambridge.arm.com)
+
+Tue Jun  2 15:22:22 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * armos.h: Add Angel SWI and its reason codes.
+       * armos.c (ARMul_OSHandleSWI): Ignore Angel SWIs (for now).
+
+Mon Jun  1 17:14:19 1998  Anthony Thompson (athompso@cambridge.arm.com)
+
+       * armos.c (ARMul_OSHandleSWI::SWI_Open): Handle special case
+       of ":tt" to catch stdin in addition to stdout.
+       (ARMul_OSHandleSWI::SWI_Seek): Return 0 or 1 to indicate failure
+       or success of lseek().
+
+Wed May 20 17:36:25 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * armos.c (ARMul_OSHandleSWI): Special case code to catch attempts
+       to open stdout.
+
+Wed Apr 29 15:29:55 1998  Jeff Johnston  <jjohnstn@cygnus.com>
+
+       * armos.c (ARMul_OSHandleSWI): Added code for SWI_Clock,
+       SWI_Flen, and SWI_Time.  Also fixed SWI_Seek code to only
+       seek from offset 0 and not to use R2 for whence since it is
+       not passed as part of the SWI call.
+
+Tue Apr 28 18:33:31 1998  Geoffrey Noer  <noer@cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Sun Apr 26 15:31:55 1998  Tom Tromey  <tromey@creche>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Sun Apr 26 15:20:26 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * acconfig.h: New file.
+       * configure.in: Reverted change of Apr 24; use sinclude again.
+
+Fri Apr 24 14:16:40 1998  Tom Tromey  <tromey@creche>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Fri Apr 24 11:20:19 1998  Tom Tromey  <tromey@cygnus.com>
+
+       * configure.in: Don't call sinclude.
+
+Sat Apr  4 20:36:25 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Fri Mar 27 16:15:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Wed Mar 25 12:35:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Wed Mar 18 12:38:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Tue Mar 10 09:26:38 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * armopts.h: Remove definition of LITTLEND - it is not used.
+
+Tue Feb 17 12:35:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * wrapper.c (sim_store_register, sim_fetch_register): Pass in
+       length parameter. Return -1.
+
+Sun Feb  1 16:47:51 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Sat Jan 31 18:15:41 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Jan 19 22:26:29 1998  Doug Evans  <devans@seba>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Dec 15 23:17:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Tue Dec  9 11:30:48 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.in: Updated with changes from branch.
+       * armdefs.h:   ditto
+       * armemu.c:    ditto   these changes
+       * armemu.h:    ditto   add support for
+       * armos.c:     ditto   the Thumb instruction
+       * armsupp.c:   ditto   set and the new v4
+       * armvirt.c:   ditto   architecture.
+       * wrapper.c:   ditto
+       * thumbemu.c:  New file from branch.
+
+
+Thu Dec  4 09:21:05 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Thu Oct 30 13:54:06 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * armos.c (ARMul_OSHandleSWI): Add support for GetEnv SWI.  Patch
+       from Tony Thompson at ARM: athompso@arm.com 
+
+       * wrapper.c (sim_create_inferior): Add code to create an execution
+       environment.  Patch from Tony Thompson at ARM: athompso@arm.com
+
+Wed Oct 22 14:43:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * wrapper.c (sim_load): Pass lma_p and sim_write args to
+       sim_load_file.
+
+Fri Oct  3 09:28:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Wed Sep 24 17:38:57 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Tue Sep 23 11:04:38 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Sep 22 11:46:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
 Fri Sep 19 17:45:25 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * configure: Regenerated to track ../common/aclocal.m4 changes.
This page took 0.025112 seconds and 4 git commands to generate.