_info($baseboard,isremote) 0
> ~
Just to return to my original question, I added
unset_board_info isremote
in front of
set_board_info isremote 0
and I got the behaviour I expected/wanted. I am still
thinking about using a different target/site.exp file
instead of a new
C toolchain. In addition to
setting ldflags, I might want to set LOCPATH and GCONV_PATH at some point
so that the GCC tests find the new location and conversion information from
the alternate location as well.
Steve Ellcey
sell...@cavium.com
___
DejaGnu ma
parent
affect. Is this why the exception for "unix" is still in framework.exp
because isremote is not working? The code to check isremote in
framework.exp looks correct, it seems more like my setting of isremote
is either not taking effect or is getting overridden somewhere.
Ste
testsuite
(specifically when I run the C++ tests).
Steve Ellcey
sell...@imgtec.com
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
On Fri, 2016-02-19 at 09:03 +1100, Ben Elliston wrote:
> On Thu, Feb 18, 2016 at 01:23:55PM -0800, Steve Ellcey wrote:
>
> > Using tcl 8.5 would make my life easier, I build GCC on older
> > systems because we want to support GCC on those systems and they
> > have
e standard installed tcl (Ubuntu 12.04, CentOS 6).
Steve Ellcey
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
buntu 12.04 and tcl 8.6 is not the standard tcl on either of these
platforms.
Steve Ellcey
sell...@imgtec.com
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
where to look under the sysroot (lib or usr/lib for example). We
(Imagination) are making some changes in the sysroot layout for the GCC
toolchain we build and having multi-sim.exp be more flexible allows us
to support both the old and new layouts with the same baseboard when
testing.
Steve Ellce
This is an update to the generic-sim.exp baseboard to check the
DEJAGNU_SIM_OPTIONS environment variable and pass it in as an option
to the simulator. I would like to add this so it is easier to pass
in qemu options when testing GCC. Similar code already exists in
multi-sim.exp.
Steve Ellcey
est_installed script that is in the contrib
directory of the GCC sources. You can use that script to run the GCC
testsuite with any installed compiler. No dejagnu changes are required.
Steve Ellcey
sell...@imgtec.com
___
DejaGnu mailing list
DejaGn
ed.
I think we should fix dejagnu.h by adding static to the inline
functions. Here is a dejagnu patch that works for me. It should be
fine for old or new GCC compilers.
David, does this patch fix the problem for you?
Steve Ellcey
sell...@imgtec.com
2014-10-22 Steve Ellcey
* dejagnu.h (p
ixed.
(Sorry if this is a duplicate, I am having some mail issues.)
I think we should fix dejagnu.h, here is a patch I tested that works for
me. It should work with both older and newer GCC compilers.
Steve Ellcey
sell...@mips.com
2014-10-22 Steve Ellcey
* dejagnu.h (pass): Make functio
test_installed script so I don't have to
use GCC_UNDER_TEST I was not able to find it.
So is an acceptable patch or is there a better way to find the compiler
I want to use?
Steve Ellcey
sell...@mips.com
2014-04-14 Steve Ellcey
* baseboards/multi-sim.exp (dynamic_linker_flag):
A recent change to GCC made it necessary to find libatomic.so when doing
C and C++ testing. This change to multi-sim.exp adds code to find
libatomic.so when it is in the build tree but not installed.
Steve Ellcey
sell...@mips.com
2014-04-14 Steve Ellcey
* baseboards/multi-sim.exp
correct since sim_exec
never seems to get called when running the GCC testsuite (given that
sim_file exists) but here is what I tested. I am not sure if both the
perror and the verbose is needed in sim_exec.
Steve Ellcey
sell...@mips.com
2014-02-21 Steve Ellcey
Richard San
made this patch to my dejagnu and now things are working, can this
patch be checked in to the dejagnu source tree?
Steve Ellcey
sell...@mips.com
2014-02-14 Steve Ellcey
* config/sim.exp (sim_exec): New.
diff --git a/config/sim.exp b/config/sim.exp
index ab83835..be5b6ce 100644
--- a
-print-sysroot and
-print-file-name options.
Steve Ellcey
sell...@mips.com
From: dejagnu-bounces+sellcey=mips@gnu.org
[dejagnu-bounces+sellcey=mips@gnu.org] on behalf of Steve Ellcey
[sell...@mips.com]
Sent: Wednesday, July 24, 2013 3:26 PM
To
On Wed, 2012-10-03 at 09:30 +1000, Ben Elliston wrote:
> On Tue, Oct 02, 2012 at 04:28:24PM -0700, Steve Ellcey wrote:
>
> > Looks like this crossed with my last email. I fixed GPLv3. The
> > files I created were based on the mips-sim-idt32.exp and
> > mips-sim-idt6
and mips-sim-idt64.exp
files from dejagnu, should they have older years listed because those
files have them or should they still just have 2012?
Steve Ellcey
sell...@mips.com
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
On Tue, 2012-10-02 at 18:07 -0500, Joel Sherrill wrote:
> On 10/02/2012 05:26 PM, Steve Ellcey wrote:
> > It's the gdb/gnu/binutils simulator. Is there a 'proper' name for this
> > simulator? The gnu simulator? The gdb simulator? The binutils
> > simulator
The gnu simulator? The gdb simulator? The binutils
simulator?
Steve Ellcey
sell...@mips.com
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
On Tue, 2012-10-02 at 16:12 -0500, Joel Sherrill wrote:
> On 10/2/2012 4:06 PM, Steve Ellcey wrote:
> > I would like to add some new baseboards to dejagnu. I added a new triplet,
> > mips-mti-elf, to GCC, binutils, and newlib (libgloss). The newlib change
> > included n
baseboards
for an existing target, mips-sim-sde*, that I included in my newlib patch.
If these look OK, could someone check them in for me?
Steve Ellcey
sell...@mips.com
2012-10-02 Steve Ellcey
* Makefile.am (baseboard_SCRIPTS): Add new baseboards.
* Makefile.in: Regenerate
_size 5000
Steve Ellcey
sell...@mips.com
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
# Foundation, Inc.
#
# This file is part of DejaGnu.
#
# DejaGnu is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as publishe
On Fri, 2012-05-25 at 19:27 +0200, Hans-Peter Nilsson wrote:
> > From: Steve Ellcey
> > Date: Fri, 25 May 2012 19:09:13 +0200
>
> > So, as a strawman proposal, perhaps we should have a baseboard that
> > checks the env. variables:
> >
> >
1
set_board_info gcc,stack_size 5000
I don't know of '/' is the best separator to use.
Steve Ellcey
sell...@mips.com
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
On Thu, 2012-05-24 at 23:34 +0200, Hans-Peter Nilsson wrote:
> > From: "Steve Ellcey "
> > Date: Thu, 24 May 2012 23:03:22 +0200
>
> > I am trying to create a generic baseboard file in dejagnu for use in
> > testing GCC with a simulator.
>
> Most GC
On Fri, 2012-05-25 at 08:12 +1000, Ben Elliston wrote:
> On Thu, May 24, 2012 at 02:03:22PM -0700, Steve Ellcey wrote:
>
> > I am trying to create a generic baseboard file in dejagnu for use in
> > testing GCC with a simulator. Rather then specify the simulator
> > name
d_info sim' line
it does not use my simulator. Can anyone explain why? It seems like
setup_sim is supposed to be checking SIM and calling set_board_info
but it doesn't seem to.
Steve Ellcey
sell...@mips.com
___
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu
29 matches
Mail list logo