This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

sim/arm/ChangeLog fixes


I am about to commit the following ChangeLog patch which removes a
duplicated entry by Nick Clifton between 2002-05-17 and 2002-05-20
and, further, fixes a the comment about SIM_TARGET_SWITCHES.  I
consider this obvious.

Presumably Nick had been seeing SWI all day in the ARMulator code? :-)

Cheers, Ben

--- ChangeLog   27 Sep 2002 23:57:50 -0000      1.66
+++ ChangeLog   10 Jan 2003 04:46:46 -0000
@@ -62,31 +62,9 @@
        CRm is 1.
        (write_cp13_reg): Allow bit 0 of reg 1 of CRm 1 to be written to.
 
-2002-05-20  Nick Clifton  <nickc@cambridge.redhat.com>
-
-       * Makefile.in (SWI_TARGET_SWITCHES): Define.
-       * armos.c (swi_mask): Define.  Initialise to supporting all
-       SWI emulations.
-       (ARMul_OSInit): For XScale targets, only support the ANGEL
-       SWI interface.  (This is at the request if Intel).
-       (ARMul_OSHandleSWI): Examine swi_mask to see if a particular
-        SWI call should be emulated.
-       Do not fall through from AngelSWI_Reason_WriteC.
-       Propagate exit code from RedBoot Exit SWI.
-       * rdi-dgb.h (swi_mask): Prototype.
-       (SWI_MASK_DEMON, SWI_MASK_ANGEL, SWI_MASK_REDBOOT): Define.
-       * wrapper.c: Include run-sim.h.
-       (sim_target_parse_command_line): New function.  Look for and
-       handle --swi-support switch.
-       (sim_target_parse_arg_array): New function.  Process an argv
-       array for parsing by sim_target_parse_command_line.
-       (sim_target_display_usage): New function.  Describe syntax of
-       --swi-suppoort switch.
-       (sim_open): Add call to sim_target_parse_arg_array).
-
 2002-05-17  Nick Clifton  <nickc@cambridge.redhat.com>
 
-       * Makefile.in (SWI_TARGET_SWITCHES): Define.
+       * Makefile.in (SIM_TARGET_SWITCHES): Define.
        * armos.c (swi_mask): Define.  Initialise to supporting all
        SWI emulations.
        (ARMul_OSInit): For XScale targets, only support the ANGEL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]