2004-01-20 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 21 Jan 2004 04:11:16 +0000 (04:11 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 21 Jan 2004 04:11:16 +0000 (04:11 +0000)
* source.c (ambiguous_line_spec): Delete never-defined function.
* remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
* gdbtypes.c (add_name, add_mangled_type): Ditto.
* cli/cli-cmds.c (validate_comname): Ditto.

gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/gdbtypes.c
gdb/remote-rdi.c

index e483d6d..cc67ce0 100644 (file)
@@ -1,5 +1,12 @@
 2004-01-20  Andrew Cagney  <cagney@redhat.com>
 
+       * source.c (ambiguous_line_spec): Delete never-defined function.
+       * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
+       * gdbtypes.c (add_name, add_mangled_type): Ditto.
+       * cli/cli-cmds.c (validate_comname): Ditto.
+
+2004-01-20  Andrew Cagney  <cagney@redhat.com>
+
        * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
        "tui-data.h".
        (tui_set_disassem_content): Rename tuiSetDisassemContent.
index dcfd74f..00aef54 100644 (file)
@@ -59,8 +59,6 @@ static void pwd_command (char *, int);
 
 static void show_version (char *, int);
 
-static void validate_comname (char *);
-
 static void help_command (char *, int);
 
 static void show_command (char *, int);
index c77d6d9..f98cf1c 100644 (file)
@@ -127,8 +127,6 @@ struct extra
     int len;
   };                           /* maximum extension is 128! FIXME */
 
-static void add_name (struct extra *, char *);
-static void add_mangled_type (struct extra *, struct type *);
 static void print_bit_vector (B_TYPE *, int);
 static void print_arg_types (struct field *, int, int);
 static void dump_fn_fieldlists (struct type *, int);
index bd208c1..aa005a7 100644 (file)
@@ -76,10 +76,6 @@ static void arm_rdi_close (int quitting);
 
 static void arm_rdi_store_registers (int regno);
 
-static void arm_rdi_mourn (void);
-
-static void arm_rdi_send (char *buf);
-
 static ptid_t arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status);
 
 static void arm_rdi_kill (void);