From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3139 invoked by alias); 22 Oct 2005 15:20:32 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 3119 invoked by uid 22791); 22 Oct 2005 15:20:28 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 22 Oct 2005 15:20:28 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id j9MFKPnD018005 for ; Sat, 22 Oct 2005 17:20:25 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j9MFKPAD003146 for ; Sat, 22 Oct 2005 17:20:25 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j9MFKP49006996; Sat, 22 Oct 2005 17:20:25 +0200 (CEST) Date: Sat, 22 Oct 2005 15:20:00 -0000 Message-Id: <200510221520.j9MFKP49006996@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: gdb-patches@sourceware.org Subject: [commit] Remove dead code from rs6000-tdep.c X-SW-Source: 2005-10/txt/msg00185.txt.bz2 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 + + * rs6000-tdep.c (info_powerpc_cmdlist): Remove variable. + (rs6000_info_powerpc_command): Remove function. + 2005-10-21 Andreas Schwab * 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 */