From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: reorder initializations in rs6000_gdbarch_init Date: Wed, 19 May 2004 04:18:00 -0000 Message-id: References: <20040518163348.6f005159@saguaro> X-SW-Source: 2004-05/msg00556.html Kevin Buettner writes: > 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. Committed, thanks.