From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: reorder initializations in rs6000_gdbarch_init Date: Tue, 18 May 2004 23:33:00 -0000 Message-id: <20040518163348.6f005159@saguaro> References: X-SW-Source: 2004-05/msg00554.html On 17 May 2004 20:22:02 -0500 Jim Blandy wrote: > 2004-05-17 Jim Blandy > > * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields > before the mach-specific switch, and then let the individual cases > override the defaults, rather than leaving them uninitialized > until the switch and then setting them in each case. Okay. Kevin