Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gdb Fix the function prototype for single_step().



details:   https://anonhg.NetBSD.org/src/rev/65a18679df7b
branches:  trunk
changeset: 467504:65a18679df7b
user:      mark <mark%NetBSD.org@localhost>
date:      Thu Mar 25 11:52:31 1999 +0000

description:
Fix the function prototype for single_step().
Remove a couple of old print lines during startup.

diffstat:

 gnu/dist/gdb/armb-nat.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 36a7c7788af0 -r 65a18679df7b gnu/dist/gdb/armb-nat.c
--- a/gnu/dist/gdb/armb-nat.c   Thu Mar 25 10:39:14 1999 +0000
+++ b/gnu/dist/gdb/armb-nat.c   Thu Mar 25 11:52:31 1999 +0000
@@ -136,7 +136,7 @@
 
 void
 single_step (ignore)
-     int ignore; /* signal, but we don't need it */
+     enum target_signal ignore; /* signal, but we don't need it */
 {
   CORE_ADDR arm_pc;
 
@@ -176,6 +176,4 @@
 void
 _initialize_arm_bnat ()
 {
-  printf_unfiltered("%s target configuration is high experimental\n", target_name);
-  printf_unfiltered("Report any problems to amb%physig.ph.kcl.ac.uk@localhost\n\n");
 }



Home | Main Index | Thread Index | Old Index