This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc] Remove macro DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRES


Mark Kettenis wrote:
> > Date: Wed, 13 Jun 2007 21:19:11 +0200
> > From: Markus Deuling <deuling@de.ibm.com>
> > 
> > Hello,
> > 
> > this patch removes DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRES from gdbarch.sh. This macro hasn't been
> > used anywhere anymore. Build and tested on x86. 
> > 
> > ChangeLog:
> > 	* gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRES): Remove.
> > 	* gdbarch.c, gdbarch.h: Regenerate.
> > 
> > Is this ok to commit ?
> 
> Last time I looked, there was still stuff using this.  Are you sure?

There is no *caller* of this gdbarch callback left anywhere.

However, a number of targets (sh/sh64/frv/ia64) still install this
callback.  Those functions are all dead code now, and should be
removed as well.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]