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.
This commit is contained in:
Andrew Cagney 2004-01-21 04:11:16 +00:00
parent 8e5b3ccb79
commit 81f08b92d6
4 changed files with 7 additions and 8 deletions

View file

@ -1,3 +1,10 @@
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

View 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);

View 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);

View 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);