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] [01/05] Get rid of current_gdbarch in gdbarch.{c,h,sh}


On Wed, Nov 07, 2007 at 12:11:00PM +0100, Markus Deuling wrote:
>       architecture.  This ensures that the new architectures initial
>       values are not influenced by the previous architecture.  Once
>       everything is parameterised with gdbarch, this will go away.  */
> -  struct gdbarch *current_gdbarch;
> +  struct gdbarch *gdbarch;

Please read the comment above this variable :-)

-- 
Daniel Jacobowitz
CodeSourcery


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