This is the mail archive of the gdb-patches@sources.redhat.com 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: [patch/rfc] Obsolete i[3456]86-*-os9k target


Andrew Cagney writes:
 > > Daniel Jacobowitz writes:
 > >  > On Sun, Jul 14, 2002 at 01:11:23PM -0400, Andrew Cagney wrote:
 > >  > > Hello,
 > >  > > 
 > >  > > (this includes os9kread.c but didn't zap any of the os9k stuff in things 
 > >  > > like stabs read :-(  That got too messy.
 > >  > > 
 > >  > > This patch makes the os9k platform (i[3456]86-*-os9k) platform obsolete. 
 > >  > >  Failing objections, I'll commit it in a few days.
 > >  > > 
 > >  > > enjoy,
 > >  > > Andrew
 > >  > 
 > >  > Thank you, thank you thank you thank you.  One crufty reader down the
 > >  > drain.
 > >  > 
 > > 
 > > Don't forget to flush... :-)
 > 
 > Done.  Hmm, looks like ...
 > 
 > > I'll take a look at the remaining bits.
 > 
 > ... a brush is needed.
 > 
 > I started changing:
 > 
 > 	if (os8k_stabs)
 > 	  <then>
 > 	else
 > 	  <else>
 > 
 > into:
 > 
 > 	/* OBSOLETE if (os8k_stabs) */
 > 	/* OBSOLETE  <then> */
 > 	/* OBSOLETE else */
 > 	<else>
 > 
 > but gave up.  Some of those if() clauses got pretty weired.  Not sure 
 > what the reader maintainers want to do.

I'll try to come up a patch that to 'if 0' those bits. I think that
the indentation and extra curly braces can be fixed later, once we
pull the code out for good. We definitely need to deactivate these parts,
otherwise os9k_stabs would be undefined.

Elena


 > 
 > enjoy,
 > Andrew
 > 


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