Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Paul Gilliam <pgilliam@us.ibm.com>
To: gdb-patches@sources.redhat.com
Cc: Mark Kettenis <mark.kettenis@xs4all.nl>, gdb-patches@sourceware.org
Subject: Re: [commit] Remove dead code from rs6000-tdep.c
Date: Mon, 24 Oct 2005 15:37:00 -0000	[thread overview]
Message-ID: <200510240838.04806.pgilliam@us.ibm.com> (raw)
In-Reply-To: <200510221520.j9MFKP49006996@elgar.sibelius.xs4all.nl>

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 */
> 
> 


WARNING: multiple messages have this Message-ID
From: Paul Gilliam <pgilliam@us.ibm.com>
To: gdb-patches@sources.redhat.com
Cc: Mark Kettenis <mark.kettenis@xs4all.nl>, gdb-patches@sourceware.org
Subject: Re: [commit] Remove dead code from rs6000-tdep.c
Date: Mon, 24 Oct 2005 18:00:00 -0000	[thread overview]
Message-ID: <200510240838.04806.pgilliam@us.ibm.com> (raw)
Message-ID: <20051024180000.84rhQX5rY3l3Ra0DgzKMakNOT4kxk1tKJvuJWiSS1SY@z> (raw)
In-Reply-To: <200510221520.j9MFKP49006996@elgar.sibelius.xs4all.nl>

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 */
> 
> 


  reply	other threads:[~2005-10-24 15:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-22 15:20 Mark Kettenis
2005-10-24 15:37 ` Paul Gilliam [this message]
2005-10-24 18:00   ` Paul Gilliam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200510240838.04806.pgilliam@us.ibm.com \
    --to=pgilliam@us.ibm.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=gdb-patches@sourceware.org \
    --cc=mark.kettenis@xs4all.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox