summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRichard Earnshaw <richard.earnshaw@arm.com>2002-02-06 13:12:14 +0000
committerRichard Earnshaw <richard.earnshaw@arm.com>2002-02-06 13:12:14 +0000
commit0c2208df6cdef6a510ff6990319ec7eb6f6c473f (patch)
treee99c286341d2c5b40ee61fdd226260fc7f0624b5 /gdb
parent7f8952526707f27517e92a47d3cd8ece76e579c5 (diff)
downloadgdb-0c2208df6cdef6a510ff6990319ec7eb6f6c473f.tar.gz
* arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog18
-rw-r--r--gdb/arm-tdep.c4
2 files changed, 19 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5f316104a89..f74e8e146fa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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):
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index b6e4befcf53..1726dad6485 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -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 */