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: RFA: fix rdi-share subdir selection in configure


On Wed, Jan 19, 2005 at 11:48:11PM +0200, Eli Zaretskii wrote:
> > Date: Wed, 19 Jan 2005 15:41:29 -0500
> > From: Daniel Jacobowitz <drow@false.org>
> > Cc: Richard.Earnshaw@arm.com, Scott Bambrough <scottb@netwinder.org>,
> > 	gdb-patches@sources.redhat.com
> > 
> > On Wed, Jan 19, 2005 at 03:31:39PM -0500, Jim Blandy wrote:
> > >   			gdb_target=embed
> > > !                         build_rdi_share=yes
> > 
> > My mailer says you've got the whitespace disease.
> 
> ??? Care to explain?

Tab vs. space mismatch with the context.  It doesn't normally show up
in a text editor, but in an appropriate mailer, it is visible because
of the leading characters "diff" adds to each line (although it won't
be visible in this reply - three layers of quotes masks it back out
again for eight-space tabs).

It looked like this in the first version:

          gdb_target=embed
!       build_rdi_share=yes

instead of this:

          gdb_target=embed
!         build_rdi_share=yes

-- 
Daniel Jacobowitz


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