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]

Re: Patch: lib/libgloss.exp prunes MULTILIB_EXTRA_OPTS as a character set, but is a string


On Thu, Sep 06, 2001 at 02:06:43AM +0200, Hans-Peter Nilsson wrote:

> Now, it appears you'll only see this bug if you specify board
> multilibs/variants in this format:
>  set target_list "cris-xsim{elinux,linux,aout,arch=v10,}"
> rather than:
>  set target_list "cris-xsim{-melinux,-mlinux,-maout,-march=v10,}"
> and even then, you'll find that "aout" (among others) is not
> translated into "-maout", but through magic means into... bah,
> read libgloss.exp yourself for the spells.  The manual doesn't
  
  I didn't write the multilib support in DejaGnu, that was added by the
GCC team. Your patch looks fine, but to be safe, I'm gonna fwd it to
the gcc-testors, and make sure there is no reason for the dehaviour you
noticed.

  The manual doesn't talk about multilib testing, because that was determined
to be pretty much a compiler specific testing feature. As DejaGnu is widely
used for way more than just testing the GNU tools, I never documented how
to do multilib testring. I think the GCC team are the only ones using that
feature.

> sources.redhat.com repository.  AFAIK, sourceforge hosts the
> official repository, but "cvs -d
> :pserver:anonymous@cvs.dejagnu.sourceforge.net:/cvsroot/dejagnu
> co dejagnu" doesn't work.  It seems the sourceforge dejagnu CVS
> setup it at fault: the cvsweb interface at
> <URL:http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dejagnu/>

  The official CVS repository is at the FSF, on gnu,org. The web site
is at http://www.gnu.org/software/dejagnu. I thought I had a pointer on the
Sourceforge site to the FSF site, but I'll go check.

	- rob -


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