[Pkg-gdb-logs] [dejagnu] 02/06: Imported Upstream version 1.5.3

Hector Oron zumbi at moszumanska.debian.org
Wed May 6 11:14:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch master
in repository dejagnu.

commit 1df28719bc8c942f7ae37cd459c61c626a8e4276
Author: Héctor Orón Martínez <zumbi at debian.org>
Date:   Wed May 6 13:03:29 2015 +0200

    Imported Upstream version 1.5.3
---
 ChangeLog         | 41 +++++++++++++++++++++++++++++++++++------
 config.guess      | 15 ++++++++-------
 config.sub        | 25 +++++++++++++++++++------
 configure         | 20 ++++++++++----------
 configure.ac      |  2 +-
 doc/dejagnu.info  |  2 +-
 doc/dejagnu.texi  |  2 +-
 doc/dejagnu.xml   |  4 ++--
 doc/runtest.1     |  2 +-
 lib/framework.exp |  3 +++
 lib/target.exp    |  2 +-
 runtest.exp       |  7 +++++--
 12 files changed, 87 insertions(+), 38 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 92e6275..7726e42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,44 @@
-2015-01-30  Ben Elliston  <bje at gnu.org>
+2015-03-30  Ben Elliston  <bje at gnu.org>
 
-	* DejaGnu 1.5.2 released.
+	* DejaGnu 1.5.3 released.
 
-2015-01-30  Ben Elliston  <bje at gnu.org>
+2015-03-30  Ben Elliston  <bje at gnu.org>
 
-	* runtest.exp (frame_version): Set to 1.5.2.
-	* configure.ac (AC_INIT): Set version to 1.5.2.
+        * runtest.exp (frame_version): Set to 1.5.3.
+	* configure.ac (AC_INIT): Set version to 1.5.3.
 	* configure: Regenerate.
-	* doc/dejagnu.xml (appversion, version): Set to 1.5.2.
+	* doc/dejagnu.xml (appversion, version): Set to 1.5.3.
 	* doc/dejagnu.texi: Regenerate.
 
+2015-03-30  Ben Elliston  <bje at gnu.org>
+
+	Revert the following change which causes breakage reported here:
+	https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
+
+	2011-03-14  Jan Kratochvil  <jan.kratochvil at redhat.com>
+
+	* runtest.exp (runtest): Call reset_vars at initialisation so that
+	perror does not affect test results in other test scripts.
+
+2015-02-26  H.J. Lu  <hjl.tools at gmail.com>
+
+	* lib/target.exp (default_target_compile): Prepend multilib_flags,
+	instead of appending it.
+
+2015-02-18  Ben Elliston  <bje at gnu.org>
+
+	* lib/framework.exp (log_and_exit): Set tool to "testrun" if
+	unset.
+
+2015-02-05  Ben Elliston  <bje at gnu.org>
+
+	* doc/runtest.1: Fix a spelling error.
+
+2015-02-04  Ben Elliston  <bje at gnu.org>
+
+	* config.guess: Update to version 2015-01-01.
+	* config.sub: Likewise.
+
 2015-01-22  Eric Botcazou  <ebotcazou at adacore.com>
 
 	* Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
diff --git a/config.guess b/config.guess
index 1f5c50c..dbfb978 100755
--- a/config.guess
+++ b/config.guess
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2014 Free Software Foundation, Inc.
+#   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2014-03-23'
+timestamp='2015-01-01'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -24,12 +24,12 @@ timestamp='2014-03-23'
 # program.  This Exception is an additional permission under section 7
 # of the GNU General Public License, version 3 ("GPLv3").
 #
-# Originally written by Per Bothner.
+# Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
 #
 # You can get the latest version of this script from:
 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
 #
-# Please send patches with a ChangeLog entry to config-patches at gnu.org.
+# Please send patches to <config-patches at gnu.org>.
 
 
 me=`echo "$0" | sed -e 's,.*/,,'`
@@ -50,7 +50,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2014 Free Software Foundation, Inc.
+Copyright 1992-2015 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -579,8 +579,9 @@ EOF
 	else
 		IBM_ARCH=powerpc
 	fi
-	if [ -x /usr/bin/oslevel ] ; then
-		IBM_REV=`/usr/bin/oslevel`
+	if [ -x /usr/bin/lslpp ] ; then
+		IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
+			   awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
 	else
 		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
 	fi
diff --git a/config.sub b/config.sub
index d654d03..6d2e94c 100755
--- a/config.sub
+++ b/config.sub
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2014 Free Software Foundation, Inc.
+#   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2014-05-01'
+timestamp='2015-01-01'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ timestamp='2014-05-01'
 # of the GNU General Public License, version 3 ("GPLv3").
 
 
-# Please send patches with a ChangeLog entry to config-patches at gnu.org.
+# Please send patches to <config-patches at gnu.org>.
 #
 # Configuration subroutine to validate and canonicalize a configuration type.
 # Supply the specified configuration type as an argument.
@@ -68,7 +68,7 @@ Report bugs and patches to <config-patches at gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2014 Free Software Foundation, Inc.
+Copyright 1992-2015 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -260,7 +260,7 @@ case $basic_machine in
 	| c4x | c8051 | clipper \
 	| d10v | d30v | dlx | dsp16xx \
 	| epiphany \
-	| fido | fr30 | frv \
+	| fido | fr30 | frv | ft32 \
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| hexagon \
 	| i370 | i860 | i960 | ia64 \
@@ -302,6 +302,7 @@ case $basic_machine in
 	| pdp10 | pdp11 | pj | pjl \
 	| powerpc | powerpc64 | powerpc64le | powerpcle \
 	| pyramid \
+	| riscv32 | riscv64 \
 	| rl78 | rx \
 	| score \
 	| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
@@ -312,6 +313,7 @@ case $basic_machine in
 	| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
 	| ubicom32 \
 	| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
+	| visium \
 	| we32k \
 	| x86 | xc16x | xstormy16 | xtensa \
 	| z8k | z80)
@@ -326,6 +328,9 @@ case $basic_machine in
 	c6x)
 		basic_machine=tic6x-unknown
 		;;
+	leon|leon[3-9])
+		basic_machine=sparc-$basic_machine
+		;;
 	m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
 		basic_machine=$basic_machine-unknown
 		os=-none
@@ -436,6 +441,7 @@ case $basic_machine in
 	| ubicom32-* \
 	| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
 	| vax-* \
+	| visium-* \
 	| we32k-* \
 	| x86-* | x86_64-* | xc16x-* | xps100-* \
 	| xstormy16-* | xtensa*-* \
@@ -773,6 +779,9 @@ case $basic_machine in
 		basic_machine=m68k-isi
 		os=-sysv
 		;;
+	leon-*|leon[3-9]-*)
+		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
+		;;
 	m68knommu)
 		basic_machine=m68k-unknown
 		os=-linux
@@ -828,6 +837,10 @@ case $basic_machine in
 		basic_machine=powerpc-unknown
 		os=-morphos
 		;;
+	moxiebox)
+		basic_machine=moxie-unknown
+		os=-moxiebox
+		;;
 	msdos)
 		basic_machine=i386-pc
 		os=-msdos
@@ -1373,7 +1386,7 @@ case $os in
 	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
 	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
 	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \
-	      | -uxpv* | -beos* | -mpeix* | -udk* \
+	      | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
 	      | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
diff --git a/configure b/configure
index 0349cc8..d523440 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU DejaGnu 1.5.2.
+# Generated by GNU Autoconf 2.69 for GNU DejaGnu 1.5.3.
 #
 # Report bugs to <bug-dejagnu at gnu.org>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='GNU DejaGnu'
 PACKAGE_TARNAME='dejagnu'
-PACKAGE_VERSION='1.5.2'
-PACKAGE_STRING='GNU DejaGnu 1.5.2'
+PACKAGE_VERSION='1.5.3'
+PACKAGE_STRING='GNU DejaGnu 1.5.3'
 PACKAGE_BUGREPORT='bug-dejagnu at gnu.org'
 PACKAGE_URL='http://www.gnu.org/software/dejagnu/'
 
@@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNU DejaGnu 1.5.2 to adapt to many kinds of systems.
+\`configure' configures GNU DejaGnu 1.5.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1312,7 +1312,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU DejaGnu 1.5.2:";;
+     short | recursive ) echo "Configuration of GNU DejaGnu 1.5.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1409,7 +1409,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU DejaGnu configure 1.5.2
+GNU DejaGnu configure 1.5.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1502,7 +1502,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU DejaGnu $as_me 1.5.2, which was
+It was created by GNU DejaGnu $as_me 1.5.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2365,7 +2365,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='dejagnu'
- VERSION='1.5.2'
+ VERSION='1.5.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4794,7 +4794,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU DejaGnu $as_me 1.5.2, which was
+This file was extended by GNU DejaGnu $as_me 1.5.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4853,7 +4853,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNU DejaGnu config.status 1.5.2
+GNU DejaGnu config.status 1.5.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/configure.ac b/configure.ac
index 6379915..e0ceb6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ dnl along with DejaGnu; if not, write to the Free Software Foundation,
 dnl Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
 AC_PREREQ(2.50)
-AC_INIT([GNU DejaGnu], 1.5.2, [bug-dejagnu at gnu.org])
+AC_INIT([GNU DejaGnu], 1.5.3, [bug-dejagnu at gnu.org])
 AM_INIT_AUTOMAKE
 AM_MAINTAINER_MODE
 AC_PROG_MAKE_SET
diff --git a/doc/dejagnu.info b/doc/dejagnu.info
index 7d9d87d..35a1386 100644
--- a/doc/dejagnu.info
+++ b/doc/dejagnu.info
@@ -3029,7 +3029,7 @@ required.  For an example, to configure in a separate tree for objects,
 execute the configure script from the source tree like this:
 
 
-             ../dejagnu-1.5.2/configure
+             ../dejagnu-1.5.3/configure
 
 
    DejaGnu doesn't care at config time if it's for testing a native
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index ac8e2e5..5cf144d 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -3369,7 +3369,7 @@ execute the configure script from the source tree like this:
 
 @example
 
-        ../dejagnu-1.5.2/configure
+        ../dejagnu-1.5.3/configure
       
 @end example
 
diff --git a/doc/dejagnu.xml b/doc/dejagnu.xml
index 8309c53..617ce9e 100644
--- a/doc/dejagnu.xml
+++ b/doc/dejagnu.xml
@@ -2,8 +2,8 @@
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "1.5.2">
-  <!ENTITY version "1.5.2">
+  <!ENTITY appversion "1.5.3">
+  <!ENTITY version "1.5.3">
   <!ENTITY manrevision "1.0">
   <!ENTITY date "Feb 2004">
   <!ENTITY app "<application>DejaGnu</application>">
diff --git a/doc/runtest.1 b/doc/runtest.1
index d657652..5b87096 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -36,7 +36,7 @@ Prints out a help screen and then exits.
 The configuration TRIPLET for the host system.
 .TP
 .BI --host_board \ NAME
-The host board defintion to use.
+The host board definition to use.
 .TP
 .BI --ignore \ test1.exp\ test2.exp\ ...
 Do not run the specified tests.
diff --git a/lib/framework.exp b/lib/framework.exp
index 32aaa74..4c3f014 100644
--- a/lib/framework.exp
+++ b/lib/framework.exp
@@ -368,6 +368,9 @@ proc log_and_exit {} {
     cleanup
     verbose -log "runtest completed at [timestamp -format %c]"
     if {$mail_logs} {
+	if { ${tool} ==  "" } {
+	    set tool testrun
+	}
 	mail_file $outdir/$tool.sum $mailing_list "Dejagnu Summary Log"
     }
     remote_close host
diff --git a/lib/target.exp b/lib/target.exp
index 71a78c7..30e4585 100644
--- a/lib/target.exp
+++ b/lib/target.exp
@@ -577,7 +577,7 @@ proc default_target_compile {source destfile type options} {
     }
 
     if {[board_info $dest exists multilib_flags]} {
-	append add_flags " [board_info $dest multilib_flags]"
+	set add_flags "[board_info $dest multilib_flags] $add_flags"
     }
 
     verbose "doing compile"
diff --git a/runtest.exp b/runtest.exp
index 93d7cf6..e935c8b 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -20,7 +20,7 @@
 
 # This file was written by Rob Savoye <rob at welcomehome.org>.
 
-set frame_version	1.5.2
+set frame_version	1.5.3
 if {![info exists argv0]} {
     send_error "Must use a version of Expect greater than 5.0\n"
     exit 1
@@ -1441,13 +1441,16 @@ proc load_base_board_description { board_name } {
 #
 
 proc runtest { test_file_name } {
+    global prms_id
+    global bug_id
     global test_result
     global errcnt
     global errorInfo
     global tool
 
     clone_output "Running $test_file_name ..."
-    reset_vars
+    set prms_id	0
+    set bug_id	0
     set test_result ""
 
     if {[file exists $test_file_name]} {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gdb/dejagnu.git



More information about the Pkg-gdb-logs mailing list