* arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
authorRichard Earnshaw <richard.earnshaw@arm.com>
Wed, 6 Feb 2002 13:12:14 +0000 (13:12 +0000)
committerRichard Earnshaw <richard.earnshaw@arm.com>
Wed, 6 Feb 2002 13:12:14 +0000 (13:12 +0000)
gdb/ChangeLog
gdb/arm-tdep.c

index 5f316104a895a3cacc7de497ebf3f5a5ad83ce70..f74e8e146faa6a221215f6775b336bcfbd76c278 100644 (file)
@@ -1,3 +1,21 @@
+2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
+
+       * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
+
+2002-02-06  Richard Earnshaw  <rearnsha@arm.com>
+
+       * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
+       * gdbarch.c gdbarch.h: Regenerate.
+       * arch-utils.c (default_print_float_info): New function.
+       * arch-utils.h (default_print_float_info): Prototype it.
+       * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
+       * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
+       (PRINT_FLOAT_INFO): Document it.
+
+       * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
+       * config/arm/tm-arm.h (FLOAT_INFO): Delete.
+       (PRINT_FLOAT_INFO): Define.
+
 2002-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * win32-nat.c (_initialize_check_for_gdb_ini): 
index b6e4befcf53de2b6f8f98d8a84a1371ba09d7524..1726dad64854797996b3102c558b2139b8a1e9f0 100644 (file)
@@ -2006,9 +2006,7 @@ arm_get_next_pc (CORE_ADDR pc)
    set up a simulated single-step, we undo our damage.  */
 
 void
-arm_software_single_step (ignore, insert_bpt)
-     int ignore; /* Signal, not needed */
-     int insert_bpt;
+arm_software_single_step (int ignore, int insert_bpt)
 {
   static int next_pc; /* State between setting and unsetting. */
   static char break_mem[BREAKPOINT_MAX]; /* Temporary storage for mem@bpt */
This page took 0.028658 seconds and 4 git commands to generate.