* [commit] Remove dead code from rs6000-tdep.c
@ 2005-10-22 15:20 Mark Kettenis
2005-10-24 15:37 ` Paul Gilliam
0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2005-10-22 15:20 UTC (permalink / raw)
To: gdb-patches
Leftovers from the removal of the "info powerpc" command.
Comitted as obvious,
Mark
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7384
diff -u -p -r1.7384 ChangeLog
--- ChangeLog 21 Oct 2005 09:14:48 -0000 1.7384
+++ ChangeLog 22 Oct 2005 15:11:05 -0000
@@ -1,3 +1,8 @@
+2005-10-20 Mark Kettenis <kettenis@gnu.org>
+
+ * rs6000-tdep.c (info_powerpc_cmdlist): Remove variable.
+ (rs6000_info_powerpc_command): Remove function.
+
2005-10-21 Andreas Schwab <schwab@suse.de>
* dwarf2read.c (isreg): Removed.
Index: rs6000-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
retrieving revision 1.246
diff -u -p -r1.246 rs6000-tdep.c
--- rs6000-tdep.c 14 Oct 2005 20:17:11 -0000 1.246
+++ rs6000-tdep.c 22 Oct 2005 15:11:08 -0000
@@ -3420,14 +3420,6 @@ rs6000_dump_tdep (struct gdbarch *curren
/* FIXME: Dump gdbarch_tdep. */
}
-static struct cmd_list_element *info_powerpc_cmdlist = NULL;
-
-static void
-rs6000_info_powerpc_command (char *args, int from_tty)
-{
- help_list (info_powerpc_cmdlist, "info powerpc ", class_info, gdb_stdout);
-}
-
/* Initialization code. */
extern initialize_file_ftype _initialize_rs6000_tdep; /* -Wmissing-prototypes */
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [commit] Remove dead code from rs6000-tdep.c
2005-10-22 15:20 [commit] Remove dead code from rs6000-tdep.c Mark Kettenis
@ 2005-10-24 15:37 ` Paul Gilliam
2005-10-24 18:00 ` Paul Gilliam
0 siblings, 1 reply; 3+ messages in thread
From: Paul Gilliam @ 2005-10-24 15:37 UTC (permalink / raw)
To: gdb-patches; +Cc: Mark Kettenis, gdb-patches
Thanks, sorry I missed it.
-=# Paul #=-
On Saturday 22 October 2005 08:20, Mark Kettenis wrote:
> Leftovers from the removal of the "info powerpc" command.
>
> Comitted as obvious,
>
> Mark
>
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/src/src/gdb/ChangeLog,v
> retrieving revision 1.7384
> diff -u -p -r1.7384 ChangeLog
> --- ChangeLog 21 Oct 2005 09:14:48 -0000 1.7384
> +++ ChangeLog 22 Oct 2005 15:11:05 -0000
> @@ -1,3 +1,8 @@
> +2005-10-20 Mark Kettenis <kettenis@gnu.org>
> +
> + * rs6000-tdep.c (info_powerpc_cmdlist): Remove variable.
> + (rs6000_info_powerpc_command): Remove function.
> +
> 2005-10-21 Andreas Schwab <schwab@suse.de>
>
> * dwarf2read.c (isreg): Removed.
> Index: rs6000-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
> retrieving revision 1.246
> diff -u -p -r1.246 rs6000-tdep.c
> --- rs6000-tdep.c 14 Oct 2005 20:17:11 -0000 1.246
> +++ rs6000-tdep.c 22 Oct 2005 15:11:08 -0000
> @@ -3420,14 +3420,6 @@ rs6000_dump_tdep (struct gdbarch *curren
> /* FIXME: Dump gdbarch_tdep. */
> }
>
> -static struct cmd_list_element *info_powerpc_cmdlist = NULL;
> -
> -static void
> -rs6000_info_powerpc_command (char *args, int from_tty)
> -{
> - help_list (info_powerpc_cmdlist, "info powerpc ", class_info, gdb_stdout);
> -}
> -
> /* Initialization code. */
>
> extern initialize_file_ftype _initialize_rs6000_tdep; /* -Wmissing-prototypes */
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [commit] Remove dead code from rs6000-tdep.c
2005-10-24 15:37 ` Paul Gilliam
@ 2005-10-24 18:00 ` Paul Gilliam
0 siblings, 0 replies; 3+ messages in thread
From: Paul Gilliam @ 2005-10-24 18:00 UTC (permalink / raw)
To: gdb-patches; +Cc: Mark Kettenis, gdb-patches
Thanks, sorry I missed it.
-=# Paul #=-
On Saturday 22 October 2005 08:20, Mark Kettenis wrote:
> Leftovers from the removal of the "info powerpc" command.
>
> Comitted as obvious,
>
> Mark
>
> Index: ChangeLog
> ===================================================================
> RCS file: /cvs/src/src/gdb/ChangeLog,v
> retrieving revision 1.7384
> diff -u -p -r1.7384 ChangeLog
> --- ChangeLog 21 Oct 2005 09:14:48 -0000 1.7384
> +++ ChangeLog 22 Oct 2005 15:11:05 -0000
> @@ -1,3 +1,8 @@
> +2005-10-20 Mark Kettenis <kettenis@gnu.org>
> +
> + * rs6000-tdep.c (info_powerpc_cmdlist): Remove variable.
> + (rs6000_info_powerpc_command): Remove function.
> +
> 2005-10-21 Andreas Schwab <schwab@suse.de>
>
> * dwarf2read.c (isreg): Removed.
> Index: rs6000-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
> retrieving revision 1.246
> diff -u -p -r1.246 rs6000-tdep.c
> --- rs6000-tdep.c 14 Oct 2005 20:17:11 -0000 1.246
> +++ rs6000-tdep.c 22 Oct 2005 15:11:08 -0000
> @@ -3420,14 +3420,6 @@ rs6000_dump_tdep (struct gdbarch *curren
> /* FIXME: Dump gdbarch_tdep. */
> }
>
> -static struct cmd_list_element *info_powerpc_cmdlist = NULL;
> -
> -static void
> -rs6000_info_powerpc_command (char *args, int from_tty)
> -{
> - help_list (info_powerpc_cmdlist, "info powerpc ", class_info, gdb_stdout);
> -}
> -
> /* Initialization code. */
>
> extern initialize_file_ftype _initialize_rs6000_tdep; /* -Wmissing-prototypes */
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-10-24 15:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-22 15:20 [commit] Remove dead code from rs6000-tdep.c Mark Kettenis
2005-10-24 15:37 ` Paul Gilliam
2005-10-24 18:00 ` Paul Gilliam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox