]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/arm/ChangeLog
Remove leading/trailing white spaces in ChangeLog
[thirdparty/binutils-gdb.git] / sim / arm / ChangeLog
index a6533e0a20d9fe2e2d62a97e11a13d8cd23e4bd2..577579c291d121f7676a8ea015a12a6271070bad 100644 (file)
@@ -1,3 +1,39 @@
+2015-07-14  Nick Clifton  <nickc@redhat.com>
+
+       * armcopro.c: Remove extraneous whitespace.
+       * armdefs.h: Likewise.
+       * armfpe.h: Likewise.
+       * arminit.c: Likewise.
+       * armopts.h: Likewise.
+       * armos.c: Likewise.
+       * armos.h: Likewise.
+       * armrdi.c: Likewise.
+       * armsupp.c: Likewise.
+       * armvirt.c: Likewise.
+       * bag.c: Likewise.
+       * bag.h: Likewise.
+       * communicate.c: Likewise.
+       * communicate.h: Likewise.
+       * dbg_conf.h: Likewise.
+       * dbg_cp.h: Likewise.
+       * dbg_hif.h: Likewise.
+       * dbg_rdi.h: Likewise.
+       * gdbhost.c: Likewise.
+       * gdbhost.h: Likewise.
+       * iwmmxt.c: Likewise.
+       * iwmmxt.h: Likewise.
+       * kid.c: Likewise.
+       * main.c: Likewise.
+       * maverick.c: Likewise.
+       * parent.c: Likewise.
+       * thumbemu.c: Likewise.
+       * wrapper.c: Likewise.
+
+2015-07-02  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.in (SIM_EXTRA_CFLAGS): Revert previous delta.
+       (SIM_EXTRA_LIBS): Add -lm.
+
 2015-06-28  Nick Clifton  <nickc@redhat.com>
 
        * Makefile.in (SIM_EXTRA_CFLAGS): Add -lm.
 
        PR gdb/7205
 
-        Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
+       Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
 
 2012-05-18  Nick Clifton  <nickc@redhat.com>
 
        * config.in: Ditto.
 
 2008-06-06  Vladimir Prus  <vladimir@codesourcery.com>
-            Daniel Jacobowitz  <dan@codesourcery.com>
-            Joseph Myers  <joseph@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
 
        * configure: Regenerate.
        * wrapper.c (sim_target_display_usage): Add help parameter.
        set.
        * wrapper.c (sim_create_inferior): For unknown architectures,
        default to allowing the v6 instructions.
-       
+
 2005-04-18  Nick Clifton  <nickc@redhat.com>
 
        * iwmmxt.c (WMAC, WMADD): Move casts from the LHS of an assignment
 2003-03-20  Nick Clifton  <nickc@redhat.com>
 
        * Contribute support for Cirrus Maverick ARM co-processor,
-        written by Aldy Hernandez  <aldyh@redhat.com> and
-        Andrew Cagney  <cagney@redhat.com>:
+       written by Aldy Hernandez  <aldyh@redhat.com> and
+       Andrew Cagney  <cagney@redhat.com>:
 
        * maverick.c: New file: Support for Maverick floating point
-       co-processor. 
-        * Makefile.in: Add maverick.o target.
-        * configure.in (COPRO): Add maverick.o.
-        * configure: Regenerate.
-        * armcopro.c (ARMul_CoProInit): Only initialise co-processors
+       co-processor.
+       * Makefile.in: Add maverick.o target.
+       * configure.in (COPRO): Add maverick.o.
+       * configure: Regenerate.
+       * armcopro.c (ARMul_CoProInit): Only initialise co-processors
        available on target processor.  Add code to initialse Maverick
        co-processor support code.
-        * armdefs.h (ARMul_state): Add is_ep9312 field.
-        (ARM_ep9312_Prop): Define.
-        * armemu.h: Add prototypes for Maverick co-processor
+       * armdefs.h (ARMul_state): Add is_ep9312 field.
+       (ARM_ep9312_Prop): Define.
+       * armemu.h: Add prototypes for Maverick co-processor
        functions.
-        * arminit.c (ARMul_SelectProcessor): Initialise the
+       * arminit.c (ARMul_SelectProcessor): Initialise the
        co-processor support once the chip has been selected.
-        * wrapper.c: Add support for Maverick co-processor.
-        (init): Do not call ARMul_CoProInit.  Delays this until the
+       * wrapper.c: Add support for Maverick co-processor.
+       (init): Do not call ARMul_CoProInit.  Delays this until the
        chip has been selected.
 
 2003-03-02  Nick Clifton  <nickc@redhat.com>
 2003-02-27  Andrew Cagney  <cagney@redhat.com>
 
        * wrapper.c (sim_create_inferior, sim_open): Rename _bfd to bfd.
-       
+
 2003-01-10  Ben Elliston  <bje@redhat.com>
 
        * README.Cygnus: Rename from this ..
 
        * armemu.c (ARMul_Emulate32): Add more tests for valid MIA, MIAPH
        and MIAxy instructions.
-       
+
 2002-06-21  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * armos.h (ADP_Stopped_RunTimeError): Set correct value.
        (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.
+       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.
 2001-03-06  Nick Clifton  <nickc@redhat.com>
 
        * thumbemu.c (ARMul_ThumbDecode): Delete label bo_blx2.
-        Compute destination address of BLX(1) instruction by
-        taking bit 1 from PC and not from bit 0 of the offset.        
+       Compute destination address of BLX(1) instruction by
+       taking bit 1 from PC and not from bit 0 of the offset.
 
 2001-02-27  Nick Clifton  <nickc@redhat.com>
 
        (ARMul_SwapWord): Pass extra parameter to PutWord.
        (ARMul_SafeReadByte): New Function: Read a byte but do not abort.
        (ARMul_SafeWriteByte): New Function: Write a byte but do not abort.
-       
+
        * armdefs.h: Add prototypes for ARMul_SafeReadByte and
        ARMul_SafeWriteByte.
-       
+
        * wrapper.c (sim_write): Use ARMul_SafeWriteByte.
        (sim_read): Use ARMul_SafeReadByte.
 
        (SWIwrite): Use ARMul_SafeReadByte.
        (ARMul_OSHandleSWI): Remove use of is_SWI_handler.
        (ARMul_OSException): Remove use of is_SWI_handler.
-       
+
 2001-02-16  Nick Clifton  <nickc@redhat.com>
 
        * armemu.c: Remove Prefetch abort for breakpoints.  Instead set
        * armdefs.h (State): Add 'v5e' and 'xscale' fields.
        (ARM_v5e_Prop): Define.
        (ARM_XScale_Prop): Define.
-       
+
        * wrapper.c (sim_create_inferior): Select processor based on
        machine number.
        (SWI_vector_installed): New boolean.  Set to true if the SWI
        vector address is written to by the executable.
-       
+
        * arminit.c (ARMul_NewState): Switch default to 32 bit mode.
        (ARMul_SelectProcessor): Initialise v5e and xscale signals.
        (ARMul_Abort): Fix calculation of LR address.
        vector, otherwise issue a warning message and continue.
 
        * armsupp.c (ARMul_CPSRAltered): Set S bit aswell.
-       
+
        * thumbemu.c: Add v5 instruction simulation.
        * armemu.c: Add v5, XScale and El Segundo instruction simulation.
 
        * armcopro.c: Add XScale co-processor emulation.
        * armemu.h: Add exported XScale co-processor functions.
-       
+
 2000-09-15  Nick Clifton  <nickc@redhat.com>
 
        * armdefs.h: Rename StrongARM property to v4_ARM and add v5 ARM
@@ -1095,7 +1131,7 @@ Wed Mar 22 15:24:21 2000  glen mccready  <gkm@pobox.com>
        * armsupp.c: Fix compile time warning messages.
        * armvirt.c: Fix compile time warning messages.
        * bag.c: Fix compile time warning messages.
-       
+
 2000-02-02  Bernd Schmidt  <bernds@cygnus.co.uk>
 
        * *.[ch]: Use indent to make readable.
@@ -1110,7 +1146,7 @@ Wed Mar 22 15:24:21 2000  glen mccready  <gkm@pobox.com>
 1999-10-27  Nick Clifton  <nickc@cygnus.com>
 
        * thumbemu.c (ARMul_ThumbDecode): Accept 0xbebe as a thumb
-       breakpoint. 
+       breakpoint.
 
 1999-10-08  Ulrich Drepper  <drepper@cygnus.com>
 
@@ -1130,7 +1166,7 @@ Thu Sep  2 18:15:53 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 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.
@@ -1178,11 +1214,11 @@ Thu Jun  4 15:22:03 1998  Jason Molenda  (crash@bugshack.cygnus.com)
        (SWIread): New function.
        (SWIwrite): New function.
        (SWIflen): New function.
-       (ARMul_OSHandleSWI): Call new functions instead of handling     
+       (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 
+       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>
@@ -1294,7 +1330,7 @@ Thu Dec  4 09:21:05 1997  Doug Evans  <devans@canuck.cygnus.com>
 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 
+       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
@@ -1464,12 +1500,12 @@ Thu Oct  3 16:10:27 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
 
 Wed Jun 26 12:17:24 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
 
-        * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
-        INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
-        (docdir): Removed.
-        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
-        (AC_PROG_INSTALL): Added.
-        * configure: Rebuilt.
+       * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
+       INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
+       (docdir): Removed.
+       * configure.in (AC_PREREQ): autoconf 2.5 or higher.
+       (AC_PROG_INSTALL): Added.
+       * configure: Rebuilt.
 
 Wed Feb 21 12:14:31 1996  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -1489,7 +1525,7 @@ Mon Nov 20 17:40:38 1995  Doug Evans  <dje@canuck.cygnus.com>
        * wrapper.c (mem_size, verbosity): New static global.
        (arm_sim_set_mem_size): Renamed from sim_size.  Callers updated.
        (arm_sim_set_profile{,_size}): Renamed from sim_foo.  Callers updated.
-       
+
 Fri Nov 17 19:35:11 1995  Doug Evans  <dje@canuck.cygnus.com>
 
        * armdefs.h (ARMul_State): New member `verbose'.