* configure.in: Reinstate setting of stabsdirs variable, fix
typo in setting up configdirs for native builds. * gdb.base/return.exp: Fix typo in return double test. * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the compiler from optimizing them away.
This commit is contained in:
parent
f162a6a163
commit
fe3c360b62
2 changed files with 20 additions and 5 deletions
|
@ -1,3 +1,19 @@
|
||||||
|
Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
|
* configure.in: Reinstate setting of stabsdirs variable, fix
|
||||||
|
typo in setting up configdirs for native builds.
|
||||||
|
|
||||||
|
* gdb.base/return.exp: Fix typo in return double test.
|
||||||
|
* gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
|
||||||
|
compiler from optimizing them away.
|
||||||
|
|
||||||
|
Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
|
||||||
|
sequences to be echo'd by gdb when using gdb_test.
|
||||||
|
* gdb.chill/chexp.exp: Likewise.
|
||||||
|
* gdb.fortran/exprs.exp: Likewise
|
||||||
|
|
||||||
Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
||||||
|
|
||||||
* gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
|
* gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
|
||||||
|
|
|
@ -8,10 +8,9 @@ srcname="GDB Test Suite"
|
||||||
|
|
||||||
# Directories to use in all configurations.
|
# Directories to use in all configurations.
|
||||||
configdirs="gdb.base gdb.c++ gdb.disasm"
|
configdirs="gdb.base gdb.c++ gdb.disasm"
|
||||||
|
|
||||||
# Directories to use for a configuration which supports signals.
|
# Directories to use for a configuration which uses stabs.
|
||||||
# This usually excludes cross targets.
|
stabsdirs="gdb.stabs"
|
||||||
signaldirs="gdb.signals"
|
|
||||||
|
|
||||||
# per-host:
|
# per-host:
|
||||||
|
|
||||||
|
@ -53,7 +52,7 @@ esac
|
||||||
|
|
||||||
# Chill currently doesn't link cross targets, so only config and test natives
|
# Chill currently doesn't link cross targets, so only config and test natives
|
||||||
if [ "${host}" = "${target}" ] ; then
|
if [ "${host}" = "${target}" ] ; then
|
||||||
configdirs="$configdirs} gdb.chill"
|
configdirs="${configdirs} gdb.chill"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# link in the lib directory if needed
|
# link in the lib directory if needed
|
||||||
|
|
Loading…
Reference in a new issue